v1.14.1
- Added
ast.String()
to nodes. - Added
keys()
,values()
andtype()
builtins. - Added the ability to disable builtins via
expr.DisableBuiltin()
. - Fixed bunch of errors with corner cases in type checkers.
ast.String()
to nodes.keys()
, values()
and type()
builtins.expr.DisableBuiltin()
.