-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Upload WASM packages for each release #1385
Comments
I was interested in uploading the wasm to npm and could contribute a PR to add this. What would the desired npm package name be? |
Charlie created a new I would call it What's important to me is that we very clearly mark the package as experimental. I suspect significant API changes to the linter API with the work of red-knot (multifile analysis). @mattrunyon I suspect you need me to initialize an empty package to get started? |
I don't think an empty package needs to be created. The main question would be how does this get handled w/ your organization's versioning/changelog tool. It looks like the package version is not available to the Rust workspaces, but is updated in just the published files (I think via some internal tool?). Without knowing how to tell that tool to update the cargo file version field for |
We use rooster for our release process and it can bump the version number for you. All you need to do is to list the Lines 107 to 113 in 49a5a9c
|
I'm really interested in this. While working on ViperIDE for MicroPython ( https://viper-ide.org ) I integrated the I'm using CodeMirror 6 editor and bundling it with Rollup. |
Just some feedback. It was really easy to integrate ruff, the Workspace API is simple and clear, bundling with Rollup works like a charm. Kudos to the ruff team! If anyone needs a CodeMirror 6 linter, see https://github.com/vshymanskyy/ViperIDE/blob/main/src/editor.js#L203 |
The first version of the packages are up! |
Awesome, thank you |
No description provided.
The text was updated successfully, but these errors were encountered: