Resolve

Utf8-bom import

fail

Deep import

Should show [2,4]:fail

Exports and a nested package scope with a different type

fail

Entry resolving with exports field

fail

Deep import with exports field

fail

Deep import with query with exports field

fail

Deep import with exports field + exposed directory

fail

Deep import with exports field + mapped directory

fail

Exports field env priority

fail

Exports field read only from the root package.json

fail

Exports with legacy fallback

fail

Exports with module

fail

Both import and require resolve using module condition (avoids dual package hazard)

fail

fail

Resolving top level with imports field

fail

Resolving same level with imports field

fail

Resolving nested path with imports field

fail

Resolving star with imports filed

fail

Resolving slash with imports filed

fail

Resolving from other package with imports field

fail

Resolve /index.*

fail

Resolve dir and file of the same name (should prioritize file)

fail

Resolve to non-duplicated file extension

fail

Resolve nested file extension

fail

Don't add extensions to directory names

fail

A ts module can import another ts module using its corresponding js file name

fail

A ts module can import another tsx module using its corresponding jsx file name

fail

A ts module can import another tsx module using its corresponding js file name

fail

A ts module can import another ESM module using its corresponding mjs file name

fail

A ts module can import another ESM module using its corresponding mjs file name with query parameters

fail

A ts module can import another CommonJS module using its corresponding cjs file name

fail

Resolve file name containing dot

fail

Resolve drive-relative path (Windows only)

fail

Resolve absolute path

fail

Browser Field

fail

Resolve browser field even if module field exists

fail

Resolve module field if browser field is likely UMD or CJS

fail

Resolve module field if browser field is likely IIFE

fail

Don't resolve to the `module` field if the importer is a `require` call

fail

CSS Entry

Monorepo linked dep

Plugin resolved virtual file

Plugin resolved virtual file (#9036)

Plugin resolved custom virtual file

Inline package

resolve.extensions

resolve.mainFields

resolve.conditions

resolve package that contains # in path