oxc/crates/oxc_span/src
Boshen 603817bef9 feat(oxc)!: add SourceType::Unambiguous; parse .js as unambiguous (#5557)
See https://babel.dev/docs/options#misc-options for background on `unambiguous`

Once `SourceType::Unambiguous` is parsed, it will correctly set the returned `Program::source_type` to either `module` or `script`.
2024-09-07 10:48:58 +00:00
..
source_type feat(oxc)!: add SourceType::Unambiguous; parse .js as unambiguous (#5557) 2024-09-07 10:48:58 +00:00
span chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
atom.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
cmp.rs docs(span): update docs about ContentEq Vec comparison speed (#5478) 2024-09-05 15:34:17 +00:00
hash.rs refactor(span): use Hasher from std (#5476) 2024-09-05 14:18:01 +00:00
lib.rs feat(ast): add ContentHash trait; remove noop Hash implementation from Span (#5451) 2024-09-05 07:20:04 +03:30