Skip to content

Commit cd6a49b

Browse files
gameroman43081j
andauthored
feat: add es5-shim and es6-shim to native manifest (#495)
* feat: add `es5-shim` and `es6-shim` to native manifest * ыщке * Apply suggestions from code review Co-authored-by: James Garbutt <43081j@users.noreply.github.com> --------- Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
1 parent 4c7736f commit cd6a49b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

manifests/native.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,16 @@
14191419
"id": "Web/JavaScript/Reference/Global_Objects/String#html_wrapper_methods"
14201420
}
14211421
},
1422+
"es5-shim": {
1423+
"id": "es5-shim",
1424+
"type": "removal",
1425+
"description": "Every modern environment has support for ES5 APIs."
1426+
},
1427+
"es6-shim": {
1428+
"id": "es6-shim",
1429+
"type": "removal",
1430+
"description": "Every modern environment has support for ES6/ES2015 APIs."
1431+
},
14221432
"es7-shim": {
14231433
"id": "es7-shim",
14241434
"type": "removal",
@@ -1962,11 +1972,21 @@
19621972
"moduleName": "es-string-html-methods",
19631973
"replacements": ["es-string-html-methods"]
19641974
},
1975+
"es5-shim": {
1976+
"type": "module",
1977+
"moduleName": "es5-shim",
1978+
"replacements": ["es5-shim"]
1979+
},
19651980
"es6-promise": {
19661981
"type": "module",
19671982
"moduleName": "es6-promise",
19681983
"replacements": ["Promise"]
19691984
},
1985+
"es6-shim": {
1986+
"type": "module",
1987+
"moduleName": "es6-shim",
1988+
"replacements": ["es6-shim"]
1989+
},
19701990
"es7-shim": {
19711991
"type": "module",
19721992
"moduleName": "es7-shim",

0 commit comments

Comments
 (0)