Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 2.54 KB

@lit-labs/cli

0.3.0

Minor Changes

  • #3456 cd46b598 - changed lit init --dir flag to --out

  • #3380 00f59cf5 - Added superclass analysis to ClassDeclaration, along with the ability to query exports of a Module (via getExport() and getResolvedExport()) and the ability to dereference References to the Declaration they point to (via dereference()). A ClassDeclaration's superClass may be interrogated via classDeclaration.heritage.superClass.dereference() (heritage.superClass returns a Reference, which can be dereferenced to access its superclass's ClassDeclaration model.

  • #3248 9b9bdb0e - Implemented lit init element command

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • #3304 31bed8d6 - Added support for analyzing JavaScript files.

  • #2936 7a9fc0f5 - Locally version and lazily install the localize command.

Patch Changes

0.1.0

Minor Changes