Sean Lee

Results 36 comments of Sean Lee

@jscheid Most likely the content of `@types/node` is not referenced from source files and is not specified in `tsconfig.json` `compilerOptions.types`. It would be helpful if you could provide a repro...

This is definitely a Yarn 2 issue. Could you change the issue title to reflect this? Also, do you have any knowledge on internal working of yarn 2, such as,...

If your npm module is written in a way that is compatible with Closure Compiler, then the answer is it could be. I haven't had much exprience on it yet,...

I'd love to have an option to reduce file entries padding, currently the amount of information displayed on a screen is too low IMO.

Hi, thank you for the detailed report. The build setup of the blockly repository looks quite complicated, but I see some points that need to be addressed to begin with....

Regarding your additional questions – 1. I'm not sure. Tscc uses a slightly different method for discovering dts in `node_modules/@types` and it may be a reason. But I'd say it...