Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3337

Merged
merged 1 commit into from Oct 5, 2022
Merged

Version Packages #3337

merged 1 commit into from Oct 5, 2022

Conversation

lit-robot
Copy link
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@lit-labs/task@2.0.0

Major Changes

  • #3283 a279803d - [Breaking] Task will no longer reset its value or error on pending. This allows us to start chaining tasks e.g.

    const a = new Task(
      this,
      async ([url]) => await fetch(url),
      () => [this.url]
    );
    const b = new Task(
      this,
      async ([value]) => {
        /* This is not thrashed */
      },
      () => [a.value]
    );

Minor Changes

@lit-labs/analyzer@0.3.0

Minor Changes

@lit-labs/cli@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

@lit-labs/cli-localize@0.1.0

Minor Changes

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

@lit-labs/gen-wrapper-react@0.2.0

Minor Changes

Patch Changes

@lit-labs/gen-wrapper-vue@0.2.0

Minor Changes

Patch Changes

@lit-labs/observers@1.1.0

Minor Changes

  • #3294 96c05f25 - Fix value property of type unknown on exported controllers. The type of
    value is now generic and can be inferred from the return type of your passed
    in callback. The default callback () => true was removed, and is now
    undefined by default.

  • #3323 0f787b29 - Add unobserve method to ResizeController and IntersectionController.

Patch Changes

  • #3293 7e22bc2e - Fix controllers not observing changes to target element if initialized after the host has connected.

  • #3321 e90e8fe9 - Controllers now track all observed targets and will restore observing targets
    when host is reconnected.

lit@2.4.0

Minor Changes

  • #3318 21313077 - Adds an isServer variable export to lit and lit-html/is-server.js which will be true in Node and false in the browser. This can be used when authoring components to change behavior based on whether or not the component is executing in an SSR context.

Patch Changes

  • #3320 305852d4 - The lit package now specifies and "types" export condition allowing TypeScript moduleResolution to be nodenext.

  • Updated dependencies [21313077]:

    • lit-html@2.4.0

lit-html@2.4.0

Minor Changes

  • #3318 21313077 - Adds an isServer variable export to lit and lit-html/is-server.js which will be true in Node and false in the browser. This can be used when authoring components to change behavior based on whether or not the component is executing in an SSR context.

@lit-labs/gen-utils@0.1.1

Patch Changes

@lit-labs/react@1.0.9

Patch Changes

  • #3163 1212ddd0 - Provide the explicit return type WrappedWebComponent for createComponent. This exposes an explicit typing for wrapped components rather than relying on inferences from Typescript. A well defined type should provide more resilience for implementations like SSR and others.

@lit-labs/gen-wrapper-angular@0.0.2

Patch Changes

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2022

📊 Tachometer Benchmark Results

Summary

nop-update

  • lit-html-kitchen-sink: unsure 🔍 -1% - +0% (-0.18ms - +0.06ms)
    this-change vs tip-of-tree

render

  • lit-element-list: 77.11ms - 78.67ms
  • lit-html-kitchen-sink: unsure 🔍 -3% - +1% (-0.78ms - +0.24ms)
    this-change vs tip-of-tree
  • lit-html-repeat: unsure 🔍 -5% - +1% (-0.47ms - +0.06ms)
    this-change vs tip-of-tree
  • lit-html-template-heavy: unsure 🔍 -5% - +3% (-2.57ms - +1.62ms)
    this-change vs tip-of-tree
  • reactive-element-list: unsure 🔍 -1% - +2% (-0.72ms - +1.11ms)
    this-change vs tip-of-tree

update

  • lit-element-list: 656.20ms - 661.63ms
  • lit-html-kitchen-sink: unsure 🔍 -3% - +3% (-2.28ms - +2.33ms)
    this-change vs tip-of-tree
  • lit-html-repeat: unsure 🔍 -4% - +0% (-9.74ms - +1.02ms)
    this-change vs tip-of-tree
  • lit-html-template-heavy: unsure 🔍 -3% - +1% (-3.64ms - +1.25ms)
    this-change vs tip-of-tree
  • reactive-element-list: unsure 🔍 -1% - +0% (-5.41ms - +0.20ms)
    this-change vs tip-of-tree

