added a basic working JS compiler maven plugin (though it doesn't currently let you specify any library files to compile)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
package sample
|
||||
|
||||
class Hello {
|
||||
var x = 0
|
||||
|
||||
fun doSomething(): Unit {
|
||||
println("Hello world!")
|
||||
x++
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user