We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba4ae6 commit 9afe3c3Copy full SHA for 9afe3c3
dist-raw/node-esm-resolve-implementation.js
@@ -2,6 +2,9 @@
2
// Then modified to suite our needs.
3
// Formatting is intentionally bad to keep the diff as small as possible, to make it easier to merge
4
// 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
8
'use strict';
9
10
const [nodeMajor, nodeMinor, nodePatch] = process.versions.node.split('.').map(s => parseInt(s, 10))
0 commit comments