summaryrefslogtreecommitdiff
path: root/js/compiler_test.ts
AgeCommit message (Expand)Author
2019-04-21Remove dead code js/compiler_test.ts (#2160)Ryan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-02-10Respect NO_COLOR in TypeScript output (#1736)Bartek Iwańczuk
2019-01-14Fix JSON Modules (#1514)Kitson Kelly
2019-01-13Cleanup compiler and re-enable tests (#1512)Kitson Kelly
2019-01-06Revert "Split Runner from Compiler" (#1462)Ryan Dahl
2019-01-03Remove assertion for empty modules (#1450)Satya Rohith
2019-01-02Happy new year!Ryan Dahl
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-11-20Split Runner from CompilerKitson Kelly
2018-11-06Improve preparing stack tracesKitson Kelly
2018-10-30Add ability to load JSON as modules (#1065)Kitson Kelly
2018-10-29Separate source map from output code.Kitson Kelly
2018-10-24fix typos (#1083)Joseph
2018-10-23Enforce media typesKitson Kelly
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-05Hide compiler module (#909)Kitson Kelly
2018-09-25formatRyan Dahl
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