Skip to content

Commit f7b5815

Browse files
authored
update: use intlify/cli internal api (#150)
1 parent f825a35 commit f7b5815

23 files changed

+152
-1613
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"eslint.packageManager": "yarn",
77
"eslint.enable": true,
88
"typescript.tsdk": "node_modules/typescript/lib",
9-
"i18n-ally.localesPaths": []
9+
"i18n-ally.localesPaths": [
10+
"example/composition/locales",
11+
"example/legacy/locales"
12+
]
1013
}

e2e/global.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe.skip(`global`, () => {
1+
describe(`global`, () => {
22
beforeAll(async () => {
33
await page.goto(`http://localhost:8080/global/`)
44
})

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
}
2525
},
2626
"dependencies": {
27+
"@intlify/cli": "^0.1.2",
2728
"@intlify/core-base": "^9.0.0-beta.15",
2829
"@intlify/message-compiler": "^9.0.0-beta.15",
2930
"@intlify/shared": "^9.0.0-beta.15",

src/generator/codegen.ts

-316
This file was deleted.

src/generator/index.ts

-2
This file was deleted.

0 commit comments

Comments
 (0)