Skip to content

Published 1.0.67

Compare
Choose a tag to compare
@erictraut erictraut released this 29 Sep 03:19

New Feature: Added support for "# type: import" with a config switch to disable it ("enableTypeIgnoreComments").

Enhancement: Added support for the implicit "class" symbol that is added to all methods.

Bug Fix: Fixed bug in type checker's handling of assignments to indexed expressions. It was not properly validating that the assigned type was appropriate.