Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-25Update Babel config (#31011)XhmikosR
* remove plugin-proposal-object-rest-spread * add bugfixes * `exclude: ['transform-typeof-symbol']` did nothing with our config
2020-03-25fix babel config in our filesJohann-S
2019-07-23Switch from QUnit to Jasmine.Johann-S
2018-08-13add babel plugin proposal object rest spread to our dev depsJohann-S
2018-07-19feat(plugins): allow to import separate pluginsJohann-S
2018-03-05add code coverageJohann-S
2017-11-13Object spread : less jQuery more ES6 (#24665)Johann-S
2017-11-08Update to babel beta 5Johann-S
2017-09-17Update package-lock.json. (#23975)XhmikosR
2017-09-17Babel 7 (#23966)Henry Zhu
* use .babelrc.js, compile bundled/non-bundled with loose mode * add back helper, exclude typeof transform