v1.0 with SW PWA enabled
This commit is contained in:
2
frontend/node_modules/@babel/traverse/lib/context.js
generated
vendored
2
frontend/node_modules/@babel/traverse/lib/context.js
generated
vendored
@ -78,6 +78,7 @@ class TraversalContext {
|
||||
const path = queue[visitIndex];
|
||||
visitIndex++;
|
||||
_context.resync.call(path);
|
||||
;
|
||||
if (path.contexts.length === 0 || path.contexts[path.contexts.length - 1] !== this) {
|
||||
_context.pushContext.call(path, this);
|
||||
}
|
||||
@ -99,6 +100,7 @@ class TraversalContext {
|
||||
}
|
||||
}
|
||||
for (let i = 0; i < visitIndex; i++) {
|
||||
;
|
||||
_context.popContext.call(queue[i]);
|
||||
}
|
||||
this.queue = null;
|
||||
|
||||
Reference in New Issue
Block a user