David Sherret
David Sherret
Need to separate out high level tests from low level ones and run them on both the Node and Deno modules.
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
Should also have an API for adding a block or not. For #861.
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...