You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When using the JSR bundler with type specifiers like @deno-types or @ts-types, it appears that only the actual imports are remapped according to the import map, but not the type specifiers themselves.
Description
When using the JSR bundler with type specifiers like
@deno-types
or@ts-types
, it appears that only the actual imports are remapped according to the import map, but not the type specifiers themselves.Example
Given this code:
And this import map (in deno.json or jsr.jsonc):
Questions
Current Behavior
The bundler only seems to remap the actual imports but not the type specifier directives.
Expected Behavior
Type specifiers should also be remapped according to the import map configuration.
The text was updated successfully, but these errors were encountered: