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 dc2ae0d commit fa60d2cCopy full SHA for fa60d2c
src/commons/sagas/WorkspaceSaga/helpers/clearContext.ts
@@ -12,7 +12,7 @@ export function* clearContext(workspaceLocation: WorkspaceLocation, entrypointCo
12
const {
13
context: { chapter, externalSymbols: symbols, variant, languageOptions },
14
externalLibrary: externalLibraryName,
15
- globals,
+ globals
16
} = yield* selectWorkspace(workspaceLocation);
17
18
const library = {
0 commit comments