Skip to content

Commit 9afe3c3

Browse files
authored
Update node-esm-resolve-implementation.js
1 parent aba4ae6 commit 9afe3c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist-raw/node-esm-resolve-implementation.js

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Then modified to suite our needs.
33
// Formatting is intentionally bad to keep the diff as small as possible, to make it easier to merge
44
// upstream changes and understand our modifications.
5+
//
6+
// Github diff to easily view the changes:
7+
// https://github.com/TypeStrong/ts-node/compare/esm-resolver-diff..main
58
'use strict';
69

710
const [nodeMajor, nodeMinor, nodePatch] = process.versions.node.split('.').map(s => parseInt(s, 10))

0 commit comments

Comments
 (0)