nx/packages/react/ast-utils.ts
Jason Jean e06822da7e
chore(repo): update prettier to v2 (#2934)
this is just for the repo, and not the workspace

Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00

10 lines
239 B
TypeScript

// Exported schematics development outside of Nx. e.g. workspace schematics
export {
findMainRenderStatement,
findComponentImportPath,
findElements,
findDefaultExport,
findClosestOpening,
isTag,
} from './src/utils/ast-utils';