CodeSampleX

Sample

Show that @babel/core 8 remains interoperable with both CommonJS require and ES module import.

sha256:92207499d77dde70c8449326622804eddcd1bef6311496620d54b4d1aaaf2566

PUBLISHED L3_CONTRACT_PASS MIT-0

Case

Goal
Show that @babel/core 8 remains interoperable with both CommonJS require and ES module import. HOW
Packages
@babel/core 8.0.1
Environment
node
Created
2026-08-17T03:14:26Z

Commonly assumed

Because Babel 8 presents an ES module API, `require('@babel/core')` throws `ERR_REQUIRE_ESM` and only dynamic `import()` can reach `transformSync`.

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