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/05/13 22:48:55 UTC

git commit: [flex-falcon] [refs/heads/develop] - node extern: added missing compiler arguments that got lost in the recent maven refactoring

Repository: flex-falcon
Updated Branches:
  refs/heads/develop f3623046a -> 45b644d8e


node extern: added missing compiler arguments that got lost in the recent maven refactoring


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/45b644d8
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/45b644d8
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/45b644d8

Branch: refs/heads/develop
Commit: 45b644d8ed43802a9215ffa594c00183642f4042
Parents: f362304
Author: Josh Tynjala <jo...@gmail.com>
Authored: Fri May 13 15:48:49 2016 -0700
Committer: Josh Tynjala <jo...@gmail.com>
Committed: Fri May 13 15:48:49 2016 -0700

----------------------------------------------------------------------
 externs/node/src/main/config/externc-config.xml | 30 ++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/45b644d8/externs/node/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/node/src/main/config/externc-config.xml b/externs/node/src/main/config/externc-config.xml
index ff497e1..91ec254 100644
--- a/externs/node/src/main/config/externc-config.xml
+++ b/externs/node/src/main/config/externc-config.xml
@@ -61,6 +61,36 @@
         <path-element>../../../target/downloads/closure-compiler-master/contrib/nodejs/vm.js</path-element>
         <path-element>../../../target/downloads/closure-compiler-master/contrib/nodejs/zlib.js</path-element>
     </external>
+    <named-module>
+        <module>assert</module>
+        <module>buffer</module>
+        <module>child_process</module>
+        <module>cluster</module>
+        <module>crypto</module>
+        <module>dgram</module>
+        <module>dns</module>
+        <module>domain</module>
+        <module>events</module>
+        <module>fs</module>
+        <module>globals</module>
+        <module>http</module>
+        <module>https</module>
+        <module>net</module>
+        <module>os</module>
+        <module>path</module>
+        <module>punycode</module>
+        <module>querystring</module>
+        <module>readline</module>
+        <module>repl</module>
+        <module>stream</module>
+        <module>string_decoder</module>
+        <module>tls</module>
+        <module>tty</module>
+        <module>url</module>
+        <module>util</module>
+        <module>vm</module>
+        <module>zlib</module>
+    </named-module>
     <exclude>
         <class>Buffer</class>
         <name>toJSON</name>