You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2016/11/22 21:39:56 UTC

flex-typedefs git commit: node: added missing globals.js extern

Repository: flex-typedefs
Updated Branches:
  refs/heads/develop c07aedf88 -> 7659651f3


node: added missing globals.js extern


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/7659651f
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/7659651f
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/7659651f

Branch: refs/heads/develop
Commit: 7659651f38fe0e0aa14c4d50c3f456dabe14973e
Parents: c07aedf
Author: Josh Tynjala <jo...@apache.org>
Authored: Tue Nov 22 13:39:51 2016 -0800
Committer: Josh Tynjala <jo...@apache.org>
Committed: Tue Nov 22 13:39:51 2016 -0800

----------------------------------------------------------------------
 node/src/main/config/compile-as-config.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/7659651f/node/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/node/src/main/config/compile-as-config.xml b/node/src/main/config/compile-as-config.xml
index 2af392d..d3b0965 100644
--- a/node/src/main/config/compile-as-config.xml
+++ b/node/src/main/config/compile-as-config.xml
@@ -88,6 +88,10 @@
         <path>downloads/closure-compiler-master/contrib/nodejs/fs.js</path>
     </include-file>
     <include-file>
+        <name>externs/globals.js</name>
+        <path>downloads/closure-compiler-master/contrib/nodejs/globals.js</path>
+    </include-file>
+    <include-file>
         <name>externs/http.js</name>
         <path>downloads/closure-compiler-master/contrib/nodejs/http.js</path>
     </include-file>