Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
b3000cbe
Unverified
Commit
b3000cbe
authored
Oct 02, 2019
by
Robert Knight
Committed by
GitHub
Oct 02, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1393 from hypothesis/add-ie11-sentry-polyfills
Add ES2015 polyfills required by new Sentry SDK
parents
73ae3840
f437cd71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
es2015.js
src/shared/polyfills/es2015.js
+2
-0
No files found.
src/shared/polyfills/es2015.js
View file @
b3000cbe
...
...
@@ -3,6 +3,7 @@
// ES2015
require
(
'core-js/es6/promise'
);
require
(
'core-js/es6/map'
);
require
(
'core-js/es6/number'
);
require
(
'core-js/es6/set'
);
require
(
'core-js/es6/symbol'
);
require
(
'core-js/fn/array/fill'
);
...
...
@@ -10,5 +11,6 @@ require('core-js/fn/array/find');
require
(
'core-js/fn/array/find-index'
);
require
(
'core-js/fn/array/from'
);
require
(
'core-js/fn/object/assign'
);
require
(
'core-js/fn/string/includes'
);
require
(
'core-js/fn/string/ends-with'
);
require
(
'core-js/fn/string/starts-with'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment