Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

loadBabelConfig.js 496B

123456789101112131415161718192021222324252627
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', {
  3. value: true
  4. });
  5. Object.defineProperty(exports, 'loadPartialConfig', {
  6. enumerable: true,
  7. get: function () {
  8. return _core().loadPartialConfig;
  9. }
  10. });
  11. Object.defineProperty(exports, 'loadPartialConfigAsync', {
  12. enumerable: true,
  13. get: function () {
  14. return _core().loadPartialConfigAsync;
  15. }
  16. });
  17. function _core() {
  18. const data = require('@babel/core');
  19. _core = function () {
  20. return data;
  21. };
  22. return data;
  23. }