mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
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:
committed by
GitHub
parent
26cbd6e63c
commit
48eee26d2c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user