We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a335f commit 57b82c4Copy full SHA for 57b82c4
acorn/dist/acorn.d.ts
@@ -12,7 +12,7 @@ declare namespace acorn {
12
}
13
14
interface Options {
15
- ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020
+ ecmaVersion?: 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 'latest'
16
sourceType?: 'script' | 'module'
17
onInsertedSemicolon?: (lastTokEnd: number, lastTokEndLoc?: Position) => void
18
onTrailingComma?: (lastTokEnd: number, lastTokEndLoc?: Position) => void
0 commit comments