intl-messageformat-parser
Advanced tools
Comparing version 6.0.3 to 6.0.4
// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/1013/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/intl-messageformat-parser:dist-base | ||
// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/722/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/intl-messageformat-parser:dist-base | ||
// composite: false | ||
@@ -4,0 +4,0 @@ // declaration: true |
// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/1016/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/intl-messageformat-parser:dist-esm | ||
// /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/721/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/intl-messageformat-parser:dist-esm | ||
// composite: false | ||
@@ -4,0 +4,0 @@ // declaration: true |
import { NumberSkeletonToken } from './types'; | ||
import { NumberFormatOptions } from '@formatjs/intl-numberformat'; | ||
import { NumberFormatOptions } from '@formatjs/ecma402-abstract'; | ||
export interface ExtendedDateTimeFormatOptions extends Intl.DateTimeFormatOptions { | ||
@@ -4,0 +4,0 @@ hourCycle?: 'h11' | 'h12' | 'h23' | 'h24'; |
{ | ||
"name": "intl-messageformat-parser", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Parses ICU Message strings into an AST via JavaScript.", | ||
@@ -38,3 +38,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@formatjs/intl-numberformat": "^5.5.4" | ||
"@formatjs/ecma402-abstract": "^1.1.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "homepage": "https://github.com/formatjs/formatjs", |
# Intl MessageFormat Parser | ||
We've migrated the docs to https://formatjs.io. | ||
We've migrated the docs to https://formatjs.io/docs/intl-messageformat-parser. |
import { NumberSkeletonToken } from './types'; | ||
import { NumberFormatOptions } from '@formatjs/intl-numberformat'; | ||
import { NumberFormatOptions } from '@formatjs/ecma402-abstract'; | ||
export interface ExtendedDateTimeFormatOptions extends Intl.DateTimeFormatOptions { | ||
@@ -4,0 +4,0 @@ hourCycle?: 'h11' | 'h12' | 'h23' | 'h24'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
305379
+ Added@formatjs/ecma402-abstract@1.18.3(transitive)
+ Added@formatjs/intl-localematcher@0.5.4(transitive)
- Removed@formatjs/intl-numberformat@^5.5.4
- Removed@formatjs/ecma402-abstract@1.4.0(transitive)
- Removed@formatjs/intl-numberformat@5.7.6(transitive)