diff options
Diffstat (limited to 'lib/ast.js')
-rw-r--r-- | lib/ast.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ function DEFNODE(type, props, methods, base) { ctor.DEFMETHOD = function(name, method) { this.prototype[name] = method; }; + exports["AST_" + type] = ctor; return ctor; }; |