path-equal@1.2.7
·
19 commits
to main
since this release
Patch Changes
-
8403d02: Build the published
cjs/andesm/output with tsdown instead of twotscpasses.Every published path is unchanged (
esm/index.js,cjs/index.js, the.d.tsand.d.ts.map
beside each, andcjs/package.json). Two things about the emitted output do change:- The CJS build targets ES2015 rather than ES5. rolldown's floor is ES2015, and the only
down-levelled syntax in this package is one arrow function. - An
esm/index.js.mapnow ships alongside the ESM output. The TypeScript sources already
shipped, so this adds no information — only a working sourcemap.
Also points
homepageandrepositoryat the repository's current home,cyberuni/path-equal. - The CJS build targets ES2015 rather than ES5. rolldown's floor is ES2015, and the only