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

Support various delimiter in type literals #87

Open
kunli2 opened this issue Nov 28, 2023 · 0 comments
Open

Support various delimiter in type literals #87

kunli2 opened this issue Nov 28, 2023 · 0 comments
Labels
bug Something isn't working parser-javascript

Comments

@kunli2
Copy link
Contributor

kunli2 commented Nov 28, 2023

An example case

    @Test
    void typeLiteralMixedDelimiter() {
        rewriteRun(
          javaScript(
            """
             type Person = {
                name: string ,
                age: number ;
                score: number ,
               };
              """
          )
        );
    }
@kunli2 kunli2 added the bug Something isn't working label Nov 28, 2023
@kunli2 kunli2 self-assigned this Nov 28, 2023
@timtebeek timtebeek moved this to Backlog in OpenRewrite Nov 28, 2023
@kunli2 kunli2 removed their assignment Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parser-javascript
Projects
Status: Backlog
Development

No branches or pull requests

2 participants