update-reflect

  • lit-element-list: 662.19ms - 665.47ms
  • reactive-element-list: unsure 🔍 -0% - +0% (-3.44ms - +1.92ms)
    this-change vs tip-of-tree

Results

lit-element-list

render

VersionAvg timevs
77.11ms - 78.67ms-

update

VersionAvg timevs
656.20ms - 661.63ms-

update-reflect

VersionAvg timevs
662.19ms - 665.47ms-
lit-html-kitchen-sink

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
28.27ms - 29.03ms-unsure 🔍
-3% - +1%
-0.78ms - +0.24ms
unsure 🔍
-3% - +1%
-0.75ms - +0.41ms
tip-of-tree
tip-of-tree
28.59ms - 29.25msunsure 🔍
-1% - +3%
-0.24ms - +0.78ms
-unsure 🔍
-2% - +2%
-0.45ms - +0.65ms
previous-release
previous-release
28.38ms - 29.26msunsure 🔍
-1% - +3%
-0.41ms - +0.75ms
unsure 🔍
-2% - +2%
-0.65ms - +0.45ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
78.08ms - 80.52ms-unsure 🔍
-3% - +3%
-2.28ms - +2.33ms
unsure 🔍
-3% - +2%
-2.71ms - +1.48ms
tip-of-tree
tip-of-tree
77.32ms - 81.24msunsure 🔍
-3% - +3%
-2.33ms - +2.28ms
-unsure 🔍
-4% - +2%
-3.24ms - +1.95ms
previous-release
previous-release
78.22ms - 81.62msunsure 🔍
-2% - +3%
-1.48ms - +2.71ms
unsure 🔍
-2% - +4%
-1.95ms - +3.24ms
-

nop-update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
21.08ms - 21.25ms-unsure 🔍
-1% - +0%
-0.18ms - +0.06ms
unsure 🔍
-1% - +0%
-0.20ms - +0.04ms
tip-of-tree
tip-of-tree
21.14ms - 21.30msunsure 🔍
-0% - +1%
-0.06ms - +0.18ms
-unsure 🔍
-1% - +0%
-0.14ms - +0.10ms
previous-release
previous-release
21.15ms - 21.33msunsure 🔍
-0% - +1%
-0.04ms - +0.20ms
unsure 🔍
-0% - +1%
-0.10ms - +0.14ms
-
lit-html-repeat

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
9.93ms - 10.15ms-unsure 🔍
-5% - +1%
-0.47ms - +0.06ms
unsure 🔍
-3% - +0%
-0.26ms - +0.05ms
tip-of-tree
tip-of-tree
10.00ms - 10.49msunsure 🔍
-1% - +5%
-0.06ms - +0.47ms
-unsure 🔍
-2% - +4%
-0.17ms - +0.37ms
previous-release
previous-release
10.04ms - 10.25msunsure 🔍
-0% - +3%
-0.05ms - +0.26ms
unsure 🔍
-4% - +2%
-0.37ms - +0.17ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
264.37ms - 270.26ms-unsure 🔍
-4% - +0%
-9.74ms - +1.02ms
unsure 🔍
-2% - +2%
-5.10ms - +4.77ms
tip-of-tree
tip-of-tree
267.18ms - 276.17msunsure 🔍
-0% - +4%
-1.02ms - +9.74ms
-unsure 🔍
-1% - +4%
-1.80ms - +10.19ms
previous-release
previous-release
263.52ms - 271.44msunsure 🔍
-2% - +2%
-4.77ms - +5.10ms
unsure 🔍
-4% - +1%
-10.19ms - +1.80ms
-
lit-html-template-heavy

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
51.69ms - 54.47ms-unsure 🔍
-5% - +3%
-2.57ms - +1.62ms
unsure 🔍
-3% - +4%
-1.32ms - +2.28ms
tip-of-tree
tip-of-tree
51.98ms - 55.13msunsure 🔍
-3% - +5%
-1.62ms - +2.57ms
-unsure 🔍
-2% - +6%
-0.99ms - +2.91ms
previous-release
previous-release
51.45ms - 53.75msunsure 🔍
-4% - +2%
-2.28ms - +1.32ms
unsure 🔍
-5% - +2%
-2.91ms - +0.99ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
101.42ms - 104.57ms-unsure 🔍
-3% - +1%
-3.64ms - +1.25ms
unsure 🔍
-3% - +1%
-2.80ms - +1.50ms
tip-of-tree
tip-of-tree
102.32ms - 106.06msunsure 🔍
-1% - +4%
-1.25ms - +3.64ms
-unsure 🔍
-2% - +3%
-1.82ms - +2.92ms
previous-release
previous-release
102.19ms - 105.11msunsure 🔍
-1% - +3%
-1.50ms - +2.80ms
unsure 🔍
-3% - +2%
-2.92ms - +1.82ms
-
reactive-element-list

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
50.09ms - 51.40ms-unsure 🔍
-1% - +2%
-0.72ms - +1.11ms
unsure 🔍
-2% - +2%
-0.91ms - +0.87ms
tip-of-tree
tip-of-tree
49.91ms - 51.18msunsure 🔍
-2% - +1%
-1.11ms - +0.72ms
-unsure 🔍
-2% - +1%
-1.09ms - +0.65ms
previous-release
previous-release
50.17ms - 51.37msunsure 🔍
-2% - +2%
-0.87ms - +0.91ms
unsure 🔍
-1% - +2%
-0.65ms - +1.09ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
661.94ms - 665.91ms-unsure 🔍
-1% - +0%
-5.41ms - +0.20ms
unsure 🔍
-1% - +0%
-3.53ms - +1.94ms
tip-of-tree
tip-of-tree
664.54ms - 668.51msunsure 🔍
-0% - +1%
-0.20ms - +5.41ms
-unsure 🔍
-0% - +1%
-0.92ms - +4.54ms
previous-release
previous-release
662.84ms - 666.60msunsure 🔍
-0% - +1%
-1.94ms - +3.53ms
unsure 🔍
-1% - +0%
-4.54ms - +0.92ms
-

