mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
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`.
4 lines
40 B
JavaScript
4 lines
40 B
JavaScript
'use strict';
|
|
|
|
let.a = 1;
|
|
let()[a] = 1;
|