mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
JS: Cache AMD modules
This commit is contained in:
@@ -290,6 +290,7 @@ private class AmdDependencyImport extends Import {
|
||||
* ```
|
||||
*/
|
||||
class AmdModule extends Module {
|
||||
cached
|
||||
AmdModule() { strictcount(AmdModuleDefinition def | amdModuleTopLevel(def, this)) = 1 }
|
||||
|
||||
/** Gets the definition of this module. */
|
||||
|
||||
Reference in New Issue
Block a user