composer and npm

This commit is contained in:
Henry Whitaker
2020-08-25 00:59:44 +01:00
parent 6726d93cc6
commit c8f853dc84
2504 changed files with 88530 additions and 41367 deletions

View File

@@ -1,11 +1,12 @@
"use strict";
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = function (api) {
exports['default'] = function (api) {
var transformImport = (0, _utils.createDynamicImportTransform)(api);
return {
// NOTE: Once we drop support for Babel <= v6 we should
// update this to import from @babel/plugin-syntax-dynamic-import.
@@ -17,6 +18,8 @@ exports["default"] = function (api) {
return manipulateOptions;
}(),
visitor: {
Import: function () {
function Import(path) {
@@ -29,6 +32,6 @@ exports["default"] = function (api) {
};
};
var _utils = require("./utils");
var _utils = require('./utils');
module.exports = exports["default"];
module.exports = exports['default'];