Skip to content

Commit b60b5e6

Browse files
fix: include version info in comment
1 parent fe5f9db commit b60b5e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/napi/scripts/generateTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function generateLangNodeTypes() {
3838
);
3939

4040
const fileContent =
41-
`// This file is auto-generated by ast-grep script` + '\n' +
41+
`// Auto-generated from tree-sitter ${lang} ${tag}` + '\n' +
4242
`type ${lang}Types = ${JSON.stringify(nodeTypeMap, null, 2)};` + '\n' +
4343
`export default ${lang}Types;`;
4444
await writeFile(

0 commit comments

Comments
 (0)