UNPKG
@intlify/eslint-plugin-vue-i18n
Version:
latest (4.1.0)
next (4.0.0-next.2)
4.1.0
4.0.1
4.0.0
4.0.0-next.2
4.0.0-next.1
4.0.0-next.0
3.2.0
3.1.0
3.0.0
3.0.0-next.14
3.0.0-next.13
3.0.0-next.12
3.0.0-next.11
3.0.0-next.10
3.0.0-next.9
3.0.0-next.8
3.0.0-next.7
3.0.0-next.6
3.0.0-next.5
3.0.0-next.4
3.0.0-next.3
3.0.0-next.2
3.0.0-beta.1
2.0.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.1
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
ESLint plugin for Vue I18n
github.com/intlify/eslint-plugin-vue-i18n
intlify/eslint-plugin-vue-i18n
@intlify/eslint-plugin-vue-i18n
/
dist
/
utils
/
message-compiler
/
parser.d.ts
6 lines
(5 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
import type {
CompileError
, ResourceNode }
from
'@intlify/message-compiler'
; export
declare
function
parse
(
code:
string
):
{ ast: ResourceNode; errors:
CompileError
[]; };