2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Move babel whitelist helpers to a common file (#30723)

This commit is contained in:
XhmikosR
2020-05-04 20:08:28 +03:00
committed by GitHub
parent 56190d04dd
commit db80eb96fa
4 changed files with 20 additions and 26 deletions
+14
View File
@@ -0,0 +1,14 @@
'use strict'
// These are the babel helpers we whitelist
const helpers = [
'createClass',
'createSuper',
'defineProperties',
'defineProperty',
'getPrototypeOf',
'inheritsLoose',
'objectSpread2'
]
module.exports = helpers