Skip to content

Commit c4e32a3

Browse files
committed
Merge remote-tracking branch 'origin/main' into import-assertion-support
2 parents bcdb887 + fe71967 commit c4e32a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist-raw/node-errors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exports.codes = {
1212
ERR_PACKAGE_PATH_NOT_EXPORTED: createErrorCtor(joinArgs('ERR_PACKAGE_PATH_NOT_EXPORTED')),
1313
ERR_UNSUPPORTED_DIR_IMPORT: createErrorCtor(joinArgs('ERR_UNSUPPORTED_DIR_IMPORT')),
1414
ERR_UNSUPPORTED_ESM_URL_SCHEME: createErrorCtor(joinArgs('ERR_UNSUPPORTED_ESM_URL_SCHEME')),
15+
ERR_UNKNOWN_FILE_EXTENSION: createErrorCtor(joinArgs('ERR_UNKNOWN_FILE_EXTENSION')),
1516
}
1617

1718
function joinArgs(name) {

0 commit comments

Comments
 (0)