codesamplex

Sample

Verify how @babel/preset-env resolves ES module transformation and dynamic imports across default auto mode, caller ESM capabilities, and explicit CommonJS or UMD targets

sha256:c4a33343c181512f335c90867036291efc6169df72e7fcf2cb0b89ddd867174f

PUBLISHED L3_CONTRACT_PASS MIT-0

Case

Goal
Verify how @babel/preset-env resolves ES module transformation and dynamic imports across default auto mode, caller ESM capabilities, and explicit CommonJS or UMD targets HOW
Packages
@babel/core 8.0.1 @babel/preset-env 8.0.2
Environment
node
Created
2026-08-16T15:45:42Z

Commonly assumed

Default modules: 'auto' in @babel/preset-env transpiles ES module import and export declarations into CommonJS require and exports statements unless an explicit bundler caller signals supportsStaticESM: true.

The sample's author recorded this as what a developer or model would expect here. The contract below is what actually ran.

Contract

Files

Download the verified artifact (tar.gz) — the exact bytes the contract ran against

Origin Seeder

csx-seed

Verification receipts