Skip to content

Commit 92305cc

Browse files
Revert "chore: set top-level await"
This reverts commit e4f6218.
1 parent e4f6218 commit 92305cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/update-lib-configs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ async function format() {
100100
eslint.ESLint.outputFixes(report)
101101
}
102102

103-
await format()
103+
format()

tools/update-lib-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ async function format() {
6161
eslint.ESLint.outputFixes(report)
6262
}
6363

64-
await format()
64+
format()

tools/update-vue3-export-names.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const https = require('node:https')
1010
const { URL } = require('node:url')
1111
const tsParser = require('@typescript-eslint/parser')
1212

13-
await main()
13+
main()
1414

1515
async function main() {
1616
const names = new Set()

0 commit comments

Comments
 (0)