summaryrefslogtreecommitdiff
path: root/js/compiler.ts
AgeCommit message (Expand)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-10-03Async compiler processing (#3043)Kitson Kelly
2019-10-02feat: JSX Support (#3038)Yusuke Sakurai
2019-09-30Support top-level-await in TypeScript (#3024)Ryan Dahl
2019-09-14feat: parallelize downloads from TS compiler (#2949)Bartek Iwańczuk
2019-09-12deno_typescript cleanup/improvements (#2901)Kitson Kelly
2019-09-07Update @typescript-eslint/* to v2.1.0 (#2878)Yoshiya Hinosawa
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-30Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)Ryan Dahl
2019-08-26Remove flatbuffers (#2818)Ryan Dahl
2019-08-26Port readSync/writeSync ops to minimalRyan Dahl
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24port ops to JSON: compiler, errors, fetch, files (#2804)Bartek Iwańczuk
2019-08-22Support .d.ts files (#2746)Kitson Kelly
2019-08-21Organize dispatch a bit (#2796)Ryan Dahl
2019-08-05Provide option to delete Deno namespace in worker (#2717)Kevin (Kun) "Kassimo" Qian
2019-07-31refactor: cleanup compiler pipeline (#2686)Bartek Iwańczuk
2019-07-17Refactor DenoDir (#2636)Bartek Iwańczuk
2019-06-08Add 'bundle' subcommand. (#2467)Kitson Kelly
2019-06-04Handle compiler diagnostics in Rust (#2445)Kitson Kelly
2019-06-03Compiler exit before emit if preEmitDiagnostics found (#2441)Ryan Dahl
2019-06-01Upgrade TypeScript to 3.5.1 (#2437)Kitson Kelly
2019-05-29TS compiler refactorRyan Dahl
2019-05-11Add progress bar (#2309)Ryan Dahl
2019-04-29Add support for custom tsconfig.json (#2089)Kitson Kelly
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
2019-04-08Merge Worker and Isolate types (#2078)Ryan Dahl
2019-04-04Non-fatal compile_sync failures (#2039)andy finch
2019-04-01Add web worker JS API (#1993)andy finch
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-26namespace reorg: libdeno and DenoCore to Deno.core (#1998)Kitson Kelly
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-07Remove 'deno' builtin module (#1895)Kitson Kelly
2019-02-19remove global_eval.ts (#1813)Yoshiya Hinosawa
2019-02-18Rationalise compiler ops (#1740)Kitson Kelly
2019-02-15Fix behavior for extensionless files with .mime file (#1779)Kevin (Kun) "Kassimo" Qian
2019-02-10Rationalise startup for compiler/main (#1737)Kitson Kelly
2019-02-10Respect NO_COLOR in TypeScript output (#1736)Bartek Iwańczuk
2019-02-10Set globals on compiler startup (#1735)Bartek Iwańczuk
2019-02-02Compiler cleanups and minor improvements (#1656)Kitson Kelly
2019-01-28Split out compiler snapshot (#1566)Kitson Kelly
2019-01-14Fix JSON Modules (#1514)Kitson Kelly
2019-01-13Cleanup compiler and re-enable tests (#1512)Kitson Kelly
2019-01-09Native ES modules (#1460)Ryan Dahl
2019-01-06Revert "Split Runner from Compiler" (#1462)Ryan Dahl
2019-01-03Revert "use byte array instead of string for code fetch (#1307)" (#1455)Ryan Dahl
2019-01-03Remove assertion for empty modules (#1450)Satya Rohith
2019-01-02Happy new year!Ryan Dahl
2018-12-12use byte array instead of string for code fetch (#1307)F001