In Intern master, the webpack build, which should only include generic and browser code (no Node code) is trying to include Command.ts.
[testIntern] [webpack] Entrypoint config = config.js
[testIntern] [webpack] ERROR in /Users/jason/Documents/Work/src/intern/intern/src/webdriver/Command.ts
[testIntern] [webpack] [tsl] ERROR in /Users/jason/Documents/Work/src/intern/intern/src/webdriver/Command.ts(697,3)
[testIntern] [webpack] TS7023: 'catch' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
Closing this because I can't reproduce it with current master. For the record, the command that was running for testIntern in the issue description was:
In Intern master, the webpack build, which should only include generic and browser code (no Node code) is trying to include
Command.ts
.