Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rollup/plugins
/ dataToEsm.ts
File
dataToEsm.ts
packages/pluginutils/test/dataToEsm.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ dataToEsm } from
'../'
;
2
3
test(
'support bigint'
, () => {
4
expect(dataToEsm({ positive: BigInt(
'0'
), negative: BigInt(
'-1'
) })).toBe(
Callers
nothing calls this directly
Calls
2
test
Function · 0.85
dataToEsm
Function · 0.85
Tested by
no test coverage detected