mirror of
https://github.com/Expand-sys/whoscatrevival
synced 2026-03-22 17:57:08 +11:00
13 lines
217 B
JavaScript
13 lines
217 B
JavaScript
'use strict'
|
|
|
|
// These are the babel helpers we whitelist
|
|
const helpers = [
|
|
'createClass',
|
|
'createSuper',
|
|
'defineProperties',
|
|
'defineProperty',
|
|
'inheritsLoose',
|
|
'objectSpread2'
|
|
]
|
|
|
|
module.exports = helpers
|