Closed bohjak closed 2 months ago
@pi0 I've added the data-uri fixture to the ignore lists for the native and bun tests. Breaks native, because it requires ESM. I haven't looked into how exactly bun imports work, but for some reason the require
keyword works fine with data URLs, but import
doesn't :shrug:
Resolves https://github.com/unjs/jiti/issues/207
Explicitly check for
data:
scheme and use native import to handle it.