Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

63 lines (36 loc) · 3.73 KB

@lit-labs/cli

0.4.0

Minor Changes

  • #3529 389d0c55 - Added CLI improvements:

    • Add support for --exclude options (important for excluding test files from e.g. manifest or wrapper generation)

    Added more analysis support and manifest emit:

    • TS enum type variables
    • description, summary, and deprecated for all models
    • module-level description & summary
    • ClassField and ClassMethod

Patch Changes

0.3.0

Minor Changes

  • #3507 b152db29 - changed lit init --dir flag to --out

  • #3507 b152db29 - 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.

  • #3507 b152db29 - 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