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

Disallows specifiers after export * as ns #15385

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update scripts/integration-tests/e2e-prettier.sh
Co-authored-by: fisker Cheung <lionkay@gmail.com>
  • Loading branch information
JLHwung and fisker authored Jan 31, 2023
commit 3eb3aab075cc713188e475c18a35c80ab3983d35
1 change: 1 addition & 0 deletions scripts/integration-tests/e2e-prettier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ echo "export default () => () => {}" > src/main/create-print-pre-check-function.
# https://github.com/babel/babel/pull/15385#issuecomment-1409840781
# Ignore this test until prettier update the snapshot
rm tests/format/js/exports/jsfmt.spec.js
JLHwung marked this conversation as resolved.
Show resolved Hide resolved
rm tests/format/js/export-extension/jsfmt.spec.js

yarn test "tests/format/(jsx?|misc|typescript|flow|flow-repo)/" --update-snapshot --runInBand

Expand Down