mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JS: support imports/exports for closure library code
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
goog.provide('x.y.z.globaldefault');
|
||||
|
||||
x.y.z.globaldefault = function fun() {}
|
||||
Reference in New Issue
Block a user