UNPKG

@memlab/e2e

Version:

memlab browser E2E interaction libraries

22 lines (21 loc) 707 B
"use strict"; /** * 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 * @oncall memory_lab */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const InjectSourceInfoTransform_1 = __importDefault(require("./transforms/InjectSourceInfoTransform")); class TransformLoader { static loadAllTransforms() { return [new InjectSourceInfoTransform_1.default()]; } } exports.default = TransformLoader;