File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
"get-func-name" : " 2.0.0"
42
42
},
43
43
"devDependencies" : {
44
+ "@alipay/axml-transverter" : " ^1.0.1" ,
44
45
"@babel/code-frame" : " ^7.22.13" ,
45
46
"@babel/core" : " ^7.22.20" ,
46
47
"@babel/generator" : " ^7.22.15" ,
57
58
"@vitest/coverage-istanbul" : " ^1.5.0" ,
58
59
"antd" : " ^4.20.7" ,
59
60
"auto-changelog" : " ^2.4.0" ,
60
- "axml-transverter" : " ^1.0.3" ,
61
61
"chalk" : " ^4.1.0" ,
62
62
"clone-deep" : " ^4.0.1" ,
63
63
"conventional-changelog-cli" : " ^2.1.1" ,
125
125
],
126
126
"license" : " MIT" ,
127
127
"homepage" : " https://github.com/ant-design/ant-design-mini"
128
- }
128
+ }
Original file line number Diff line number Diff line change 1
- import { TransformCompiler as axmlParser } from 'axml-transverter' ;
1
+ import { TransformCompiler as axmlParser } from '@alipay/ axml-transverter' ;
2
2
3
3
export { wechatCustomMapping } from './mapping' ;
4
4
You can’t perform that action at this time.
0 commit comments