Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into import-assertion-support
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Dec 26, 2021
2 parents bcdb887 + fe71967 commit c4e32a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist-raw/node-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exports.codes = {
ERR_PACKAGE_PATH_NOT_EXPORTED: createErrorCtor(joinArgs('ERR_PACKAGE_PATH_NOT_EXPORTED')),
ERR_UNSUPPORTED_DIR_IMPORT: createErrorCtor(joinArgs('ERR_UNSUPPORTED_DIR_IMPORT')),
ERR_UNSUPPORTED_ESM_URL_SCHEME: createErrorCtor(joinArgs('ERR_UNSUPPORTED_ESM_URL_SCHEME')),
ERR_UNKNOWN_FILE_EXTENSION: createErrorCtor(joinArgs('ERR_UNKNOWN_FILE_EXTENSION')),
}

function joinArgs(name) {
Expand Down

0 comments on commit c4e32a3

Please sign in to comment.