oxc/crates/oxc_parser/src/js
Boshen 55b2f031df
feat(minifier): partially re-enable minifier (#963)
closes #949
closes #950
closes #951

All minifier tests are disable from this PR.

We are going to fix the compilation errors first, then the behavioral
errors.
2023-10-08 11:06:42 +08:00
..
binding.rs refactor(ast): change the arguments order for some new functions 2023-09-16 16:07:52 +08:00
class.rs feat(parser): parse TypeScript this function parameter (#464) 2023-06-20 21:56:28 +08:00
declaration.rs feat(parser): TypeScript 5.2 (#811) 2023-10-05 12:52:14 +13:00
expression.rs feat(minifier): partially re-enable minifier (#963) 2023-10-08 11:06:42 +08:00
function.rs refactor: improve code coverage a little bit 2023-08-25 23:07:14 +08:00
grammar.rs refactor(ast): change the arguments order for some new functions 2023-09-16 16:07:52 +08:00
list.rs Rust 1.73.0 (#958) 2023-10-06 17:56:14 +13:00
mod.rs feat(parser): add parser 2023-02-11 05:26:49 -08:00
module.rs chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
object.rs feat(parser): parse TypeScript this function parameter (#464) 2023-06-20 21:56:28 +08:00
operator.rs feat(minimizer): print parentheses 2023-06-01 22:45:26 +08:00
statement.rs feat(parser): TypeScript 5.2 (#811) 2023-10-05 12:52:14 +13:00