Skip to content

@marko/compiler@5.41.7

Choose a tag to compare

Patch Changes

  • #3586 8f38f88 Thanks @DylanPiercey! - Stop publishing internal/babel as "type": "commonjs". The directory ships only the ESM index.ts that exports["./internal/babel"].types points at, so the CommonJS marker made TypeScript reject it under verbatimModuleSyntax with TS1295: ECMAScript imports and exports cannot be written in a CommonJS file.