UNPKG

jscodeshaft

Version:

Collection of more or less primitive helpers and abstractions for JSCodeShift, build for design system migrations and upgrades.

15 lines (12 loc) 427 B
/** * @TODO needs support for mixed default and named import declarations */ export * from './addNamedImports'; export * from './getImportTypes'; export * from './getSpecifierNamesFromImport'; export * from './hasFragment'; export * from './importFragment'; export * from './isImportedFromSource'; export * from './isImportMatchedByImportPath'; export * from './removeDefaultImports'; export * from './removeNamedImports';