summaryrefslogtreecommitdiff
path: root/cli/ast/transforms.rs
AgeCommit message (Collapse)Author
2022-01-13refactor: move transpiling to deno_ast (#13332)David Sherret
2022-01-04fix: upgrade swc_ecmascript to 0.103 (#13284)David Sherret
2021-12-17fix(repl): support assertions on import & export declarations (#13121)David Sherret
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-06feat(repl): support exports in the REPL (#11592)David Sherret
2021-06-24feat(repl): support import declarations in the REPL (#11086)David Sherret