update-reflect

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
688.36ms - 691.91ms-unsure 🔍
-0% - +0%
-3.44ms - +1.92ms
unsure 🔍
-0% - +1%
-0.59ms - +4.81ms
tip-of-tree
tip-of-tree
688.88ms - 692.91msunsure 🔍
-0% - +0%
-1.92ms - +3.44ms
-unsure 🔍
-0% - +1%
+0.00ms - +5.74ms
previous-release
previous-release
685.98ms - 690.06msunsure 🔍
-1% - +0%
-4.81ms - +0.59ms
faster ✔
0% - 1%
0.00ms - 5.74ms
-

tachometer-reporter-action v2 for Benchmarks

@AndrewJakubowicz
Copy link
Contributor

Thank you so much for shepherding this PR!
Task release changes lgtm.

Do we know why the Benchmarks GA are failing with src/commands.ts(23,8): error TS2307: Cannot find module '@lit/localize-tools/lib/config.js' or its corresponding type declarations?

@augustjk
Copy link
Member

augustjk commented Oct 5, 2022

Do we know why the Benchmarks GA are failing with src/commands.ts(23,8): error TS2307: Cannot find module '@lit/localize-tools/lib/config.js' or its corresponding type declarations?

The actually cause of the pipeline failure is due to network call failing related to wireit caching and a retry seems to fix that.

I think the cannot find module is due to a build that depended on another build that happened to fail. There might be a potential wireit issue or misconfiguration if a wireit script ran when a dependency script failed.

Copy link
Contributor

@AndrewJakubowicz AndrewJakubowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small comment about gen-angular. Otherwise LGTM!

