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
fix: restore test assertions and add hanbi type declarations
- Restore dev-server-rollup test files to master versions: the sed
import rewrite incorrectly changed assertion strings like
"import moduleA from './module-a-stub.js'" to use .ts extensions.
Only actual import statements should use .ts extensions.
- Add hanbi.d.ts ambient declarations for packages that use hanbi
in tests (dev-server-core, dev-server-hmr, dev-server-import-maps,
test-runner-core). With module:nodenext, untyped CJS modules need
explicit declarations.
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments