Implement JS support for assemblies #6929
Comments
+1 |
I've made this work for combined JVM/JS modules but JS-only modules are giving trouble unfortunately. Something to do with the code I copied from Stef. @FroMage: is there a way to use the ModelGraph visitor to visit JS-only modules? It encounters 1st-level JS modules but they doesn't have an ArtifactResult associated with them and neither are their dependencies walked. Is that a known issue? |
Excellent work, @quintesse! |
Sorry, this isn't really done yet |
Honestly I don't remember. There's no reason to not walk them AFAICT. |
…g with artifact types they don't know how to handle (see #6929)
Ok, assemblies now not only can hold Ceylon JS modules but even NPM modules. Unfortunately we don't have an |
Ok, this now works for non-trivial NPM modules as well. Closing. |
Great! Thanks @quintesse! |
Right now we only support
ceylon run --assembly
, the same should work forceylon run-js
The text was updated successfully, but these errors were encountered: