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 5b54ad3 commit 3878c78Copy full SHA for 3878c78
scrollFileSystem/ScrollFileSystem.ts
@@ -286,6 +286,9 @@ class ScrollFile {
286
this.importOnly = false
287
}
288
289
+ defaultParserCode = ""
290
+ defaultParser = Particle
291
+
292
async _readCodeFromStorage() {
293
if (this.codeAtStart !== undefined) return this // Code provided
294
const { filePath } = this
@@ -322,9 +325,6 @@ class ScrollFile {
322
325
this.scrollProgram.setFile(this)
323
326
return this
324
327
-
- defaultParserCode = ""
- defaultParser = Particle
328
329
let scrollFileSystemIdNumber = 0
330
const parserCache: any = {}
0 commit comments