We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package
package_
1 parent 16052c0 commit f5303fdCopy full SHA for f5303fd
.scripts/gen-function/format.ts
@@ -18,6 +18,7 @@ const translate: Record<string, string> = {
18
"lnum-end": "lnum_end",
19
"instanceof": "instanceof_",
20
"class": "class_",
21
+ "package": "package_",
22
};
23
24
export function formatDocs(docs: string): string[] {
0 commit comments