MCPcopy 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

1import { dataToEsm } from '../';
2
3test('support bigint', () => {
4 expect(dataToEsm({ positive: BigInt('0'), negative: BigInt('-1') })).toBe(

Callers

nothing calls this directly

Calls 2

testFunction · 0.85
dataToEsmFunction · 0.85

Tested by

no test coverage detected