oxc/crates
camc314 322f9d44b7 chore(minifier): remove planned minification for String.substr as its deprecated (#6868)
According to mdn, `String.prototype.substr()` has been deprecated, hence i do not think it makes sense to attempt to optimize this code.

This pull request removes the test cases along with the placeholder code for minification of this method

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr
2024-10-24 14:53:22 +00:00
..
oxc feat(napi/parser)!: add typings to napi/parser (#6796) 2024-10-24 13:08:59 +00:00
oxc_allocator release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
oxc_ast refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_ast_macros release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
oxc_cfg release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
oxc_codegen refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_data_structures release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
oxc_diagnostics release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
oxc_ecmascript feat(minifier): implement folding charCodeAt string fns (#6475) 2024-10-24 14:37:50 +00:00
oxc_estree release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
oxc_index refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_isolated_declarations refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_language_server fix(oxc_language_server): correct diagnostic link (#6765) 2024-10-22 06:23:54 -04:00
oxc_linter refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_macros refactor(linter): add run_on_jest_node to run rules on only jest nodes (#6721) 2024-10-21 02:13:58 +00:00
oxc_mangler release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
oxc_minifier chore(minifier): remove planned minification for String.substr as its deprecated (#6868) 2024-10-24 14:53:22 +00:00
oxc_module_lexer refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_parser refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_prettier refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_regular_expression refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_semantic refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_sourcemap release(crates): v0.33.0 (#6843) 2024-10-24 10:29:22 +08:00
oxc_span refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_syntax refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_transformer refactor(transformer/typescript): re-order visitor methods (#6864) 2024-10-24 14:14:25 +00:00
oxc_traverse refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
oxc_wasm feat(ast_tools): output typescript to a separate package (#6755) 2024-10-24 13:08:57 +00:00