@formatjs/icu-messageformat-parser 2.3.1 → 2.5.0
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/date-time-pattern-generator.d.ts +0 -1
- package/error.d.ts +0 -1
- package/index.d.ts +1 -2
- package/lib/date-time-pattern-generator.d.ts +0 -1
- package/lib/error.d.ts +0 -1
- package/lib/index.d.ts +1 -2
- package/lib/manipulator.d.ts +0 -1
- package/lib/no-parser.d.ts +0 -1
- package/lib/parser.d.ts +0 -1
- package/lib/printer.d.ts +0 -1
- package/lib/regex.generated.d.ts +0 -1
- package/lib/time-data.generated.d.ts +0 -1
- package/lib/time-data.generated.js +662 -662
- package/lib/types.d.ts +0 -1
- package/manipulator.d.ts +0 -1
- package/no-parser.d.ts +0 -1
- package/package.json +26 -3
- package/parser.d.ts +0 -1
- package/printer.d.ts +0 -1
- package/regex.generated.d.ts +0 -1
- package/time-data.generated.d.ts +0 -1
- package/time-data.generated.js +662 -662
- package/types.d.ts +0 -1
package/error.d.ts
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Parser, ParserOptions } from './parser';
|
|
2
2
|
import { MessageFormatElement } from './types';
|
|
3
3
|
export declare function parse(message: string, opts?: ParserOptions): MessageFormatElement[];
|
|
4
|
-
export { ParserOptions };
|
|
4
|
+
export type { ParserOptions };
|
|
5
5
|
export * from './types';
|
|
6
6
|
export declare const _Parser: typeof Parser;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
package/lib/error.d.ts
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Parser, ParserOptions } from './parser';
|
|
2
2
|
import { MessageFormatElement } from './types';
|
|
3
3
|
export declare function parse(message: string, opts?: ParserOptions): MessageFormatElement[];
|
|
4
|
-
export { ParserOptions };
|
|
4
|
+
export type { ParserOptions };
|
|
5
5
|
export * from './types';
|
|
6
6
|
export declare const _Parser: typeof Parser;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
package/lib/manipulator.d.ts
CHANGED
package/lib/no-parser.d.ts
CHANGED
package/lib/parser.d.ts
CHANGED
package/lib/printer.d.ts
CHANGED
|
@@ -2,4 +2,3 @@ import { MessageFormatElement, DateTimeSkeleton } from './types';
|
|
|
2
2
|
export declare function printAST(ast: MessageFormatElement[]): string;
|
|
3
3
|
export declare function doPrintAST(ast: MessageFormatElement[], isInPlural: boolean): string;
|
|
4
4
|
export declare function printDateTimeSkeleton(style: DateTimeSkeleton): string;
|
|
5
|
-
//# sourceMappingURL=printer.d.ts.map
|
package/lib/regex.generated.d.ts
CHANGED