Skip to content

Commit e9f7297

Browse files
Merge pull request #1788 from NullVoxPopuli/nolyfill
Remove old node polyfills
2 parents 25aee19 + a4b5f2f commit e9f7297

File tree

2 files changed

+238
-899
lines changed

2 files changed

+238
-899
lines changed

package.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,22 @@
4343
"ember-auto-import": "^2.7.2",
4444
"ember-repl": "workspace:*",
4545
"ember-source": ">= 5.10.2",
46-
"webpack": ">= 5.92.0"
46+
"webpack": ">= 5.92.0",
47+
"array-includes": "npm:@nolyfill/array-includes@^1",
48+
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@^1",
49+
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1",
50+
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1",
51+
"assert": "npm:@nolyfill/assert@^1",
52+
"hasown": "npm:@nolyfill/hasown@^1",
53+
"is-core-module": "npm:@nolyfill/is-core-module@^1",
54+
"isarray": "npm:@nolyfill/isarray@^1",
55+
"json-stable-stringify": "npm:@nolyfill/json-stable-stringify@^1",
56+
"object.fromentries": "npm:@nolyfill/object.fromentries@^1",
57+
"object.groupby": "npm:@nolyfill/object.groupby@^1",
58+
"object.values": "npm:@nolyfill/object.values@^1",
59+
"side-channel": "npm:@nolyfill/side-channel@^1",
60+
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
61+
"string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@^1"
4762
},
4863
"allowedDeprecatedVersions": {
4964
"source-map-url": "^0.3.0",

0 commit comments

Comments
 (0)