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/master Commit: 7659651f38fe0e0aa14c4d50c3f456dabe14973e Parents: c07aedf Author: Josh Tynjala <[email protected]> Authored: Tue Nov 22 13:39:51 2016 -0800 Committer: Josh Tynjala <[email protected]> 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>
