You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would help pick and choose parts of the compiler. E.g. the createSourceFile function in parser.ts is pretty useful on its own. I'd rather just import parser = require('/tsc/parser') and let the module system do its resolution of all that I am using.
Probably only possible once we have multi external file to single output: #17
The text was updated successfully, but these errors were encountered:
basarat
changed the title
Use external modules for the TypeScript project
Use external modules for the TypeScript Compiler
Jul 30, 2014
Would help pick and choose parts of the compiler. E.g. the
createSourceFile
function inparser.ts
is pretty useful on its own. I'd rather justimport parser = require('/tsc/parser')
and let the module system do its resolution of all that I am using.Probably only possible once we have multi external file to single output: #17
The text was updated successfully, but these errors were encountered: