[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: JSON module should be marked as ESM type (#1434)

authored by

eryue0220 and committed by
GitHub
1c7a3402 44bc4bcb

+1 -1
+1 -1
shared/utils/package-analysis.ts
··· 124 124 125 125 if (typeof exports === 'string') { 126 126 // Check file extension for format hints 127 - if (exports.endsWith('.mjs') || exports.endsWith('.mts')) { 127 + if (exports.endsWith('.mjs') || exports.endsWith('.mts') || exports.endsWith('.json')) { 128 128 result.hasImport = true 129 129 } else if (exports.endsWith('.cjs') || exports.endsWith('.cts')) { 130 130 result.hasRequire = true