Serialize NullToken as null

This commit is contained in:
Beth Brennan
2023-02-15 15:26:27 -05:00
parent 9e1bb89fa3
commit d5d68f3936
5 changed files with 2 additions and 5 deletions
@@ -23,6 +23,6 @@ export class NullToken extends LiteralToken {
} }
public override toJSON() { public override toJSON() {
return "null"; return null;
} }
} }
@@ -29,4 +29,5 @@ export type SerializedToken =
| string | string
| number | number
| boolean | boolean
| null
| undefined; | undefined;
@@ -1,7 +1,6 @@
include-source: false # Drop file/line/col from output include-source: false # Drop file/line/col from output
skip: skip:
- Go - Go
- TypeScript
--- ---
on: push on: push
jobs: jobs:
@@ -1,7 +1,6 @@
include-source: false # Drop file/line/col from output include-source: false # Drop file/line/col from output
skip: skip:
- Go - Go
- TypeScript
--- ---
on: push on: push
jobs: jobs:
@@ -1,6 +1,4 @@
include-source: false # Drop file/line/col from output include-source: false # Drop file/line/col from output
skip:
- TypeScript
--- ---
on: push on: push
jobs: jobs: