-
-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(language-service): process references data at runtime to reduce …
…bundle size (#5054)
- Loading branch information
1 parent
f03a02f
commit 940b97c
Showing
4 changed files
with
131 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
name: update-html-data | ||
|
||
on: | ||
push: | ||
branches: | ||
- 'master' | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
[ | ||
{ | ||
"name": "en", | ||
"url": "https://vuejs.org/" | ||
}, | ||
{ | ||
"name": "zh-cn", | ||
"url": "https://cn.vuejs.org/" | ||
}, | ||
{ | ||
"name": "zh-hk", | ||
"url": "https://zh-hk.vuejs.org/" | ||
}, | ||
{ | ||
"name": "ja", | ||
"url": "https://ja.vuejs.org/" | ||
}, | ||
{ | ||
"name": "ua", | ||
"url": "https://ua.vuejs.org/" | ||
}, | ||
{ | ||
"name": "fr", | ||
"url": "https://fr.vuejs.org/" | ||
}, | ||
{ | ||
"name": "ko", | ||
"url": "https://ko.vuejs.org/" | ||
}, | ||
{ | ||
"name": "pt", | ||
"url": "https://pt.vuejs.org/" | ||
}, | ||
{ | ||
"name": "bn", | ||
"url": "https://bn.vuejs.org/" | ||
}, | ||
{ | ||
"name": "it", | ||
"url": "https://it.vuejs.org/" | ||
}, | ||
{ | ||
"name": "cs", | ||
"url": "https://cs.vuejs.org/" | ||
}, | ||
{ | ||
"name": "ru", | ||
"url": "https://ru.vuejs.org/" | ||
}, | ||
{ | ||
"name": "fa", | ||
"url": "https://fa.vuejs.org/" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters