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