Skip to content

Commit b31cf51

Browse files
typos (ast-grep#621)
typos fixed
1 parent a7c99f3 commit b31cf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/typed-napi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Working with Abstract Syntax Trees (ASTs) is complex. Even with AST [excellent](
3535

3636
Type information serves as a crucial safety net when writing AST manipulation code. It guides developers toward handling all possible cases and enables exhaustive checking to ensure complete coverage.
3737

38-
While `ast-grep/napi` has been a handy tool for programmatic AST processing, it previously lacked type information to help users write robust code. Thank to [Mohebifar](https://github.com/mohebifar) from [codemod](https://codemod.com/), we've now bridged this gap. Our solution generates types from parsers' metadata and employs TypeScript tricks to create an idiomatic API.
38+
While `ast-grep/napi` has been a handy tool for programmatic AST processing, it previously lacked type information to help users write robust code. Thanks to [Mohebifar](https://github.com/mohebifar) from [Codemod](https://codemod.com/), we've now bridged this gap. Our solution generates types from parsers' metadata and employs TypeScript tricks to create an idiomatic API.
3939

4040
## Qualities of Good Types
4141

0 commit comments

Comments
 (0)