We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869e99e commit 41084bdCopy full SHA for 41084bd
1 file changed
src/build/common/infer.ts
@@ -37,7 +37,7 @@ function InferArray(parser: Runtime.IParser): string {
37
return `(${Infer(parser)})[]`
38
}
39
function InferConst(parser: Runtime.IConst) {
40
- return `'${Escape(parser.const)}'`
+ return `'${Escape(parser.const)}'`
41
42
function InferBigInt(parser: Runtime.IBigInt) {
43
return `string`
0 commit comments