Skip to content

Commit

Permalink
Update node-esm-resolve-implementation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode authored Jun 4, 2021
1 parent aba4ae6 commit 9afe3c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist-raw/node-esm-resolve-implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// Then modified to suite our needs.
// Formatting is intentionally bad to keep the diff as small as possible, to make it easier to merge
// upstream changes and understand our modifications.
//
// Github diff to easily view the changes:
// https://github.com/TypeStrong/ts-node/compare/esm-resolver-diff..main
'use strict';

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

0 comments on commit 9afe3c3

Please sign in to comment.