[question] zed_extension_api
: expose npm
subcommands to build npm packages
#1649
Labels
needs infrastructure
Zed's extension infrastructure doesn't currently support this type of extension
Check for existing issues
Misc notes
Context
I'm working on an extension for Stylelint (see #1648).
I'm a beginner in Rust so it's highly possible it's a skill issue but I couldn't find a way to run
npm run build
&npm run another-npm-script
(async) after the npm package I rely on has been installed.Why would I need that?
The extension I'm building relies on a TypeScript package that needs to be built & bundled so that it can be run.
Related stuff I found in Zed source code
I believe my need is very close to what is available in the
node_runtime.rs
API but I don't believe this API is available as a public crate and I don't think there's an equivalent within thezed_extension_api
?The text was updated successfully, but these errors were encountered: