1.2.4 • Published 2 years ago

@tbmini/code-parse v1.2.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

id: code-parse

对ts代码静态分析

Install

npm i -s @tbmini/code-parse
// or
yarn add @tbmini/code-parse

Usage

import { parseAllBefore } from '@tbmini/code-parse'

const project = new Project({ tsConfigFilePath: `./tsconfig.json` })
const checker = project.getTypeChecker().compilerObject
const sourceFiles = project.getSourceFiles(`./src/mini-tornado/microservice/**/beforeModule.ts`)

const beforeAnalysis = parseAllBefore(sourceFiles, checker)
1.2.4

2 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago