Mohsen Azimi
Mohsen Azimi
Being able to inject server timing markers when request batching is enabled made me believe this should be here. Also going with next.js philosophy of sensible defaults this makes sense...
@kdy1 as @markjm mentioned AST has to have comments embedded in it. Does you parser include comments too?
related https://github.com/microsoft/TypeScript/issues/21951
Thanks for the example. Invalidating require cache with a watch is a good idea. I was thinking of doing something like this. The reload opting works but destroys the apps...
Here is a complete list of language https://iso639-3.sil.org/code_tables/639/data
I'm not familiar with TypeScript well enough to write a proposal. Instead I can list a few plugins that can be useful and exist in the wild in other forms...
Transformers do not allow custom module resolution or extra file emit
https://github.com/microsoft/TypeScript/pull/35561 is trying to use modules instead of namespaces
Which parts you think it *should* fail?
TypeScript 4.4 does allow specifying types for properties with a pattern. In this case you can specify something like this: ```ts interface CSSProperties { // ... all other properties [variableName:...