ASDAlexander77 / TypeScriptCompiler

TypeScript Compiler (by LLVM)
MIT License
618 stars 30 forks source link

Is it possible to use an npm library with the TypeScript Compiler? #94

Closed HarunaMahjong closed 4 months ago

HarunaMahjong commented 5 months ago

@ASDAlexander77

Is it possible to use an npm library with the TypeScript Compiler?

Also, I would like to know if the current TypeScript Compiler supports all the syntax of TypeScript.

ASDAlexander77 commented 4 months ago

No, it does not support Npm. As this is native computer as c++ not all features such as mixins are supporyed. Have a look at test folder to understand of scope of supported syntax structures