v0.16.0-RC4
Pre-release
Pre-release
This version introduces an incompatible change processing UASTs. Now the format of UAST returned by the UDF uast
is semantic
. Previously the format was annotated
A new UDF uast_mode
was added to get UASTs in a specific format (semantic
, annotated
or native
). Example:
uast_mode('annotated', blob_content, language(tree_entry_name, blob_content)), '//*[@roleIdentifier]')