What's Changed
- Scala: fix parsing of indented tuple-pattern generator by @greg-at-moderne in #7840
- Go: fix missing visiting of MultiAssignments by @greg-at-moderne in #7846
- Scala: fix parsing of type expressions by @greg-at-moderne in #7847
- .gitignore .kotlin/ by @greg-at-moderne in #7848
- Go: fix template comparator to use the new Go-specific operators by @greg-at-moderne in #7849
- Go: adding a lot of missing visits in the visitor by @greg-at-moderne in #7851
- Scala: Introduce
S.Bindingby @greg-at-moderne in #7852 - Scala: parse by-name types into S.FunctionType by @greg-at-moderne in #7854
- Scala: add support for interpolated strings by @greg-at-moderne in #7853
- Scala: parse classOf[Something] as MethodInvocation by @greg-at-moderne in #7857
- Fix implement interface double space by @benjaminknauer in #7856
- Scala: fix parsing of array types by @greg-at-moderne in #7860
- Go: parse
go.modfiles by @greg-at-moderne in #7862 - Go: add
MaybeAddImportconvenience function by @greg-at-moderne in #7855 - Replace shallow class mapping in parsers with proper type attribution by @jkschneider in #7861
- Enable RewriteTest to use modw as a test runner by @sambsnyd in #7863
New Contributors
- @benjaminknauer made their first contribution in #7856
Full Changelog: v8.83.5...v8.83.6