-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
While investigating some performance traces in Deno today, I noticed a program spending 200ms loading jiti
, mostly because of it's bundled babel
dependency.
This is not great because jiti
is not needed in Deno, as Deno already supports cjs/ESM interop, and TypeScript transpilation out of the box.
Could you use an export condition to just always alias jiti
to jiti/native
in Deno? The export condition is "deno"
.
Additional information
- Would you be willing to help implement this feature?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request