Package: node-import-meta-resolve / 4.2.0-1

Metadata

Package Version Patches format
node-import-meta-resolve 4.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tsc.patch | (download)

lib/package-json-reader.js | 2 1 + 1 - 0 !
lib/resolve.js | 15 7 + 8 - 0 !
tsconfig.json | 5 3 + 2 - 0 !
3 files changed, 11 insertions(+), 11 deletions(-)

 typescript 5.0 compatibility fixes
 - Replace @import JSDoc with @typedef (TS 5.5+ feature)
 - Use preserveSymlinks to avoid resolving system util polyfill
 - Exclude test/ and xo.config* from compilation
 - Replace @ts-expect-error with @ts-ignore
 - Fix JSDoc template type for isURL function
drop unusable tests.patch | (download)

test/core.js | 62 1 + 61 - 0 !
1 file changed, 1 insertion(+), 61 deletions(-)

 [patch] drop checks that depends on micromark