Skip to content

Commit 23c4b12

Browse files
doc: add meta og:title
1 parent aeb887d commit 23c4b12

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

website/blog/typed-napi.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
---
2+
author:
3+
- name: Herrington Darkholme
24
sidebar: false
5+
date: 2024-12-22
6+
head:
7+
- - meta
8+
- property: og:type
9+
content: website
10+
- - meta
11+
- property: og:title
12+
content: ast-grep's Journey to Type Safety in Node API
13+
- - meta
14+
- property: og:url
15+
content: https://ast-grep.github.io/blog/typed-napi.html
16+
- - meta
17+
- property: og:description
18+
content: ast-grep/napi now supports typed AST manipulation which is correct, concise, robust, and performant.
319
---
420

521
# ast-grep's Journey to Type Safety in Node API

0 commit comments

Comments
 (0)