Alec Larson

Results 474 comments of Alec Larson

[nebu-cli](https://github.com/aleclarson/nebu-cli) will support this by default. But any tools using the JS API have to call `nebu.loadConfig(root, overrides)` before `nebu.process`. When merging `plugins` arrays, the plugins from `overrides` appear first.

Fixing this bug will go hand-in-hand with #8, because nebu cannot insert new code reliably without extra context based on the node type.

Here's another good source: https://github.com/eventualbuddha/ast-util

The CLI is located here: https://github.com/aleclarson/nebu-cli ```sh npm install -g nebu-cli ``` 🚧 *Under construction! Not ready for usage.*

Hey, @omid @Aryan-mor @gperdomor. This suggestion was implemented over at [radashi-org/radashi](https://github.com/radashi-org/radashi). It'd be great to have your support. You can use it today by installing `radashi@beta`. An official release is...

Hey @dyerw, as Marlon said, this issue is fixed in `radashi@beta` (stable release coming very soon). If you'd like to know how Radashi (the fork) is different from Radash, I...

Hey @mstykow and @MatteoMaso! I and some others are maintaining a fork of Radash called [Radashi](https://github.com/radashi-org/radashi). We would gladly accept a PR for this feature.

Hello @n-rowe. Over at the Radashi fork, we've fixed this issue. You can try it today by installing `radashi@beta`. See you over there! https://github.com/radashi-org/radashi

Hi @JacobWeisenburger, your fix is available in `radashi@beta` today (see [#14](https://github.com/radashi-org/radashi/pull/14)). An official release is pending. We'd love to have you participate in the [discussion](https://github.com/orgs/radashi-org/discussions) and/or [development](https://github.com/radashi-org/radashi/pulls) of the [radashi-org/radashi](https://github.com/radashi-org/radashi)...

We can add HTML support with https://github.com/andrejewski/himalaya