[JS IR] Support per-file mode and ES modules
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
x: 23,
|
||||
foo: function(y) {
|
||||
return this.x + y;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user