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
/
cli
/
ast.rs
Age
Commit message (
Expand
)
Author
2020-12-22
upgrade: deno_doc, deno_lint, dprint, swc (#8849)
Bartek Iwańczuk
2020-12-09
chore: update swc_ecmascript to 0.15.0 (#8688)
Luca Casonato
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
2020-12-02
fix(cli): add hygiene pass to transpile pipeline (#8586)
János Veres
2020-12-01
refactor(cli): DRY cli/ast.rs (#8555)
Bartek Iwańczuk
2020-11-27
refactor(repl): use SWC lexer to highlight and validate (#8496)
Liam Murphy
2020-11-08
upgrade: deno_doc, deno_lint, dprint, swc (#8292)
Bartek Iwańczuk
2020-11-02
fix(cli): inject helpers when transpiling via swc (#8221)
Kitson Kelly
2020-10-30
fix: panic in bundler (#8168)
Bartek Iwańczuk
2020-10-26
refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)
Bartek Iwańczuk
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-20
feat(cli): add support for bundle --no-check (#8023)
Kitson Kelly
2020-10-07
refactor(cli): remove TextDocument (#7850)
Kitson Kelly
2020-09-25
refactor: new module graph used for no check (#7621)
Kitson Kelly
2020-09-15
cli/msg.rs -> cli/media_type.rs
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-14
chore: add some traits to ast.rs (#7479)
Kitson Kelly
2020-09-14
refactor: use ParsedModule and improve MediaTypes enum (#7456)
Kitson Kelly