Skip to content

Commit d9804c7

Browse files
committed
fix: revert deparser keywords.ts to original default path
The canonical keywords generator now lives in packages/quotes/scripts/keywords.ts. The deparser's copy is left unchanged as legacy convenience.
1 parent 3c263dd commit d9804c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deparser/scripts/keywords.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function main() {
4141
kwlistPathInput = requireNonEmpty(await ask("Path to PostgreSQL kwlist.h"), "kwlist.h path");
4242
}
4343

44-
const outPathInput = outArg ?? path.resolve(__dirname, "../../quotes/src/kwlist.ts");
44+
const outPathInput = outArg ?? path.resolve(__dirname, "../src/kwlist.ts");
4545

4646
const kwlistPath = path.resolve(expandTilde(kwlistPathInput));
4747
const outPath = path.resolve(outPathInput);

0 commit comments

Comments
 (0)