oxc/crates/oxc_js_regex
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
..
src refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
Cargo.toml Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
README.md Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00

oxc_js_regex

⚠️ Work in progress. Do not use yet.

see: https://github.com/oxc-project/oxc/issues/1164