ITADN

`export` in waiting scripts inside TypeScript package

#191Closedp0deje 创建于 2025-11-15
P
p0dejecommented
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 条评论