JS: support imports/exports for closure library code

This commit is contained in:
Asger F
2019-01-23 17:40:46 +00:00
parent 30ba7aedfe
commit 9589ccd40d
30 changed files with 299 additions and 53 deletions

View File

@@ -0,0 +1,3 @@
goog.provide('x.y.z.globaldefault');
x.y.z.globaldefault = function fun() {}