mattbierner / khepri

ECMAScript derived programming language
http://khepri-lang.com/
MIT License
67 stars 3 forks source link

Node packages with with Body discarding non imports bindings #84

Closed mattbierner closed 10 years ago

mattbierner commented 10 years ago
package () with x = 3 in { x; }

output for node

"use strict";
x;
mattbierner commented 10 years ago

AMD package generator is handling this correctly.