We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef7ba0 commit ccd6094Copy full SHA for ccd6094
.changeset/brave-insects-protect.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sourcegraph/codemod-toolkit-ts': patch
3
4
+
5
+Testing the first package release with changelog.
packages/toolkit-ts/src/runner/visitor/constants.ts
@@ -1,7 +1,7 @@
import { SyntaxKind } from 'ts-morph'
export const VisitorCustomKind = {
- // Called after all other kinds in visitor config are processed.
+ // Called after all other visitor config kinds are processed.
SourceFileExit: 'SourceFileExit',
6
} as const
7
0 commit comments