ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

WIP adapting to sync resolve; cleaning up esm hook stuff

Open cspotcode opened this issue 3 years ago • 2 comments

cspotcode avatar Jun 19 '22 23:06 cspotcode

Codecov Report

Merging #1804 (83ebb8a) into main (bf13086) will increase coverage by 0.07%. The diff coverage is 88.88%.

Impacted Files Coverage Δ
src/esm.ts 84.37% <85.71%> (+1.04%) :arrow_up:
src/child/child-loader.ts 88.88% <100.00%> (ø)

codecov[bot] avatar Jun 20 '22 05:06 codecov[bot]

node rolled back the sync resolve change, so I can extract the ESM cleanup stuff from this PR but drop all the sync resolve stuff.

cspotcode avatar Jun 23 '22 16:06 cspotcode