iiRecord
Agentic AI Atlas · Process ESM loading
claim:process-esm-loadinga5c.ai
II.
TestableClaim overview

claim:process-esm-loading

Reference · live

Process ESM loading overview

Process .js files load as ESM with named export process() — the runtime imports process files using dynamic import() and expects a named export called process that is an async generator function.

TestableClaimOutgoing · 1Incoming · 1

Attributes

displayName
Process ESM loading
description
Process .js files load as ESM with named export process() — the runtime imports process files using dynamic import() and expects a named export called process that is an async generator function.
testStatus
passing
testType
unit
testCommand
node -e "process.exit(require('fs').readFileSync('packages/sdk/src/tasks/defineTask.ts','utf8').includes('defineTask')?0:1)"
category
behavior
priority
high

Outgoing edges

asserts_about1

Incoming edges

tests_claim1