@intlify/message-compiler 9.9.1 → 9.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/message-compiler.cjs +1 -1
- package/dist/message-compiler.d.ts +3 -2
- package/dist/message-compiler.esm-browser.js +1 -1
- package/dist/message-compiler.esm-browser.prod.js +1 -1
- package/dist/message-compiler.global.js +1 -1
- package/dist/message-compiler.global.prod.js +1 -1
- package/dist/message-compiler.mjs +1 -1
- package/dist/message-compiler.node.mjs +1 -1
- package/dist/message-compiler.prod.cjs +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node_modules/.pnpm/source-map-js@1.0.2/node_modules/source-map-js/source-map" />
|
|
1
2
|
import type { BaseError } from '@intlify/shared';
|
|
2
3
|
import type { RawSourceMap } from 'source-map-js';
|
|
3
4
|
|
|
@@ -158,12 +159,12 @@ declare interface Node_2 {
|
|
|
158
159
|
export { Node_2 as Node }
|
|
159
160
|
|
|
160
161
|
export declare const enum NodeTypes {
|
|
161
|
-
Resource = 0
|
|
162
|
+
Resource = 0,// 0
|
|
162
163
|
Plural = 1,
|
|
163
164
|
Message = 2,
|
|
164
165
|
Text = 3,
|
|
165
166
|
Named = 4,
|
|
166
|
-
List = 5
|
|
167
|
+
List = 5,// 5
|
|
167
168
|
Linked = 6,
|
|
168
169
|
LinkedKey = 7,
|
|
169
170
|
LinkedModifier = 8,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlify/message-compiler",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.10.1",
|
|
4
4
|
"description": "@intlify/message-compiler",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compiler",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"types": "dist/message-compiler.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"source-map-js": "^1.0.2",
|
|
37
|
-
"@intlify/shared": "9.
|
|
37
|
+
"@intlify/shared": "9.10.1"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">= 16"
|