Luke Wilde
|
588dae8aa6
LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD
|
2 years ago |
Luke Wilde
|
192aa75279
LibJS: Align ISO 8601 grammar with annotations from IXDTF
|
2 years ago |
Idan Horowitz
|
d38aeddd77
LibJS: Simplify ParseTemporalTimeZoneString
|
2 years ago |
Moustafa Raafat
|
d758566996
LibJS: Simplify ResolveISOMonth
|
2 years ago |
Linus Groh
|
4567ded8e4
LibJS: Reject relativeTo string such as "2022-08-18T17:01Z"
|
2 years ago |
Linus Groh
|
b6f101f1c0
LibJS: Fix TemporalCalendarString ambiguity
|
2 years ago |
Linus Groh
|
2cf5f5c278
LibJS: Remove unused nonterminals from the ISO8601 parser
|
2 years ago |
Linus Groh
|
42452a81a2
LibJS: Simplify TimeSpecWithOptionalTimeZoneNotAmbiguous
|
2 years ago |
Linus Groh
|
6850f25840
LibJS: Support IANA legacy names in the Temporal ISO 8601 grammar
|
3 years ago |
Linus Groh
|
8733fbae76
LibJS: Rename TimeHourMinuteBasicFormatNotAmbiguous
|
3 years ago |
Linus Groh
|
e1a6418015
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegative
|
3 years ago |
Linus Groh
|
8dcd0d4a06
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguous
|
3 years ago |
Linus Groh
|
3720f4bd8f
LibJS: Fix production for time zone name in time zone strings
|
3 years ago |
Linus Groh
|
3bb94dd62e
LibJS: Refactor Temporal parse AOs
|
3 years ago |
Linus Groh
|
0946f82c8c
LibJS: Combine TemporalTimeZoneIdentifier and TimeZoneBracketedName
|
3 years ago |
Linus Groh
|
03017be5bd
LibJS: Remove redundant TemporalRelativeToString production
|
3 years ago |
Linus Groh
|
51e01b5a80
LibJS: Remove redundant TemporalDateString production
|
3 years ago |
Linus Groh
|
b020b8eea2
LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name
|
3 years ago |
Linus Groh
|
0e3def1d0b
LibJS: Don't parse/re-format offset in parse_temporal_time_zone_string()
|
3 years ago |
Linus Groh
|
3bd7f5b89e
LibJS: Fully parse the TimeZoneIANAName production
|
3 years ago |
Linus Groh
|
3ab1c52e2b
LibJS: Require 'T' prefix for ambiguous time-only strings
|
3 years ago |
Linus Groh
|
f7fe7f8c77
LibJS: Capture TimeFraction parse result instead of Fraction
|
3 years ago |
Linus Groh
|
01eefc344a
LibJS: Disallow date-only strings for PlainTime
|
3 years ago |
Linus Groh
|
6da6da73cc
LibJS: Allow 'T' prefix in time-only strings
|
3 years ago |
Linus Groh
|
6d5e95d621
LibJS: Add optional calendar to Plain{Time,YearMonth,MonthDay} prod
|
3 years ago |
Linus Groh
|
4b7f716f21
LibJS: Fix ambiguity in FractionalPart grammar
|
3 years ago |
Linus Groh
|
f7ba81ac52
LibJS: Implement parsing of TemporalDurationString
|
3 years ago |
Linus Groh
|
783222f87a
LibJS: Implement parsing of TemporalInstantString
|
3 years ago |
Linus Groh
|
79a18b058f
LibJS: Implement parsing of TemporalCalendarString
|
3 years ago |
Linus Groh
|
1583c7257c
LibJS: Implement parsing of TemporalRelativeToString
|
3 years ago |