File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ // TODO: Programmatic API
2
+
3
+ export { default as VueTransformation } from './src/VueTransformation'
4
+
5
+ export { default as runTransformation } from './src/run-transformation'
6
+
7
+ export { default as transformations } from './transformations'
Original file line number Diff line number Diff line change 2
2
"name" : " vue-codemod" ,
3
3
"version" : " 0.0.2" ,
4
4
"description" : " Vue codemod scripts" ,
5
- "main" : " index.js" ,
5
+ "main" : " dist/ index.js" ,
6
6
"bin" : " ./dist/bin/vue-codemod.js" ,
7
7
"files" : [
8
8
" dist" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"baseUrl" : " ." ,
4
4
"outDir" : " dist" ,
5
+ "declaration" : true ,
5
6
"sourceMap" : false ,
6
7
"target" : " ES2019" ,
7
8
"module" : " commonjs" ,
You can’t perform that action at this time.
0 commit comments