-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar Projects? #11
Comments
@wied03 To prototype the transpiling of Asciidoctor in JavaScript, I've also created two more repositories 😉
I think this is the way to go, we need to merge our projects at some point but we need to make sure that |
@Mogztter - Not intending to merge the webpack side in with this. The idea is to split off the more "opal NPM" components that are webpack agnostic from opal-webpack into a separate project. |
Oh I see! |
Yep, that and some other things |
Actually that particular file is a little more specific to how we're using the builder with webpack, but I think you get the general idea. |
If we pulled out the non webpack pieces of our code base, would you guys be open to using that instead of this project? I say that purely based on test coverage, which isn't the only metric, but I just took a quick glance. |
Yes, our need is:
So as soon as you have a Node package (that does not rely on many
|
If you look at cj/opal-webpack#33, we might have similar goals here with the separation we're thinking of making.
That said, we need the following things to make that work:
How open would this project be to incorporating 2 and 3 into this project so that we don't have too many opal wrappers flying around on NPM?
The text was updated successfully, but these errors were encountered: