0.556
What's Changed
- The AST JSON encoder will now stringify infinity and NaN according to the JSON5 spec using the tokens
Infinity
,-Infinity
, andNaN
. - Improve autocompletion of table keys if the type of that key is a union of string singletons.