summaryrefslogtreecommitdiff
path: root/js/compiler_test.ts
AgeCommit message (Expand)Author
2018-09-24Add flag --recompile (#801)Bartek IwaƄczuk
2018-09-06Fix TypeScript exports in bundleKitson Kelly
2018-09-06Implementing --deps flagMirko Jotic
2018-09-05Mark APIs at internal and include JSDoc in typesKitson Kelly
2018-09-02Unit tests for circular referencesKitson Kelly
2018-09-01Remove lib.globals.d.tsKitson Kelly
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-08-28Two-pass module evaluation.Kitson Kelly
2018-08-27Add ability to unit test by permissions.Ryan Dahl
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