Skip to content
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

[Feature]: Support for @swc/[email protected] #8962

Open
MarcoLeko opened this issue Jan 7, 2025 · 1 comment
Open

[Feature]: Support for @swc/[email protected] #8962

MarcoLeko opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels
feat New feature or request

Comments

@MarcoLeko
Copy link

What problem does this feature solve?

According to this compat check page: https://plugins.swc.rs/versions/range/116
the latest version of @swc/plugin-formatjs being 2.0.5 (as of Im writing) is not supported. Also by quickly checking manually on my project - I get the following error:

Caused by:
    0: failed to invoke `@swc/plugin-formatjs` as js transform plugin at @swc/plugin-formatjs
    1: wasm plugin bytecheck failed "check bytes error

Is it possible to provide support for this plugin in the near future? Supporting this version of the plugin helps to utilize bug-fix patches from the latest release on our project

What does the proposed API of configuration look like?

The API-usage with rspack should remain the same as of now - I think its just about the WASM compatibility

@MarcoLeko MarcoLeko added feat New feature or request pending triage The issue/PR is currently untouched. labels Jan 7, 2025
@hardfist
Copy link
Contributor

hardfist commented Jan 8, 2025

can you try 1.2.0-beta.0, this should be compatible with latest @swc/plugin-formatjs plugin

@chenjiahan chenjiahan removed the pending triage The issue/PR is currently untouched. label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants