summaryrefslogtreecommitdiff
path: root/js/compiler.ts
AgeCommit message (Collapse)Author
2018-09-24Add flag --recompile (#801)Bartek Iwańczuk
2018-09-09Better NotFound error handling in CodeFetchRyan Dahl
throwResolutionError was swallowing unrelated errors.
2018-09-09Add type aliases for sourceCode and outputCodeDaniel Ramos
2018-09-06Cleanup public API of DenoCompilerKitson Kelly
2018-09-06Integrate format diagnostic host in DenoCompilerKitson Kelly
2018-09-06Fix TypeScript exports in bundleKitson Kelly
2018-09-06Implementing --deps flagMirko Jotic
- Adding a ModuleId type alias to specify original url or local file of dependency - Modifying ModuleMetaData class to contain ModuleId - Adding a --deps flag
2018-09-05Mark APIs at internal and include JSDoc in typesKitson Kelly
2018-09-03Format.Ryan Dahl
2018-09-02Fix circular dependenciesKitson Kelly
2018-09-01Minor code refactoringShinDarth
2018-09-01Remove lib.globals.d.tsKitson Kelly
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-08-28Updates to compiler.ts comments and logging.Kitson Kelly
2018-08-28Two-pass module evaluation.Kitson Kelly
Plus changes to tests to accomodate.
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-08-24Integrate ScriptSnapshot into ModuleMetaDataKitson Kelly
2018-08-23Improve DenoCompiler.makeDefine and localRequireKitson Kelly
2018-08-22runtime.ts refactor into compiler.ts (#564)Ryan Dahl
Adds compiler_test.ts