Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 92305cc

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

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎tools/update-lib-configs.js

Copy file name to clipboardExpand all lines: tools/update-lib-configs.js
+1-1Lines 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

Copy file name to clipboardExpand all lines: tools/update-lib-index.js
+1-1Lines 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

Copy file name to clipboardExpand all lines: tools/update-vue3-export-names.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.