You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
While running outside of checked mode, parsing an invalid term expression
followed by a known dimension unit like
width: Infinity%;
caused the following exception to be thrown:
The getter 'text' was called on null.
Receiver: null
Instead the parser now discards the invalid term, likely resulting in a useful
error message indicating the source of failure such as
error on ...: expected }, but found %
width: Infinity%;
^
Fixes #43.
0 commit comments