|
|
|
|
|
by gavinking
3892 days ago
|
|
It seems to me that the best solution here is to split the single file into one js file for each package. A big part of that file is the implementation of the metamodel, and it's very likely that a lot of people won't even want to use that on the client side. We've even discussed the pros and cons of actually splitting the metamodel into its own separate module, ceylon.metamodel, or whatever. P.S. My tests with uglify-js suggest that minification probably isn't the most fruitful path here. |
|