File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/vue-codemod/dist/transformations/noop.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.parser = exports.transformAST = void 0;
// this file is served as a boilerplate template for writing more complex transformations
const wrap_ast_transformation_1 = __importDefault(require("../src/wrap-ast-transformation"));
exports.transformAST = (context) => { };
exports.default = wrap_ast_transformation_1.default(exports.transformAST);
exports.parser = 'babylon';