Oscar Bolaños
Oscar Bolaños
I have the following code ```javascript @Directive({ events: [ "click" ]}) export default class Button { } ``` And esformatter formats it like this: ```javascript @Directive({ events: [ "click"] })...
### Code of conduct - [X] I agree to follow this project's code of conduct. ### Impacted component(s) sp-dialog ### Expected behavior Currently the Dialog would add ids to the...
Add support for the `wheel`[0] event [0] https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event
### Which package(s) are affected? Virtualizer (@lit-labs/virtualizer) ### Description While migrating to the latest version of the virtualizer, I've noticed that an error with the ResizeObserver happens fairly often. ###...
This PR is based on https://github.com/lit/lit/pull/3133 * Added rAF to _childrenSizeChanged. * Removed workaround in tests to deal with this error.
With 0.12.2 karma-html2js-preprocessor is working properly but using the latest version breaks this functionality.
Fixes #142 * Updated underlying vscode-web-customdata that exposes the type for `aria-haspopup`. * Added test to make sure setting a non-boolean value is correct.
## Version 0.7.0-pre.2 ## Description While migrating to the latest version of the virtualizer, I've noticed that an error with the ResizeObserver happens fairly often. To reproduce: 1. Go to...
I'm using Sublime Text 3, with the following configuration: ``` json { // Format the file when saved "format_on_save": true, // Path to the node executable, by default it tries...