Skip to content

Commit

Permalink
Abstract Syntax Trees
Browse files Browse the repository at this point in the history
  • Loading branch information
ALIPHATICHYD committed Jun 7, 2023
1 parent 2a7a863 commit 60c7e40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LEARN.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,13 @@ In this step, I'll show you how you can store the source code of the React app o
# License

This project is licensed under the terms of the [MIT license](/LICENSE).





# Using Abstract Syntax Trees With TypeScript and NestJs

Using Abstract Syntax Trees (ASTs) with TypeScript and NestJS can be a powerful approach to analyze, manipulate, and generate code. Here are some steps to leverage ASTs in your TypeScript and NestJS projects:

Install Required Packages: Start by installing the necessary packages. The primary package you'll need is ts-migrate-parser, which provides AST-related utilities for TypeScript code. You can install it using npm or yarn:

0 comments on commit 60c7e40

Please sign in to comment.