Update babel runtime helpers (#171745)

This commit is contained in:
Jon 2024-01-02 23:22:22 -06:00 committed by GitHub
parent dc813c351f
commit 523f28d793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,28 +49,13 @@ module.exports = (_, argv) => {
* node scripts/find_babel_runtime_helpers_in_use.js
*/
'@babel/runtime/helpers/assertThisInitialized',
'@babel/runtime/helpers/asyncToGenerator',
'@babel/runtime/helpers/classCallCheck',
'@babel/runtime/helpers/classPrivateFieldGet',
'@babel/runtime/helpers/classPrivateFieldSet',
'@babel/runtime/helpers/createClass',
'@babel/runtime/helpers/createForOfIteratorHelper',
'@babel/runtime/helpers/createSuper',
'@babel/runtime/helpers/defineProperty',
'@babel/runtime/helpers/extends',
'@babel/runtime/helpers/inherits',
'@babel/runtime/helpers/inheritsLoose',
'@babel/runtime/helpers/interopRequireDefault',
'@babel/runtime/helpers/interopRequireWildcard',
'@babel/runtime/helpers/objectSpread2',
'@babel/runtime/helpers/objectWithoutProperties',
'@babel/runtime/helpers/objectWithoutPropertiesLoose',
'@babel/runtime/helpers/slicedToArray',
'@babel/runtime/helpers/taggedTemplateLiteralLoose',
'@babel/runtime/helpers/toConsumableArray',
'@babel/runtime/helpers/typeof',
'@babel/runtime/helpers/wrapNativeSuper',
'@babel/runtime/regenerator',
// modules from npm
'@elastic/charts',