Repro for:
Steps to repro:
- Clone this repo
- Install
pnpm
if you don't have it:npm install -g pnpm
pnpm install
at the root of this projectcd packages/some-package && pnpm install
pnpm build
You should get this:
(babel plugin) SyntaxError: absolute-path-to\bundle-bug-repro\modules\code.ts: Unexpected token, expected "," (2:38)
1 |
> 2 | export default ( someTypescriptSyntax : string ) => {
| ^
3 | return someTypescriptSyntax
4 | }