oxc/crates/oxc_parser/src
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
..
js refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
jsx [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
lexer fix(parser): fix duplicated comments during parser rewind (#2600) 2024-03-04 14:07:33 +08:00
ts fix(parser): fix span start for TSModuleDeclaration (#2593) 2024-03-04 04:29:32 +00:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +08:00
cursor.rs perf(parser): inline end_span and parse_identifier_kind which are on the hot path (#2612) 2024-03-05 15:39:53 +08:00
diagnostics.rs feat(parser): recover from async x [newline] => x (#2375) 2024-02-10 11:19:08 +08:00
lib.rs fix(parser): fix duplicated comments during parser rewind (#2600) 2024-03-04 14:07:33 +08:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00