flipper-babel-transformer
Version:
Babel transformer for Flipper plugins
21 lines • 751 B
JavaScript
;
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const transform_plugin_1 = __importDefault(require("./transform-plugin"));
const get_cache_key_1 = __importDefault(require("./get-cache-key"));
module.exports = {
transform: transform_plugin_1.default,
getCacheKey: get_cache_key_1.default,
};
exports.default = transform_plugin_1.default;
//# sourceMappingURL=index.js.map