Skip to content

Commit 7e79d2b

Browse files
add more links
1 parent 23c4b12 commit 7e79d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/blog/typed-napi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ head:
2222

2323
> Recipe to Craft Balanced Types: _Design, Define, Refine, and Confine_
2424
25-
We're thrilled to introduce typed AST in [@ast-grep/napi], addressing a [long-requested feature](https://github.com/ast-grep/ast-grep/issues/48) for AST manipulation from the early days of this project.
25+
We're thrilled to introduce typed AST in [@ast-grep/napi](https://www.npmjs.com/package/@ast-grep/napi), addressing a [long-requested feature](https://github.com/ast-grep/ast-grep/issues/48) for AST manipulation from the early days of this project.
2626

2727
In this blog post, we will delve into the challenges addressed by this feature and explore [the design](https://github.com/ast-grep/ast-grep/issues/1669) that shaped its implementation. _We also believe this post can serve as a general guide to crafting balanced TypeScript types._
2828

@@ -431,7 +431,7 @@ sgNode.find({
431431

432432
## Ending
433433

434-
I'm incredibly excited about the future of AST manipulation in TypeScript.
434+
I'm incredibly excited about the future of AST manipulation in TypeScript. You can see the full type definition [here](https://github.com/ast-grep/ast-grep/tree/main/crates/napi/types).
435435

436436
This feature empowers users to seamlessly switch between untyped and typed AST, offering flexibility and enhanced capabilities, an innovation that has not been seen in other AST libraries, especially not in native language based ones.
437437

0 commit comments

Comments
 (0)