UNPKG

project-analyzer

Version:

Node cli utility for analyzing project complexity structure

41 lines 591 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.commonExtensions = void 0; exports.commonExtensions = [ "md", "mdx", "js", "ts", "tsx", "jsx", "astro", "mjs", "cjs", "json", "yml", "yaml", "toml", "html", "css", "scss", "sass", "less", "styl", "graphql", "gql", "vue", "svelte", "php", "py", "rb", "java", "kt", "swift", "go", "rs", "r", "cs", "wasm", "webmanifest", ]; //# sourceMappingURL=commonExtensions.js.map