summaryrefslogtreecommitdiff
path: root/cli/ast
AgeCommit message (Collapse)Author
2022-01-13refactor: move transpiling to deno_ast (#13332)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2022-01-04fix: upgrade swc_ecmascript to 0.103 (#13284)David Sherret
2021-12-24fix(cli): include JSON modules in bundle (#13188)Kitson Kelly
Fixes #13150
2021-12-17fix(repl): support assertions on import & export declarations (#13121)David Sherret
2021-12-08fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)David Sherret
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-15fix(transpile): do not panic on `swc_ecma_utils::HANDLER` diagnostics (#12773)David Sherret
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
Closes #8440
2021-10-27fix(cli): no-check respects inlineSources compiler option (#12559)Kitson Kelly
Fixes #12064
2021-10-21fix(lsp): formatting should error on certain additional swc diagnostics (#12491)David Sherret
2021-10-12fix: bundler should have a hygiene pass (#12418)David Sherret
2021-10-12fix: --no-check not properly handling code nested in TS expressions (#12416)David Sherret
2021-10-12chore: upgrade crates based on deno ast 0.3 (#12403)David Sherret
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-09-08fix(cli): better handling of source maps (#11954)Kitson Kelly
Ref: #11874
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-08-16fix: parse error when transpiling code with BOM (#11688)Ryan Dahl
Co-authored-by: David Sherret <dsherret@gmail.com>
2021-08-06refactor: make `ParsedModule` implement `Sync` (#11581)David Sherret
2021-08-06feat(repl): support exports in the REPL (#11592)David Sherret
2021-07-14chore: upgrade to swc 0.46 (#11402)David Sherret
2021-06-24feat(repl): support import declarations in the REPL (#11086)David Sherret