oxc/tasks/coverage/src
Boshen ceeee5909b
Remove HIR (#917)
closes #273
closes #814

HIR is removed from this PR, with the minifier being commented out.

HIR is a wonderful idea for compiling to lower languages, but after
sitting on it for a few months I found that it only adds confusion and
uncertainties to both myself and future contributors.

It also adds too much burden to maintainers if we plan to support more
downstream tools.

1 AST is the only way.
2023-09-15 23:48:32 +08:00
..
babel.rs chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
formatter.rs feat(formatter): add EndOfLine (#747) 2023-08-17 19:04:23 +08:00
lib.rs Remove HIR (#917) 2023-09-15 23:48:32 +08:00
main.rs Remove HIR (#917) 2023-09-15 23:48:32 +08:00
minifier.rs Remove HIR (#917) 2023-09-15 23:48:32 +08:00
misc.rs chore(tasks): add swc-7187 test case 2023-06-30 16:41:52 +08:00
suite.rs Remove HIR (#917) 2023-09-15 23:48:32 +08:00
test262.rs feat(ast): add SymbolId and ReferenceId (#755) 2023-08-19 18:09:47 +08:00
typescript.rs chore(rust): remove unicode support from regex for smaller binary size (#823) 2023-09-01 12:42:58 +08:00