Group some files to their own folders (#3384)

* Group some files to their own folders

In etc/scripts/, added disasms/, docenizers/, and util/ folders
In lib/, added mapfiles/, and parsers/ folders (+moved google.js to
shortener)
In static/, added widgets/ folder

Added cypress folder to .gitignore

* Address Matt's PR reviews

* Move new Pane renaming to folder
This commit is contained in:
Rubén Rincón Blanco
2022-02-22 00:18:21 +01:00
committed by GitHub
parent 26cbd6e63c
commit 48eee26d2c
89 changed files with 123 additions and 113 deletions

View File

@@ -35,7 +35,7 @@ export class PythonCompiler extends BaseCompiler {
this.compiler.demangler = null;
this.demanglerClass = null;
this.disasmScriptPath =
this.compilerProps('disasmScript') || resolvePathFromAppRoot('etc', 'scripts', 'dis_all.py');
this.compilerProps('disasmScript') || resolvePathFromAppRoot('etc', 'scripts', 'disasms', 'dis_all.py');
}
// eslint-disable-next-line no-unused-vars