1.1.0 • Published 26 days ago

@jqassistant/ts-lce v1.1.0

Weekly downloads
-
License
GNU GENERAL PUBLI...
Repository
github
Last release
26 days ago

jQAssistant TypeScript Language Concept Extractor

Tool to extract language concepts from a TypeScript codebase and exports them to a JSON file.

This tool is meant to be used in conjunction with the jQA TypeScript Plugin

Usage

After installing the tool via:

npm install -g "@jqassistant/ts-lce"

(NOTE: use Node.js version 18 or higher)

Run the command:

jqa-ts-lce <path-to-typescript-project>

This will save the JSON report under .reports/jqa/ts-output.json in the project directory.

Compatibility

This plugin should be largely compatible with all versions of TypeScript. However, it is only developed and tested against the current version (5.1) of TypeScript.

The tool only supports projects using ECMAScript modules.

Currently not supported:

  • old CommonJS module syntax
  • hierarchical tsconfig setups
  • scanning of multiple TypeScript projects at once
  • triple-slash directives
1.1.0

26 days ago

1.0.1

3 months ago

1.0.0

3 months ago

0.7.1

5 months ago

0.7.0

6 months ago

0.6.1

9 months ago

0.6.0

9 months ago

0.5.5

9 months ago

0.5.4

9 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.0

9 months ago

0.3.3

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago