Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Commit 05ea0d9

Browse files
committed
update esm.sh test
1 parent e38d88b commit 05ea0d9

File tree

1 file changed

+14
-21
lines changed

1 file changed

+14
-21
lines changed

test/providers/esmsh-root.test.js

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,24 @@ import { Generator } from "@jspm/generator";
22
import assert from "assert";
33

44
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"
77
},
8-
scopes: {
8+
"scopes": {
99
"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",
1814
"@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",
2619
"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+
}
3023
};
3124

3225
const generator = new Generator({

0 commit comments

Comments
 (0)