File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webfansplz/vuedoc-parser" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Generate a JSON documentation for a Vue file" ,
5
5
"type" : " module" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change 1
- import { parseComponent } from 'vue-template-compiler/build' ;
1
+ import { parseComponent } from 'vue-template-compiler/build.js ' ;
2
2
import { Loader } from '../lib/Loader.js' ;
3
3
import { Loader as LoaderNS } from '../../types/Loader.js' ;
4
4
Original file line number Diff line number Diff line change 1
- import { ASTElement , compile } from 'vue-template-compiler/build' ;
1
+ import { ASTElement , compile } from 'vue-template-compiler/build.js ' ;
2
2
3
3
import { AbstractSourceParser } from './AbstractSourceParser.js' ;
4
4
import { SlotParser } from './SlotParser.js' ;
You can’t perform that action at this time.
0 commit comments