register icon indicating copy to clipboard operation
register copied to clipboard

Source map support called multiple times

Open vjpr opened this issue 4 years ago • 0 comments

source-map-support should not be called more than once it can cause bugs. See: https://github.com/evanw/node-source-map-support/issues/200. Mainly relates to multiple versions, but still, wasted cycles.

https://github.com/swc-project/register/blob/377bad1f81cc590b95cb207c0524e95718b4e065/src/node.ts#L69

vjpr avatar Sep 25 '21 00:09 vjpr