TypeScript AST Viewer

December 30, 2024 ยท View on GitHub

CI

Source code for https://ts-ast-viewer.com

Developing

Install Deno.

# install packages
deno install

# run locally
deno task dev

# run unit tests
deno task test

Factory Code Generation

The code that code generates the factory code is automatically maintained by ts-factory-code-generator-generator.

Contents

  1. 1Developing
  2. 1.1Factory Code Generation