@augustjk augustjk merged commit 1e1e2e0 into main Oct 5, 2022
@augustjk augustjk deleted the changeset-release/main branch October 5, 2022 23:03
usergenic added a commit that referenced this pull request Nov 30, 2022
* Move the render function to the end of lit-html (#3284)

* Move the render function to the end of lit-html

Believe it or not, this is part of some work to better integrate with closure compiler's dead code elimination.

* Add an empty changeset.

* Fix empty changeset.

* Task: Do not reset task value or error on pending (#3283)

* [infra] Enable IntersectionController and PerformanceController tests (#3291)

Add intersection controller and performance controller tests to CI - skipping Safari.
Deflake Firefox intersection controller tests.

* [labs/ssr] fix Hydrating LitElements example markup (#3298)

* [labs/observers] Fix controllers not observing target if initialized after host connected (#3293)

Co-authored-by: Steve Orvell <sorvell@google.com>

* [labs/analyzer] Refactor Analyzer into better fit for use in plugins (#3288)

* Refactor context

* Make Analyzer implement AnalyzerInterface rather than has-a AnalyzerContext

* Add PackageInfo and pass to getModule

* Add changeset. Minor cleanup.

* Fix cli test

* Normalize rootDir

* Refactor PackageAnalyzer into factory

* Address feedback. Minor cleanup.

* Slack -> Discord readme (#3307)

* [@labs/gen-wrapper-react] TestOutput links to monorepo for dependencies (#3310)

* test-output points to the same react dependency

* remove types from tsconfig in labs_react

* restore multiple react versions

* [labs/cli] Lazily install and locally version localize (#2936)

* [cli] Lazily install and locally version localize

Also merge the two localize commands into one

They have just about the same deps and share some setup and teardown code, there's no win in putting them in separate modules.

* Use better assertions of no errors.

This should print out the stderr output in the case there was some.

* Fix error output

The .finally fork of the Promise.race result promise was causing an early exit from node before the ordinary uvu error handling could kick in.

* Fix failing test

It was passing locally because the cwd was set to the CLI directory, but we want to run in a fake workspace directory.

* Add an installation message when running npm install.

* Changeset

* Use try/finally instead of promise methods

* Move localize command into its own package.

* Task add onComplete and onError (#3287)

* [lit] Add "types" to package exports (#3320)

* [lit-html] Add `isServer` environment checker module (#3318)

Adds an `isServer` variable export to `lit` and `lit-html/is-server.js` which will be `true` in Node and `false` in the browser. This can be used when authoring components to change behavior based on whether or not the component is executing in an SSR context.

* [labs/analyzer] Adds support for analyzing JavaScript packages (#3304)

* Add support for analyzing JavaScript packages

* Fix customElements.define detection, add comments.

* Better comments / error handling

* Revert accidental SSR changes

* Add optional/non-null to model

* Run analyzer_test in JS. Add changeset.

* Fix gen-wrapper-angular

* Fix another inadvertant SSR change

* Address review feedback.

* Add test based on feedback.

* [labs/observers] Improve controllers value type from unknown to generic (#3294)

Fix value property of type `unknown` on exported controllers. The type of
`value` is now generic and can be inferred from the return type of your passed
in `callback`. The default callback `() => true` was removed, and is now
undefined by default.

* [labs/react] Provide explicit return type from createComponent (#3163)

* create params object

* add changeset

* update readme

* eeek, this requires generics

* found correct return type

* more refined type

* add ref typing

* adjust ref typings

* type forwarded instance

* expose types at top of file

* organize types

* no react window module

* no react window module

* add event listeners

* checkout readmes from main

* remove as casting in render

* remove anys

* create minimal JSXInterface for library

* save types

* jsxmodule

* attrubtes over htmlprops

* explicit return of element types

* move comments

* minimal references to window

* remove ref cast

* remove code changes, type only changes

* update changeset

* ideal

* roll back to minimal amount of changes

* types at top of file

* better comment

* rename userprops to element props

* add types to test refs

* add extends to exported element props type

* pause to sync

* add comments, more specific names for events

* update EventNames downstream

* include package types in tsconfig

* undo

* tests pass with no extra exports

* exposing element props successful

* wow only the exposed ReactWebComponent fails

* add react types to workspaces

* move types to dev deps

* remove artifacts from different PR

* remove rollup artifact from other PR

* declare types in test-output tsconfig

* capitals for classes

* add export to ReactWebComponent

* a/b the types array in test-output

* add test for ReactWebComponent type

* simplify test

* componentProps to ReactComponentProps

* type only test

* update description

* unblocked gen-wrapper-react

* add comment for type test

* restore modified files

* restore modified files, again

* remove types tsconfig property

* only export what's required

* remove old code

* add return type

* remove extra line in index

* [labs/observers] observed targets are re-observed when the host is reconnected (#3321)

Controllers now track all observed targets and will restore observing targets
when host is reconnected.

Fixes: #2902

* [labs/observers] Add unobserve method to ResizeController and IntersectionController (#3323)

Add unobserve method to `ResizeController` and `IntersectionController` to match native API.

Fixes: #3237

* [labs/gen-utils] Add core packages to testing install with link (#3330)

* [infra] Update changesets and package for release (#3332)

* Update changesets for release

* Update cli-localize package.json for release

* Add @lit-labs/cli-localize to changeset

* Remove gen-wrapper-angular from changesets (#3336)

* Version Packages (#3337)

* Unpin Node version for windows-tools test (#3338)

* [labs/react] introduce a options object (#2988)

* create params object

* add changeset

* update readme

* eeek, this requires generics

* found correct return type

* more refined type

* add ref typing

* adjust ref typings

* type forwarded instance

* expose types at top of file

* organize types

* no react window module

* no react window module

* more merge main

* initial params bag

* add changeset, remove commented code

* ReactOrParams

* destructure params

* update tests, react is optional

* remove optional react

* remove default react

* change is a patch

* forgot options.react

* [labs/react] Update REAMDE for function overload (#3350)

* initial commit

* add empty changeset

* [@lit-labs/router] add Routes.link tests (#3348)

* [gen-manifest] Initial impl of CEM generator (#2990)

* [gen-manifest] Initial impl of CEM generator

Reset changelog

Fix readme

* Sync with monorepo changes

* Fix comments

* Add variable declaration

* Update to changes on main.

* Fix version for gen-utils

* Fix analyzer version

* Fix and add tests for type reference serialization

* [labs/analyzer] Cache Module models based on dependencies. (#3333)

* Cache Module models based on dependencies.

* Cleanup and add changeset.

* Windows path fixes

* Normalize all the paths for Windows

* Move moduleCache from module var to Analyzer field.

* Add missing wireit input

* Add missing wireit output

* Fix typo in task README (#3385)

* Initializers are copied but separate from superclass initializers (#3374)

Initializers are copied but separate from superclass initializers, fixes #/3373.

* Example code had an h1 tag closed by an h3 tag (#3392)

I changed the h3 tag to be an h1 tag to match the other routes

* Improvements to Vue/React wrappers (#3377)

Updates react wrapper to correctly type events
Update vue wrapper
* update vite/vue deps
* properly type events
* configure defaults using the Vue convention: whenever unset, revert to default value.

* Wrapper test elements + runtime tests (#3384)

* Adds additional test elements
  * element-events: for testing events
  * element-props: for testing property types
  * element-slots: for testing slotting.
* Adds property types to angular wrapper

* [@labs/react] certain attributes should be removed when undefined or null (#3128)

* add sieve for boolean attributes

* unchange stuff that isn't required yet

* add changeset

* no sieve, use hasAttribute

* use hasOwnProperty

* boolean attributes should test as null

* pause

* let react handle the nullifies

* remove unnecessary return

* add comment, update changeset

* remove 232

* cascade logic over nested

* update comments

* don't watch for disabled

* show test updates and output

* hidden attr is alright

* passing tests

* set HTMLPrototype undefined values to empty string

* id is the special case

* add tests for properties

* update tests for properties

* remove nested iffs from set property

* format

* set as empty string

* change value, don't assign

* value as str

* remove attribute if undefined

* set value as string on htmlelement attr

* match vanilla react behavior

* order ifs by cost, comment alternatives

* forgot return

* checkpoint

* sync with example gist

* draggable is null

* checkpoint

* update tests, wrappedEl vs el

* test div against web component

* remove extra lines

* update changeset

* include unwrapped web component x-foo

* add null checks at end of attribute checks

* add comments, add undefined tests after boolean

* typo, enumerated

* add null checkes to test, add ts-expect-errors

* add test ordering

* forgot one truthy test

* [infra] Use new projectV2 object in issue workflow (#3419)

* Add lit to changeset along side reactive-element (#3422)

* Version Packages (#3423)

* Update chromedriver to 107 for benchmark tests (#3427)

* Update chromedriver to 107 for benchmark tests

* [labs/virtualizer] Fix width inheritance calculation (issue #3400) (#3424)

* Added a test to demonstrate virtualizer width inheritance bug in #3400
* Applied the fix to Virtualizer _updateView to interpret width correctly.
* Added changeset describing the fix for #3400.

* [labs/virtualizer] Export event classes through a new events.js (#3430)

* Added an events.js to export the RangeChangedEvent and VisibilityChangedEvent classes.

* Point to events.js to get the event classes now and moved the custom Range interface into there.

* Added events.js files to package.json's files property and the wireit outputs for build:ts.

* [labs/context] Rename context decorators to consume and provide (#3398)

* [@labs/react] Filter __forwardedRef in prod build (#3409)

* [labs/react] Filter __forwardedRef in prod build

* rebased from main, branched from react-forwarded-ref

* added changeset

* update ref setting

* add dunders back in

* add comments, update changeset

* iterrate userprops

Co-authored-by: Justin Fagnani <justinfagnani@google.com>

* [labs/context] Make @consume decorator work with optional fields (#3399)

* [labs/context] Rename ContextKey to Context (#3404)

* Allow ContextProvider to be added lazily and still work with ContextRoot (#3434)

* [infra] Fix npm install with version 9 (#3448)

* Fix dep on missing folder. Fixes npm install on npm 9.

* Add empty changeset

* Implement `lit init element` (#3248)

Co-authored-by: Justin Fagnani <justinfagnani@google.com>

* Logo dark mode support (#3457)

* Update logo.svg

* empty changeset

* lit logo dark mode

* add light theme too

* fix file locations

* use srcset

* slack to discord badge

* Gitignore build output files from virtualizer (#3454)

* Gitignore build output files from virtualizer
* add prettierignore files

* [labs/analyzer] Add lazy Declaration analysis, Reference dereferencing, and Superclass support (#3380)

* Fix comment

* Use NODE_OPTIONS=--enable-source-maps

* Make declarations lazy

* Analyze exports and add ability to dereference References to them

* Add superClass reference analysis

* Add changeset

* fixup! Use NODE_OPTIONS=--enable-source-maps

* Fix references to ImportTypes

* Add CEM generation to CLI

* Fix type import references

* Address review feedback.

* Fix path normalization on Windows

* Updates based on feedback.

* Add getSpecifierString to another site.

* [labs/gen-manifest] Adds `exports` and more metadata to manifest generator (#3464)

* Adds exports to manifest generator
Also fixes a few bugs in export analysis and adds better tests.

* Add `@slot`, `@cssProp`, and `@cssPart` to manifest generator

* Fix config to make JS program analysis faster.

* Add windows line ending to regex

* Add changeset

* Additional Windows line endings fix.

* Add support for parsing description, summary, & deprecated

* Add more exports support

* Emit summary & description in manifest.

* Gitignore build output files from virtualizer (#3454)

* Gitignore build output files from virtualizer
* add prettierignore files

* Add the js.map extension to the files property for events.js.

* update .prettierignore and .gitignore to include events.js.map

Co-authored-by: Peter Burns <rictic@google.com>
Co-authored-by: Elliott Marquez <5981958+e111077@users.noreply.github.com>
Co-authored-by: Andrew Jakubowicz <ajakubowicz@google.com>
Co-authored-by: Michael Potter <mgp140@gmail.com>
Co-authored-by: Steve Orvell <sorvell@google.com>
Co-authored-by: Kevin Schaaf <kschaaf@google.com>
Co-authored-by: Brian Taylor Vann <brian.t.vann@gmail.com>
Co-authored-by: Augustine Kim <augustinekim@google.com>
Co-authored-by: Lit Robot <98060554+lit-robot@users.noreply.github.com>
Co-authored-by: Nick Cipriani <nick.cipriani@gmail.com>
Co-authored-by: Brendan Baldwin <brendan@usergenic.com>
Co-authored-by: Justin Fagnani <justinfagnani@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[labs/cli] labs gen command fails to detect lit component when globally installed
3 participants