@syntest/analysis-javascript
Version:
SynTest CFG JavaScript is a library for generating control flow graphs for the JavaScript language
69 lines • 3.9 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
/*
* Copyright 2020-2023 Delft University of Technology and SynTest contributors
*
* This file is part of SynTest Framework - SynTest Javascript.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
__exportStar(require("./lib/ast/AbstractSyntaxTreeFactory"), exports);
__exportStar(require("./lib/ast/defaultBabelConfig"), exports);
__exportStar(require("./lib/cfg/ControlFlowGraphFactory"), exports);
__exportStar(require("./lib/cfg/ControlFlowGraphVisitor"), exports);
__exportStar(require("./lib/constant/ConstantPool"), exports);
__exportStar(require("./lib/constant/ConstantPoolFactory"), exports);
__exportStar(require("./lib/constant/ConstantPoolManager"), exports);
__exportStar(require("./lib/constant/ConstantVisitor"), exports);
__exportStar(require("./lib/dependency/DependencyFactory"), exports);
__exportStar(require("./lib/dependency/DependencyVisitor"), exports);
__exportStar(require("./lib/target/export/Export"), exports);
__exportStar(require("./lib/target/export/ExportDefaultDeclaration"), exports);
__exportStar(require("./lib/target/export/ExportFactory"), exports);
__exportStar(require("./lib/target/export/ExportNamedDeclaration"), exports);
__exportStar(require("./lib/target/export/ExportVisitor"), exports);
__exportStar(require("./lib/target/export/ExpressionStatement"), exports);
__exportStar(require("./lib/target/Target"), exports);
__exportStar(require("./lib/target/TargetFactory"), exports);
__exportStar(require("./lib/target/TargetVisitor"), exports);
__exportStar(require("./lib/target/VisibilityType"), exports);
__exportStar(require("./lib/type/discovery/element/Element"), exports);
__exportStar(require("./lib/type/discovery/element/ElementVisitor"), exports);
__exportStar(require("./lib/type/discovery/object/DiscoveredType"), exports);
__exportStar(require("./lib/type/discovery/object/ObjectVisitor"), exports);
__exportStar(require("./lib/type/discovery/relation/Relation"), exports);
__exportStar(require("./lib/type/discovery/relation/RelationVisitor"), exports);
__exportStar(require("./lib/type/discovery/TypeExtractor"), exports);
__exportStar(require("./lib/type/resolving/Type"), exports);
__exportStar(require("./lib/type/resolving/TypeEnum"), exports);
__exportStar(require("./lib/type/resolving/TypeModel"), exports);
__exportStar(require("./lib/type/resolving/TypeModelFactory"), exports);
__exportStar(require("./lib/type/resolving/InferenceTypeModelFactory"), exports);
__exportStar(require("./lib/utils/fileSystem"), exports);
__exportStar(require("./lib/Events"), exports);
__exportStar(require("./lib/RootContext"), exports);
//# sourceMappingURL=index.js.map