You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this isn't minimally reproducible, but I find it goofy that the error is coming from@babel/parser -- because in a normal node environment this issue does not present itself.
### Used Package Manager
pnpm
### Validations
- [X] Follow our [Code of Conduct](https://github.com/vitest-dev/vitest/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guidelines](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md).
- [X] Read the [docs](https://vitest.dev/guide/).
- [X] Check that there isn't [already an issue](https://github.com/vitest-dev/vitest/issues) that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vitest-dev/vitest/discussions) or join our [Discord Chat Server](https://chat.vitest.dev).
- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
The text was updated successfully, but these errors were encountered:
in my case, if I just ignore support for "the older syntax" (don't worry about, it's only important for what I'm doing), I don't need to worry about this problem 😅
So, I guess this code path only occurs while trying to parse template literals.
Describe the bug
I get this error:
I am testing with babel plugins
Reproduction
this repo:
NullVoxPopuli/svg-icon-optimizer#1
branch:
embroider-safe-limber-experiment
run
pnpm exec vitest
this isn't minimally reproducible, but I find it goofy that the error is coming from
@babel/parser
-- because in a normal node environment this issue does not present itself.System Info
The text was updated successfully, but these errors were encountered: