summaryrefslogtreecommitdiff
path: root/cli/ast.rs
AgeCommit message (Expand)Author
2020-11-27refactor(repl): use SWC lexer to highlight and validate (#8496)Liam Murphy
2020-11-08upgrade: deno_doc, deno_lint, dprint, swc (#8292)Bartek Iwańczuk
2020-11-02fix(cli): inject helpers when transpiling via swc (#8221)Kitson Kelly
2020-10-30fix: panic in bundler (#8168)Bartek Iwańczuk
2020-10-26refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)Bartek Iwańczuk
2020-10-23refactor(cli): migrate run and cache to new infrastructure (#7996)Kitson Kelly
2020-10-20feat(cli): add support for bundle --no-check (#8023)Kitson Kelly
2020-10-07refactor(cli): remove TextDocument (#7850)Kitson Kelly
2020-09-25refactor: new module graph used for no check (#7621)Kitson Kelly
2020-09-15cli/msg.rs -> cli/media_type.rsRyan Dahl
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-14chore: add some traits to ast.rs (#7479)Kitson Kelly
2020-09-14refactor: use ParsedModule and improve MediaTypes enum (#7456)Kitson Kelly