Add: commonjs support, Fix: editor auto line break

This commit is contained in:
hyb1996
2017-03-25 15:49:23 +08:00
parent feff05e11c
commit 3f7dacad2a
38 changed files with 800 additions and 496 deletions

View File

@@ -0,0 +1,3 @@
module.exports = function() {
java.lang.System.out.println('The CommonJS require function works!')
}