@formatjs/icu-messageformat-parser
Version:
Hand-written ICU MessageFormat parser with compatible output as [`intl-messageformat-parser`](https://www.npmjs.com/package/intl-messageformat-parser) but 6 - 10 times as fast.
10 lines (9 loc) • 369 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.parse = void 0;
var tslib_1 = require("tslib");
function parse() {
throw new Error("You're trying to format an uncompiled message with react-intl without parser, please import from 'react-int' instead");
}
exports.parse = parse;
tslib_1.__exportStar(require("./types"), exports);