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

test(babel-parser): add tests for static blocks with line breaks #13734

Conversation

sosukesuzuki
Copy link
Member

@sosukesuzuki sosukesuzuki commented Sep 4, 2021

Q                       A
Patch: Bug Fix? Y
Tests Added + Pass? Yes
License MIT

Adds a test for

class Foo {
 static
  {
  }
}

in TS.

#13680 just happened to fix this bug.

@babel-bot
Copy link
Collaborator

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/48549/

@nicolo-ribaudo nicolo-ribaudo merged commit c25ec3e into babel:main Sep 4, 2021
@sosukesuzuki sosukesuzuki deleted the add-tests-for-static-blocks-with-line-breaks branch September 4, 2021 14:30
@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Dec 5, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: tests area: typescript outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: parser Spec: Class Static Block
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants