David Sherret
David Sherret
I think this one is fixed now.
Re-opened by https://github.com/dsherret/ts-morph/commit/055bf2158539d0b32c71141ca7c5e5213b85a611 I completely forgot about computed property names and for some reason there wasn't a test for that.
So at this point this would be a pretty massive breaking change and maintenance burden. I'm not sure it should be added. I'd recommend just traversing the AST rather than...
Going to close this one because I don't think it's viable to do anymore considering the massive breaking change it would be.
> So that `condition ? (exprIfTrue : exprIfFalse)` would be the only acceptable formatting. I'm not sure what you mean because this isn't valid code and `const value = a...
I hope this project doesn't make the same design mistake that dotnet made. The `required` modifier is a language feature that "indicates that the field or property it's applied to...
> If they're missing, that usually indicates a problem, not a legitimate null value. It's very common for null values to be omitted in serialized JSON in order to use...
You need access to the internet to download the wasm file (similar to how initially downloading an npm package needs the internet) and then it's cached after that. One possibility...
> I would not mind trying to contribute a wasm plugin, but Im a fish out of water. A "creating plugins for dummies/newbies" would be quite helpful, especially if it...
> I would like to fully implement your product in the company I work for. To do this, I need to prepare a presentation and check all of this myself....