mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2731 from overleaf/as-polyfill-symbol
Fix broken IE by polyfilling Symbol GitOrigin-RevId: af2720c3c2e062aac52a5951a5e0a880ab7a3a73
This commit is contained in:
parent
dea9730503
commit
a10c60c878
1 changed files with 18 additions and 0 deletions
|
@ -1,4 +1,22 @@
|
|||
define([
|
||||
'core-js/stable/symbol',
|
||||
'core-js/stable/symbol/async-iterator',
|
||||
'core-js/stable/symbol/description',
|
||||
'core-js/stable/symbol/has-instance',
|
||||
'core-js/stable/symbol/is-concat-spreadable',
|
||||
'core-js/stable/symbol/iterator',
|
||||
'core-js/stable/symbol/match',
|
||||
'core-js/stable/symbol/replace',
|
||||
'core-js/stable/symbol/search',
|
||||
'core-js/stable/symbol/species',
|
||||
'core-js/stable/symbol/split',
|
||||
'core-js/stable/symbol/to-primitive',
|
||||
'core-js/stable/symbol/to-string-tag',
|
||||
'core-js/stable/symbol/unscopables',
|
||||
'core-js/stable/symbol/for',
|
||||
'core-js/stable/symbol/key-for',
|
||||
'core-js/stable/object/get-own-property-symbols',
|
||||
'core-js/stable/math/to-string-tag',
|
||||
'core-js/stable/array/fill',
|
||||
'core-js/stable/array/from',
|
||||
'core-js/stable/array/includes',
|
||||
|
|
Loading…
Reference in a new issue