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 f20c6f9 commit a2dcd3cCopy full SHA for a2dcd3c
apps/oxlint/src-js/generated/deserialize.js
@@ -49,9 +49,11 @@ function deserializeProgram(pos) {
49
sourceType: deserializeModuleKind(pos + 125),
50
hashbang: null,
51
get comments() {
52
- if (localAstId !== astId) {throw Error(
+ if (localAstId !== astId) {
53
+ throw Error(
54
'The AST being accessed has already been cleaned up. Please ensure that the plugin is works synchronously.',
- );}
55
+ );
56
+ }
57
// restore buffers
58
uint32 = ref_uint32;
59
uint8 = ref_uint8;
0 commit comments