Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

28 lines (15 loc) · 1.52 KB

@lit-labs/gen-wrapper-vue

0.2.0

Minor Changes

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

  • #3288 569a6237 - Refactored Analyzer into better fit for use in plugins. Analyzer class now takes a ts.Program, and PackageAnalyzer takes a package path and creates a program to analyze a package on the filesystem.

  • #3254 fc2fd4c8 - Fixes bug where global install of CLI resulted in incompatible use of analyzer between CLI packages. Fixes #3234.

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes