oxc/tasks
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
..
benchmark Remove HIR (#917) 2023-09-15 23:48:32 +08:00
common fix(benchmark): use different data sets for benchmark and minifier test 2023-09-02 20:56:45 +08:00
coverage Remove HIR (#917) 2023-09-15 23:48:32 +08:00
minsize feat(minifier): constant addition expression folding (#882) 2023-09-11 10:38:35 +08:00
rulegen chore(deps): bump the dependencies group with 6 updates (#852) 2023-09-04 15:46:27 +08:00
libs.txt fix(benchmark): use different data sets for benchmark and minifier test 2023-09-02 20:56:45 +08:00