Skip to content

Commit ade79b1

Browse files
committed
Add comment to generated code that it is generated code
1 parent 6c9ba56 commit ade79b1

20 files changed

+20
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This is not a serious project.
1313
transpiles to
1414

1515
```typescript
16+
// This file was generated by reqlang-expr-tspl
1617
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
1718

1819
const expression: ReqlangExpr.Expression = (ctx) => {

spec/bool_false.expr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file was generated by reqlang-expr-tspl
12
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
23

34
const expression: ReqlangExpr.Expression = (ctx) => {

spec/bool_true.expr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file was generated by reqlang-expr-tspl
12
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
23

34
const expression: ReqlangExpr.Expression = (ctx) => {

spec/call_concat.expr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file was generated by reqlang-expr-tspl
12
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
23

34
const expression: ReqlangExpr.Expression = (ctx) => {

spec/call_id.expr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file was generated by reqlang-expr-tspl
12
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
23

34
const expression: ReqlangExpr.Expression = (ctx) => {

spec/client.expr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file was generated by reqlang-expr-tspl
12
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
23

34
const expression: ReqlangExpr.Expression = (ctx) => {

spec/eq_matching_bools.expr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file was generated by reqlang-expr-tspl
12
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
23

34
const expression: ReqlangExpr.Expression = (ctx) => {

spec/eq_matching_builtins_id.expr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file was generated by reqlang-expr-tspl
12
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
23

34
const expression: ReqlangExpr.Expression = (ctx) => {

spec/eq_mismatch_builtins.expr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file was generated by reqlang-expr-tspl
12
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
23

34
const expression: ReqlangExpr.Expression = (ctx) => {

spec/eq_mismatch_false_and_empty_string.expr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This file was generated by reqlang-expr-tspl
12
import * as ReqlangExpr from "@reqlang-expr-tspl/runtime";
23

34
const expression: ReqlangExpr.Expression = (ctx) => {

0 commit comments

Comments
 (0)