Skip to content

Commit

Permalink
add support for :node in use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alongubkin committed Nov 15, 2014
1 parent 3b9be2b commit 879e39d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/ast/statements/UseStatement.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ exports.UseStatement.predefinedCollections = {
'navigator',
'alert',
'console'
],

'node': [
'require',
'exports',
'module',
'global',
'console',
'process'
]
};

Expand Down

0 comments on commit 879e39d

Please sign in to comment.