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 (
Collapse
)
Author
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
Fixes #8212
2020-10-30
fix: panic in bundler (#8168)
Bartek Iwańczuk
This commit fixes panic in bundler which was caused by not setting thread-local slots.
2020-10-26
refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)
Bartek Iwańczuk
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-10-20
feat(cli): add support for bundle --no-check (#8023)
Kitson Kelly
Fixes #6686
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