Skip to content

Commit 930db28

Browse files
authored
@alipay/axml-transverter 依赖替换 (#1261)
* feat: indexbar异步加载数据时,异常处理 * feat: 替换axml-transverter包 * feat: 替换axml-transverter包
1 parent da3d6a9 commit 930db28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"get-func-name": "2.0.0"
4242
},
4343
"devDependencies": {
44+
"@alipay/axml-transverter": "^1.0.1",
4445
"@babel/code-frame": "^7.22.13",
4546
"@babel/core": "^7.22.20",
4647
"@babel/generator": "^7.22.15",
@@ -57,7 +58,6 @@
5758
"@vitest/coverage-istanbul": "^1.5.0",
5859
"antd": "^4.20.7",
5960
"auto-changelog": "^2.4.0",
60-
"axml-transverter": "^1.0.3",
6161
"chalk": "^4.1.0",
6262
"clone-deep": "^4.0.1",
6363
"conventional-changelog-cli": "^2.1.1",
@@ -125,4 +125,4 @@
125125
],
126126
"license": "MIT",
127127
"homepage": "https://github.com/ant-design/ant-design-mini"
128-
}
128+
}

scripts/axml/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TransformCompiler as axmlParser } from 'axml-transverter';
1+
import { TransformCompiler as axmlParser } from '@alipay/axml-transverter';
22

33
export { wechatCustomMapping } from './mapping';
44

0 commit comments

Comments
 (0)