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
Don't pass `source_map_path` if `options.sourcemap` is undefined or
false; then, `IsolatedDeclarationsResult.map` should be undefined.
Downstream issue
unplugin/unplugin-isolated-decl#42
---------
Co-authored-by: Boshen <[email protected]>
Describe the bug
UnpluginIsolatedDecl({ transformer: 'oxc', sourceMap: false })
still emitsindex.d.ts.map
Might be an issue with oxc, typescript transformer works fine 👀
Reproduction
rm -rf dist && node build.mjs
index.d.ts.map
in dist directory.System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: