UNPKG

dpdm-fast

Version:

Analyze circular dependencies in your JavaScript/TypeScript projects with Rust.

15 lines 581 B
"use strict"; /*! * Copyright 2020 acrazing <joking.young@gmail.com>. All rights reserved. * @since 2020-04-10 10:24:45 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.DependencyKind = void 0; var DependencyKind; (function (DependencyKind) { DependencyKind["CommonJS"] = "CommonJS"; DependencyKind["StaticImport"] = "StaticImport"; DependencyKind["DynamicImport"] = "DynamicImport"; DependencyKind["StaticExport"] = "StaticExport"; })(DependencyKind || (exports.DependencyKind = DependencyKind = {})); //# sourceMappingURL=consts.js.map