-
- Downloads
Add dynamic polyfills for older browsers (#2985)
Fixes #2941
Showing
- app/javascript/mastodon/main.js 32 additions, 0 deletionsapp/javascript/mastodon/main.js
- app/javascript/mastodon/polyfills.js 18 additions, 0 deletionsapp/javascript/mastodon/polyfills.js
- app/javascript/packs/application.js 8 additions, 24 deletionsapp/javascript/packs/application.js
- package.json 4 additions, 0 deletionspackage.json
- yarn.lock 13 additions, 7 deletionsyarn.lock
app/javascript/mastodon/main.js
0 → 100644
app/javascript/mastodon/polyfills.js
0 → 100644
... | ... | @@ -17,6 +17,7 @@ |
"url": "https://github.com/tootsuite/mastodon.git" | ||
}, | ||
"dependencies": { | ||
"array-includes": "^3.0.3", | ||
"autoprefixer": "^6.7.7", | ||
"axios": "^0.15.3", | ||
"babel-cli": "^6.23.0", | ||
... | ... | @@ -47,6 +48,7 @@ |
"emojione": "^2.2.7", | ||
"emojione-picker": "^2.2.1", | ||
"es6-promise": "^3.2.1", | ||
"es6-symbol": "^3.1.1", | ||
"escape-html": "^1.0.3", | ||
"eventsource": "^0.2.1", | ||
"express": "^4.14.1", | ||
... | ... | @@ -57,10 +59,12 @@ |
"http-link-header": "^0.8.0", | ||
"immutable": "^3.8.1", | ||
"intl": "^1.2.5", | ||
"is-nan": "^1.2.1", | ||
"js-yaml": "^3.8.3", | ||
"lodash": "^4.17.4", | ||
"node-sass": "^4.5.2", | ||
"npmlog": "^4.0.2", | ||
"object-assign": "^4.1.1", | ||
"path-complete-extname": "^0.1.0", | ||
"pg": "^6.1.2", | ||
"postcss-loader": "^1.3.3", | ||
... | ... |
Please register or sign in to comment