Skip to content

0.556

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 20:03
fb2f146

What's Changed

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