esbuild-jest icon indicating copy to clipboard operation
esbuild-jest copied to clipboard

Do not use spread operator

Open polRk opened this issue 4 years ago • 1 comments

https://github.com/aelbore/esbuild-jest/blob/daa5847b3b382d9ddf6cc26e60ad949d202c4461/src/index.ts#L55

` JSON.parse('{"sourcesContent": {}}', function(k, v) { if (k === 'sourcesContent') return null;

return v; }); `

polRk avatar Aug 01 '21 10:08 polRk

why not?

markkahn avatar Dec 08 '21 14:12 markkahn