David Sherret

Results 448 issues of David Sherret

Need to separate out high level tests from low level ones and run them on both the Node and Deno modules.

internal

As title.

enhancement
help wanted

Should be possible to resolve some of the types in ts-morph's declaration file and resolve them at build time. This would help people's editors resolve types slightly faster. For example,...

See https://twitter.com/OliverJAsh/status/1317024049252438018

bug

Running the tests and building could be faster.

internal

Should also have an API for adding a block or not. For #861.

bug
domain: manipulation

If module specifiers are in paths like so: ```ts "paths": { "@components/*": [ "./components/*" ], .... ``` Then module specifiers like the following should be updated when a file is...

enhancement