File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed
Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1+ export { putoutAsync } from './putout.js' ;
2+ export { types , traverse } from '@putout/babel' ;
3+ export {
4+ template ,
5+ generate ,
6+ print ,
7+ parse ,
8+ } from '@putout/engine-parser' ;
9+ export { transformAsync , transform } from './transform.js' ;
10+ export * as operator from './operator.js' ;
11+ export { findPlacesAsync , findPlaces } from './find-places.js' ;
12+ export { codeframe } from './codeframe.js' ;
Original file line number Diff line number Diff line change 11import { putout } from './putout.js' ;
2+ import * as exports from './exports.js' ;
23
3- export { putoutAsync } from './putout.js' ;
4- export { types , traverse } from '@putout/babel' ;
5- export {
6- template ,
7- generate ,
8- print ,
9- parse ,
10- } from '@putout/engine-parser' ;
11- export { transformAsync , transform } from './transform.js' ;
12- export * as operator from './operator.js' ;
13- export { findPlacesAsync , findPlaces } from './find-places.js' ;
14- export { codeframe } from './codeframe.js' ;
4+ Object . assign ( putout , exports ) ;
155
166export default putout ;
177
188export {
199 putout ,
2010} ;
11+
12+ export * from './exports.js' ;
13+
You can’t perform that action at this time.
0 commit comments