react-native-decompiler
Version:
react native decompile apk and ipa(soon)
21 lines • 1.5 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const passthroughModuleRemapper_1 = __importDefault(require("./remappers/passthroughModuleRemapper"));
const simpleModuleFinder_1 = __importDefault(require("./npmModuleFinders/simpleModuleFinder"));
const babelModuleFinder_1 = __importDefault(require("./npmModuleFinders/babelModuleFinder"));
const emptyIgnorer_1 = __importDefault(require("./vanilla/emptyIgnorer"));
const polyfillModuleFinder_1 = __importDefault(require("./npmModuleFinders/polyfillModuleFinder"));
const cssFinder_1 = __importDefault(require("./static/cssFinder"));
const taggerList = [
emptyIgnorer_1.default,
simpleModuleFinder_1.default,
polyfillModuleFinder_1.default,
babelModuleFinder_1.default,
passthroughModuleRemapper_1.default,
cssFinder_1.default,
];
exports.default = taggerList;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnZ2VyTGlzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy90YWdnZXJzL3RhZ2dlckxpc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFlQSxzR0FBOEU7QUFDOUUsK0ZBQXVFO0FBQ3ZFLDZGQUFxRTtBQUVyRSwwRUFBa0Q7QUFDbEQsbUdBQTJFO0FBQzNFLG1FQUEyQztBQUUzQyxNQUFNLFVBQVUsR0FBd0I7SUFFdEMsc0JBQVk7SUFDWiw0QkFBa0I7SUFDbEIsOEJBQW9CO0lBQ3BCLDJCQUFpQjtJQUVqQixtQ0FBeUI7SUFDekIsbUJBQVM7Q0FDVixDQUFDO0FBRUYsa0JBQWUsVUFBVSxDQUFDIn0=