intl-messageformat 10.0.1 → 10.1.2

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/tsconfig.json ADDED
@@ -0,0 +1,5 @@
1
+ // @generated
2
+ {
3
+ // This is purely for IDE, not for compilation
4
+ "extends": "../../tsconfig.json"
5
+ }
package/index.d.ts DELETED
@@ -1,6 +0,0 @@
1
- import { IntlMessageFormat } from './src/core';
2
- export * from './src/formatters';
3
- export * from './src/core';
4
- export * from './src/error';
5
- export default IntlMessageFormat;
6
- //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/intl-messageformat/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAC,iBAAiB,EAAC,MAAM,YAAY,CAAA;AAC5C,cAAc,kBAAkB,CAAA;AAChC,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA;AAC3B,eAAe,iBAAiB,CAAA"}
package/index.js DELETED
@@ -1,13 +0,0 @@
1
- "use strict";
2
- /*
3
- Copyright (c) 2014, Yahoo! Inc. All rights reserved.
4
- Copyrights licensed under the New BSD License.
5
- See the accompanying LICENSE file for terms.
6
- */
7
- Object.defineProperty(exports, "__esModule", { value: true });
8
- var tslib_1 = require("tslib");
9
- var core_1 = require("./src/core");
10
- (0, tslib_1.__exportStar)(require("./src/formatters"), exports);
11
- (0, tslib_1.__exportStar)(require("./src/core"), exports);
12
- (0, tslib_1.__exportStar)(require("./src/error"), exports);
13
- exports.default = core_1.IntlMessageFormat;