Skip to content

fix(container.js): TypeScript import to handle default export#5604

Merged
DavertMik merged 1 commit into
4.xfrom
5603-bug-correctly-handle-typescript-module-imports-in-esm-environments-this-is-a-known-interop-issue
Jun 5, 2026
Merged

fix(container.js): TypeScript import to handle default export#5604
DavertMik merged 1 commit into
4.xfrom
5603-bug-correctly-handle-typescript-module-imports-in-esm-environments-this-is-a-known-interop-issue

Conversation

@kobenguyent
Copy link
Copy Markdown
Collaborator

@kobenguyent kobenguyent commented Jun 5, 2026

Motivation/Description of the PR

Applicable helpers:

  • Playwright
  • Puppeteer
  • WebDriver
  • REST
  • FileHelper
  • Appium

Applicable plugins:

  • aiTrace
  • autoDelay
  • autoLogin
  • customLocator
  • pause
  • coverage
  • heal
  • retryFailedStep
  • screenshot
  • selenoid
  • stepTimeout
  • subtitles

Type of change

  • 🔥 Breaking changes
  • 🚀 New functionality
  • 🐛 Bug fix
  • 🧹 Chore
  • 📋 Documentation changes/updates
  • ♨️ Hot fix
  • 🔨 Markdown files fix - not related to source code
  • 💅 Polish code

Checklist:

  • Tests have been added
  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

@kobenguyent kobenguyent requested a review from DavertMik June 5, 2026 05:42
@kobenguyent kobenguyent changed the title Fix TypeScript import to handle default export fix(container.js): TypeScript import to handle default export Jun 5, 2026
@kobenguyent kobenguyent added the bug label Jun 5, 2026
@DavertMik DavertMik merged commit a493212 into 4.x Jun 5, 2026
13 checks passed
@DavertMik DavertMik deleted the 5603-bug-correctly-handle-typescript-module-imports-in-esm-environments-this-is-a-known-interop-issue branch June 5, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: correctly handle typescript module imports in ESM environments (this is a known interop issue)

2 participants