You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: migrate to ES module syntax
* refactor: migrate ports-map.js to ES module syntax
* refactor: migrate helper files to ES module syntax
* refactor: migrate fixtures configs to ES module syntax
* refactor: migrate test files to ES module syntax
* refactor: migrate test files to ES module syntax
* refactor: migrate test files to use fileURLToPath for __dirname
* refactor: remove duplicate import of http in cross-origin request tests
* refactor: update library type to module and enable outputModule experiment in webpack config
* refactor: update client transport implementation checks and adjust module federation test assertions
* refactor: enhance client transport handling with pathToFileURL for absolute paths
* fixup!
* fixup!
* refactor: improve lazy loading of webpack peer dependency and update addAdditionalEntries to async
* fixup!
* refactor: update lazy initialization of webpack dev middleware to async
* refactor: update TypeScript configuration to target ES2024 and improve type definitions
* fixup!
* refactor: simplify package installation check using require.resolve
* fix: update Node.js target version in Babel configuration to 22.15.0
* fixup!
* fixup!
* refactor: dynamically import 'node:net' in Server class for improved module loading
* refactor: update type definition for onLoadQueue to ensure correct function signature
* fixup!
* refactor: migrate examples to ES module syntax and remove "use strict" directives
- Updated all example files to use ES module imports instead of CommonJS require.
- Removed unnecessary "use strict" directives from JavaScript files.
- Adjusted webpack configuration files to utilize import.meta for context and URL handling.
- Ensured consistent use of import statements across all examples.
* refactor: update webpack configuration and asset handling for improved module support
* refactor: update webSocketServer configuration to use object syntax for improved clarity
* refactor: update test coverage script to include additional directories for improved coverage reporting
0 commit comments