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.
1 parent cb1253f commit 0c183ddCopy full SHA for 0c183dd
src/app.ts
@@ -278,7 +278,7 @@ function printNode(nodes: Node[]): string {
278
ScriptKind.TS
279
);
280
const printer = createPrinter({ newLine: NewLineKind.LineFeed });
281
- let output = "";
+ let output = "// Code generated by sqlc. DO NOT EDIT.\n\n";
282
for (let node of nodes) {
283
output += printer.printNode(EmitHint.Unspecified, node, resultFile);
284
output += "\n\n";
0 commit comments