@formatjs/icu-messageformat-parser 2.3.0 → 2.4.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/lib/no-parser.js +1 -1
- package/lib/time-data.generated.js +662 -662
- package/lib/types.d.ts +0 -5
- package/lib/types.d.ts.map +1 -1
- package/no-parser.js +1 -1
- package/package.json +3 -3
- package/time-data.generated.js +662 -662
- package/types.d.ts +0 -5
- package/types.d.ts.map +1 -1
package/lib/no-parser.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export function parse() {
|
|
2
|
-
throw new Error("You're trying to format an uncompiled message with react-intl without parser, please import from 'react-
|
|
2
|
+
throw new Error("You're trying to format an uncompiled message with react-intl without parser, please import from 'react-intl' instead");
|
|
3
3
|
}
|
|
4
4
|
export * from './types';
|
|
5
5
|
export var _Parser = undefined;
|