Skip to content

import-in-the-middle: v3.3.0

Choose a tag to compare

@nodejs-github-bot nodejs-github-bot released this 03 Jul 13:39
0d0954b

3.3.0 (2026-07-02)

Features

  • instrument type-stripped TypeScript modules (#258) (3c6b456)

Bug Fixes

  • guard against circular export-star recursion (#261) (b957de3)
  • keep get-esm-exports synchronous so require() works (#266) (4244b25)
  • resolve re-exported values from their defining module (#263) (5ef34cb)

Performance Improvements

  • replace acorn with es-module-lexer for ESM parsing (#259) (b8cc8af)
  • shrink generated wrapper source (#264) (491d968)