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
/
mod.rs
Age
Commit message (
Collapse
)
Author
2021-10-27
fix(cli): no-check respects inlineSources compiler option (#12559)
Kitson Kelly
Fixes #12064
2021-10-21
fix(lsp): formatting should error on certain additional swc diagnostics (#12491)
David Sherret
2021-10-12
fix: bundler should have a hygiene pass (#12418)
David Sherret
2021-10-12
fix: --no-check not properly handling code nested in TS expressions (#12416)
David Sherret
2021-10-12
chore: upgrade crates based on deno ast 0.3 (#12403)
David Sherret
2021-09-08
fix(cli): better handling of source maps (#11954)
Kitson Kelly
Ref: #11874
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-08-16
fix: parse error when transpiling code with BOM (#11688)
Ryan Dahl
Co-authored-by: David Sherret <dsherret@gmail.com>
2021-08-06
refactor: make `ParsedModule` implement `Sync` (#11581)
David Sherret
2021-08-06
feat(repl): support exports in the REPL (#11592)
David Sherret
2021-07-14
chore: upgrade to swc 0.46 (#11402)
David Sherret
2021-06-24
feat(repl): support import declarations in the REPL (#11086)
David Sherret