@@ -2,31 +2,24 @@ import { Generator } from "@jspm/generator";
2
2
import assert from "assert" ;
3
3
4
4
const inputMap = {
5
- imports : {
6
- "react-intl" : "https://esm.sh/*react-intl@6.4.4/lib/index.js" ,
5
+ " imports" : {
6
+ "react-intl" : "https://esm.sh/*react-intl@6.4.4/lib/index.js"
7
7
} ,
8
- scopes : {
8
+ " scopes" : {
9
9
"https://esm.sh/" : {
10
- "@formatjs/ecma402-abstract" :
11
- "https://esm.sh/*@formatjs/ecma402-abstract@1.17.0/lib/index.js" ,
12
- "@formatjs/fast-memoize" :
13
- "https://esm.sh/*@formatjs/fast-memoize@2.2.0/lib/index.js" ,
14
- "@formatjs/icu-messageformat-parser" :
15
- "https://esm.sh/*@formatjs/icu-messageformat-parser@2.6.0/lib/index.js" ,
16
- "@formatjs/icu-skeleton-parser" :
17
- "https://esm.sh/*@formatjs/icu-skeleton-parser@1.6.0/lib/index.js" ,
10
+ "@formatjs/ecma402-abstract" : "https://esm.sh/*@formatjs/ecma402-abstract@1.17.0/lib/index.js" ,
11
+ "@formatjs/fast-memoize" : "https://esm.sh/*@formatjs/fast-memoize@2.2.0/lib/index.js" ,
12
+ "@formatjs/icu-messageformat-parser" : "https://esm.sh/*@formatjs/icu-messageformat-parser@2.6.0/lib/index.js" ,
13
+ "@formatjs/icu-skeleton-parser" : "https://esm.sh/*@formatjs/icu-skeleton-parser@1.6.0/lib/index.js" ,
18
14
"@formatjs/intl" : "https://esm.sh/*@formatjs/intl@2.9.0/lib/index.js" ,
19
- "@formatjs/intl-localematcher" :
20
- "https://esm.sh/*@formatjs/intl-localematcher@0.4.0/lib/index.js" ,
21
- "hoist-non-react-statics" :
22
- "https://esm.sh/*hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.cjs.js/index.js" ,
23
- "intl-messageformat" :
24
- "https://esm.sh/*intl-messageformat@10.5.0/lib/index.js" ,
25
- react : "https://esm.sh/*react@18.2.0" ,
15
+ "@formatjs/intl-localematcher" : "https://esm.sh/*@formatjs/intl-localematcher@0.4.0/lib/index.js" ,
16
+ "hoist-non-react-statics" : "https://esm.sh/*hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.cjs.js" ,
17
+ "intl-messageformat" : "https://esm.sh/*intl-messageformat@10.5.0/lib/index.js" ,
18
+ "react" : "https://esm.sh/*react@18.3.1/index.js" ,
26
19
"react-is" : "https://esm.sh/*react-is@16.13.1/index.js" ,
27
- tslib : "https://esm.sh/*tslib@2.6.1" ,
28
- } ,
29
- } ,
20
+ " tslib" : "https://esm.sh/*tslib@2.8.1/tslib.es6.mjs"
21
+ }
22
+ }
30
23
} ;
31
24
32
25
const generator = new Generator ( {
0 commit comments