Closed bahmutov closed 8 years ago
Some features are not detected by the feature tests, for example string repeat
const foo3 = 'foo'.repeat(3)
need to be able to specify these manually. Will require polyfill https://babeljs.io/docs/usage/polyfill/
Done
Some features are not detected by the feature tests, for example string repeat
need to be able to specify these manually. Will require polyfill https://babeljs.io/docs/usage/polyfill/