`export` in waiting scripts inside TypeScript package
Both `waiter.js` and `waitFor.js` gets extra `export` statement in the NPM version of the package. This breaks synchronization on Playwright with the error:
```
page.evaluate: SyntaxError: Unexpected token 'export'
```
关闭于 2025-11-17 0 条评论