Skip to content

Commit f5303fd

Browse files
committed
Replace package with package_ in generated function files
1 parent 16052c0 commit f5303fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.scripts/gen-function/format.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const translate: Record<string, string> = {
1818
"lnum-end": "lnum_end",
1919
"instanceof": "instanceof_",
2020
"class": "class_",
21+
"package": "package_",
2122
};
2223

2324
export function formatDocs(docs: string): string[] {

0 commit comments

Comments
 (0)