Full Changelog: v1.9.0...v2.0.0
Breaking changes:
type
is now a non-terminal. It resolves toidentifier
,subscript
, orattribute
.dotted_type
has been replaced bytype
. This applies toextends_statement
.
Full Changelog: v1.9.0...v2.0.0
Breaking changes:
type
is now a non-terminal. It resolves to identifier
, subscript
, or attribute
.dotted_type
has been replaced by type
. This applies to extends_statement
.