Skip to content

Commit

Permalink
Remove outdated comment (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady authored Feb 19, 2024
1 parent e826243 commit 5729077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Builtins = {
Float: 'number',
Double: 'number',
Boolean: 'boolean',
// note: the date-related types _can_ be Date in some cases, but let's start with string
// note: the date-related types are strings on purpose, which reflects their runtime behaviour
Date: 'string', // yyyy-mm-dd
DateTime: 'string', // yyyy-mm-dd + time + TZ (precision: seconds
Time: 'string',
Expand Down

0 comments on commit 5729077

Please sign in to comment.