Skip to content

Commit

Permalink
Add new literal type
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhtrankhanh authored Dec 5, 2023
1 parent a82a231 commit 4bee8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type ValueType =
| LocalBinder
| {
type: 'literal'
valueType: 'number' | 'boolean'
valueType: 'number' | 'boolean' | 'string'
raw: string
location: Location
}
Expand Down

0 comments on commit 4bee8b6

Please sign in to comment.