Skip to content

Commit 041835b

Browse files
committed
drop extra dependencies from /proposals|stage/ entries, they are not required for this kind of entries
1 parent 3cf45f8 commit 041835b

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
// https://github.com/tc39/proposal-string-dedent
2-
require('../modules/es.string.from-code-point');
3-
require('../modules/es.weak-map');
42
require('../modules/esnext.string.dedent');

tests/entries/content.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ superset('core-js/full/url', /^web\.url(\.|$)/);
128128
superset('core-js/full/url-search-params', /^web\.url-search-params/);
129129
superset('core-js/full/weak-map', /^(es|esnext)\.weak-map/);
130130
superset('core-js/full/weak-set', /^(es|esnext)\.weak-set/);
131-
equal('core-js/proposals', /^(es\.(weak-map|map|string\.(at|from-code-point))|esnext\.|web\.url)/);
132-
equal('core-js/stage', /^(es\.(weak-map|map|string\.(at|from-code-point))|esnext\.|web\.url)/);
133-
equal('core-js/stage/pre', /^(es\.(weak-map|map|string\.(at|from-code-point))|esnext\.|web\.url)/);
134-
subset('core-js/stage/0', /^(es\.(weak-map|map|string\.(at|from-code-point))|esnext\.|web\.url)/);
135-
subset('core-js/stage/1', /^(es\.(weak-map|map|string\.(at|from-code-point))|esnext\.|web\.url)/);
136-
subset('core-js/stage/2', /^es\.(weak-map|string\.(at|from-code-point))|esnext\./);
131+
equal('core-js/proposals', /^(es\.(map|string\.at)|esnext\.|web\.url)/);
132+
equal('core-js/stage', /^(es\.(map|string\.at)|esnext\.|web\.url)/);
133+
equal('core-js/stage/pre', /^(es\.(map|string\.at)|esnext\.|web\.url)/);
134+
subset('core-js/stage/0', /^(es\.(map|string\.at)|esnext\.|web\.url)/);
135+
subset('core-js/stage/1', /^(es\.(map|string\.at)|esnext\.|web\.url)/);
136+
subset('core-js/stage/2', /^es\.string\.at|esnext\./);
137137
subset('core-js/stage/3', /^es\.string\.at|esnext\./);
138138
subset('core-js/stage/4', /^es\.string\.at|esnext\./);
139139

0 commit comments

Comments
 (0)