@phensley/messageformat
Advanced tools
Comparing version 0.21.0 to 0.21.1
@@ -6,3 +6,3 @@ export interface MessageState { | ||
} | ||
export interface Matcher { | ||
export interface MessageMatcher { | ||
char(r: MessageState): string; | ||
@@ -30,3 +30,3 @@ complete(r: MessageState): boolean; | ||
*/ | ||
export declare class StickyMatcher implements Matcher { | ||
export declare class StickyMatcher implements MessageMatcher { | ||
private _space; | ||
@@ -33,0 +33,0 @@ private _arg; |
import { MessageCode } from './types'; | ||
import { Matcher } from './matcher'; | ||
export declare const parseMessagePattern: (raw: string, matcher: Matcher) => MessageCode; | ||
import { MessageMatcher } from './matcher'; | ||
export declare const parseMessagePattern: (raw: string, matcher: MessageMatcher) => MessageCode; |
@@ -6,3 +6,3 @@ export interface MessageState { | ||
} | ||
export interface Matcher { | ||
export interface MessageMatcher { | ||
char(r: MessageState): string; | ||
@@ -30,3 +30,3 @@ complete(r: MessageState): boolean; | ||
*/ | ||
export declare class StickyMatcher implements Matcher { | ||
export declare class StickyMatcher implements MessageMatcher { | ||
private _space; | ||
@@ -33,0 +33,0 @@ private _arg; |
import { MessageCode } from './types'; | ||
import { Matcher } from './matcher'; | ||
export declare const parseMessagePattern: (raw: string, matcher: Matcher) => MessageCode; | ||
import { MessageMatcher } from './matcher'; | ||
export declare const parseMessagePattern: (raw: string, matcher: MessageMatcher) => MessageCode; |
{ | ||
"name": "@phensley/messageformat", | ||
"version": "0.21.0", | ||
"version": "0.21.1", | ||
"description": "Extensible ICU message formatter", | ||
@@ -37,4 +37,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/decimal": "0.21.0", | ||
"@phensley/plurals": "0.21.0", | ||
"@phensley/decimal": "0.21.1", | ||
"@phensley/plurals": "0.21.1", | ||
"tslib": "1.10.x" | ||
@@ -53,3 +53,3 @@ }, | ||
"tslint-no-circular-imports": "^0.7.0", | ||
"typescript": "3.6.x" | ||
"typescript": "3.7.x" | ||
}, | ||
@@ -69,3 +69,3 @@ "jest": { | ||
}, | ||
"gitHead": "922b98484b58cb869528dac3904d30124fa5967b" | ||
"gitHead": "0b731f4b8edd1be584de6dfb8237a66a4357db76" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
116196
+ Added@phensley/decimal@0.21.1(transitive)
+ Added@phensley/plurals@0.21.1(transitive)
- Removed@phensley/decimal@0.21.0(transitive)
- Removed@phensley/plurals@0.21.0(transitive)
Updated@phensley/decimal@0.21.1
Updated@phensley/plurals@0.21.1