Josh Goebel
Josh Goebel
Were you using the `definer` function that the file exports? How were you trying to use it in your project exactly?
Yeah, you'd have to understand the JS import/require system and actually use the code as written. `gdscript` should probably either apply this PR [my recommendation] (because it's the convention used...
> Perhaps a new highlight.js major version broke it? Yes, we purposely don't support shims and such things anymore - where-as we used to make a concession to these early...
> what is the "one true way"? I assume that their official guide is the "one true way"? Yes. Source is an ES6 module, builds are done inside `highlight.js` checkout,...
A PR would be welcome. I think we'd just need to update package.json then rebuild/republish? @pospi
While the other issue is being discussed (adding the API) would you like to go ahead and make a PR for this? It seems the agreement was reached that this...
> But I doubt we want a wren_cli with too much weight on its binary. Agree at a high level, just I think the real issue is size/complexity/maintenance of a...
> So that's my point 👍 Wren CLI can be super small and easy to understand like Wren. But its standard library is a project that can be developed in...
This has been fixed in `wren-console`, if you wanted to port it over: https://github.com/joshgoebel/wren-console/commit/e03dfbcdba3e58817133f0350edcb272b72a8afe
I don't think so, but I _think_ you could cherry-pick it right out of my repo most likely... I don't think that part of the source is diverged.