File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vite-plugin-solid-undestructure" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Automatically transforms props destructuring in SolidJS components" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1- import { checkIfComponent } from '@/modules/component-detector'
21import generateImport from '@babel/generator'
32import { parse } from '@babel/parser'
43import traverseImport , { NodePath , Visitor } from '@babel/traverse'
54import * as t from '@babel/types'
5+ import { checkIfComponent } from '../../modules/component-detector'
66
77// Handle ESM/CJS interop
88const traverse =
Original file line number Diff line number Diff line change 11{
22 "extends" : " config/tsconfig" ,
33 "compilerOptions" : {
4- "noEmit" : false ,
5- "paths" : {
6- "@/*" : [" ./src/*" ]
7- }
4+ "noEmit" : false
85 },
96 "include" : [" src" ]
107}
You can’t perform that action at this time.
0 commit comments