UNPKG

intl-messageformat-parser

Version:

Parses ICU Message strings into an AST via JavaScript.

10 lines (9 loc) 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parse = void 0; var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./src/types"), exports); 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;