What's Changed
features:
- for..in by @xushiwei in #2166
- domain-specific text: tpl, html, xml, json, csv, regexp, regexposix (#2143) by @xushiwei in #2158 #2161 #2168
- classfile support auto-generated clone by @xushiwei in #2178
- gop/tpl by @xushiwei in #2153 #2154 #2165
changes:
- cl: fix slice check type by @visualfc in #2155
- cl: fix mapLit to any by @visualfc in #2157
- cl: compileErrWrapExpr check callExpr by @visualfc in #2174
- parser: parse lambda exprs with invalid identifiers as
ast.BadExpr
by @aofei in #2170 - parser: shadowEntry by @xushiwei in #2163
- gop/ast: improve
Walk
with latestgo/ast.Walk
by @aofei in #2169 - gop/ast: File.End by @xushiwei in #2164
- x/typesutil: handle
gogen.BoundTypeError
with fallback error logic by @aofei in #2171 - replace interface{} => any by @xushiwei in #2176
deps:
- build(deps): bump github.com/goplus/llgo from 0.9.9 to 0.10.0 by @dependabot in #2156
Full Changelog: v1.3.5...v1.3.6