oxc/crates
overlookmotel 0646bf34fa
refactor: rename CompactString to CompactStr (#2619)
Preparatory step for #2620.

This PR purely changes names of types and methods:

* `CompactString` -> `CompactStr`
* `Atom::to_compact_string` -> `to_compact_str`
* `Atom::into_compact_string` -> `into_compact_str`

Have split this into a separate PR as the diff is large, but it does absolutely nothing but renaming (I've checked the whole diff twice, so feel free not to check it again!). This should make it easier to see the content of the substantive change in #2620.
2024-03-06 12:24:23 +08:00
..
oxc Release crates v0.9.0 2024-03-05 15:57:31 +08:00
oxc_allocator Release crates v0.9.0 2024-03-05 15:57:31 +08:00
oxc_ast Release crates v0.9.0 2024-03-05 15:57:31 +08:00
oxc_cli feat(cli,linter): provide tsconfig path from the cli (#2526) 2024-02-27 20:00:11 +08:00
oxc_codegen Release crates v0.9.0 2024-03-05 15:57:31 +08:00
oxc_diagnostics Release crates v0.9.0 2024-03-05 15:57:31 +08:00
oxc_index Release crates v0.9.0 2024-03-05 15:57:31 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server chore(deps): update rust crates (#2589) 2024-03-04 11:23:06 +08:00
oxc_linter refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_macros
oxc_minifier refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_parser refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_prettier feat(ast): add AssignmentTargetRest (#2601) 2024-03-04 14:31:22 +08:00
oxc_semantic refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_span refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_syntax refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_transformer refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_wasm refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +08:00