- 07e5f02: fix: CI build
- c73840d: fix: Actually add provenance
- af2405a: patch: Add changesets, provenance
PINNED: traverse@0.6.9
Pin engines
field to >= 10
PINNED: traverse@0.6.9
Fix regression in legacy.mjs introduced in 0.6.13.
PINNED: traverse@0.6.9
Fix types for neotraverse/legacy for pre-TypeScript 4.5(when export maps were not supported).
PINNED: traverse@0.6.9
Earlier, neotraverse/legacy did not work with WebPack 4, as it does not support export maps. Now this package provides direct fallback for CJS.
PINNED: traverse@0.6.9
Fix types for neotraverse/legacy. I am sacrificing types for CJS in favor of ESM.
Use the following to get type-safety
const traverse = require('neotraverse/legacy');
// ^ It isn't typed
const neoTraverse = traverse as traverse['default'];
// ^ It is typed
PINNED: traverse@0.6.9
Fix types for neotraverse/legacy. Now both CJS and ESM are properly typed. CAVEAT: ESM import in typescript doesn't provide TraverseContext
and TraverseOptions
types. Import that from neotraverse
instead.
Fresh start. Check out the CHANGELOG 0.6.9 for a list of changes prior to this release.