Commit cec7bbdc authored by Phil Hughes's avatar Phil Hughes

Merge branch 'add-endswith-to-polyfill' into 'master'

Add endsWith to polyfill

See merge request gitlab-org/gitlab-ce!30920
parents 627d2b7f 2c5b930b
...@@ -13,6 +13,7 @@ import 'core-js/es/string/code-point-at'; ...@@ -13,6 +13,7 @@ import 'core-js/es/string/code-point-at';
import 'core-js/es/string/from-code-point'; import 'core-js/es/string/from-code-point';
import 'core-js/es/string/includes'; import 'core-js/es/string/includes';
import 'core-js/es/string/starts-with'; import 'core-js/es/string/starts-with';
import 'core-js/es/string/ends-with';
import 'core-js/es/symbol'; import 'core-js/es/symbol';
import 'core-js/es/map'; import 'core-js/es/map';
import 'core-js/es/weak-map'; import 'core-js/es/weak-map';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment