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

chore: bump swc-core to 0.90.30 #89

Closed
wants to merge 1 commit into from
Closed

Conversation

semoal
Copy link

@semoal semoal commented Apr 11, 2024

Got an error running cargo test but not sure if it's technically an error or not:

Diff < left / right > :
 import { Trans } from "@lingui/react";
<<Trans message={"<0>This should work \xa0</0>"} id={"K/1Xpr"} components={{
><Trans message={"<0>This should work  </0>"} id={"K/1Xpr"} components={{
     0: <Text/>
 }}/>;
 

', src/tests/jsx.rs:165:1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    tests::jsx::html_attributes_are_handled

test result: FAILED. 80 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s

Will close #88

@semoal semoal mentioned this pull request Apr 11, 2024
@timofei-iatsenko
Copy link
Collaborator

it's not an error, i have the same in the next branch. Seems they changed reprensentation of unicode chars in some version

@timofei-iatsenko
Copy link
Collaborator

Now https://swc.rs/docs/plugin/selecting-swc-core page is updated, you can update our compatibility table. And please test your local binary with the latest nextjs before we publish it. Sometimes it doesn't work because of other reasons.

@IhorKevin
Copy link

Waiting for this to be published...

@timofei-iatsenko
Copy link
Collaborator

closed in favour of #91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support @swc/core@1.4.x
3 participants