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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Source maps are no longer published in the npm tarball. Node reads them only
under --enable-source-maps, which nothing here sets, and the maps pointed at
a src/ this package does not ship — so a stack trace under that flag named a
file nobody could open. dist/**/*.js is unchanged; the package is about a
fifth smaller.
oxlint's suspicious category is on; 7 findings fixed (mostly Array#toSorted() over copy-and-sort and un-shadowed names). No runtime
behaviour changed.