MCPcopy Create free account
hub / github.com/rollup/plugins / parse

Function parse

packages/dsv/test/test.js:48–48  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

46
47test('uses a custom processor', async () => {
48 const parse = (value) => (isNaN(+value) ? value : +value);
49
50 const bundle = await rollup({
51 input: 'fixtures/process/main.js',

Callers 4

tryParseFunction · 0.85
attachScopes.tsFile · 0.85
processRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected