Skip to content

Commit

Permalink
chore: update tests result
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Sep 16, 2021
1 parent 496b091 commit 593148d
Show file tree
Hide file tree
Showing 83 changed files with 54,463 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
"index": 26,
"lineNumber": 3,
"column": 6,
"message": "Cannot use await in class static initialization block"
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
"index": 31,
"lineNumber": 3,
"column": 11,
"message": "Cannot use await in class static initialization block"
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
"index": 32,
"lineNumber": 3,
"column": 12,
"message": "Cannot use await in class static initialization block"
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
"index": 6,
"lineNumber": 3,
"column": 5,
"message": "Cannot use keyword 'await' outside an async function"
};

0 comments on commit 593148d

Please sign in to comment.