Skip to content

Commit ffcace9

Browse files
authored
fix: add missing async tag (fixes #152)
1 parent 987214f commit ffcace9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tagNames.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default {
44
],
55
access: [],
66
alias: [],
7+
async: [],
78
augments: [
89
'extends'
910
],

0 commit comments

Comments
 (0)