github Instagram/LibCST v0.3.3
LibCST 0.3.3 Release - 2020-03-05

latest releases: v1.4.0, v1.3.1, v1.3.0...
4 years ago

Added

  • ByteSpanPositionProvider provides start offset and length of CSTNode as metadata.
  • get_docstring helper provides docstring from Module, ClassDef and FunctionDef node types.

Updated

  • Optimized ScopeProvider performance to run faster and use less memory:
    • remove unnecessary Assignment of keyword Arg.
    • don't provide scope object for formatting information nodes.
    • batch set union updates in infer_accesses step.

Fixed

  • Fixed _assignments mutation when calling read-only Scope.get_qualified_names_for and __contains__.

Don't miss a new LibCST release

NewReleases is sending notifications on new releases.