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

Fix some minor (language, not code) syntax and type errors. #14352

Merged
merged 1 commit into from Mar 13, 2022

Conversation

dev-itsheng
Copy link
Contributor

@dev-itsheng dev-itsheng commented Mar 13, 2022

Q                       A
Fixed Issues? No
Patch: Bug Fix? No
Major: Breaking Change? No
Minor: New Feature? No
Tests Added + Pass? No, I don't think it needs testing.
Documentation PR Link
Any Dependency Changes? No
License MIT

In the last PR, in order to find out how to test the code, I carefully looked at all the files in the /test directory, although I didn't find the right way in the end, but found some very minor issues, so I tried to fix them.

The only point of contention may lie in the modification of the file test/runtime-integration/bundlers.cjs. In the original file, I don't know the reason. At the end, the operation of expected = out; was executed, but later This variable is not used, so I don't think it makes sense, it should be a constant.

@babel-bot
Copy link
Collaborator

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

@nicolo-ribaudo
Copy link
Member

Thanks!

@nicolo-ribaudo nicolo-ribaudo changed the title fix: Fix some minor (language, not code) syntax and type errors. Fix some minor (language, not code) syntax and type errors. Mar 13, 2022
@nicolo-ribaudo nicolo-ribaudo merged commit 4820ea0 into babel:main Mar 13, 2022
@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 Jun 13, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants