James Garbutt
James Garbutt
https://github.com/runem/lit-analyzer/blob/780b3b8977d7f3dc84a544d6f6492371fea2386e/packages/lit-analyzer/src/analyze/data/extra-html-data.ts#L61 As far as im aware, these are _special_ targets the browser understands, but a target can also be any other string. As per the spec: > A valid browsing...
This is just a quick go at implementing the latest custom elements manifest in the analyzer. There's discussion going on still around what tooling we use to generate manifests and...
Example: http://plnkr.co/edit/pIcvOOwpwsITthrnlM8R?p=preview Steps: - Click the button - It should select the second item but is forced back to index 0 If you have something inside an `iron-selectable` child which...
### Description If your children have very different sizes, the average which iron-list computes becomes rather inaccurate. This causes the initial render to offset items by a huge amount. The...
just getting my head around the repo out of curiosity, so i filled in some test gaps while i was there let me know if there's anything you want changing,...
This adds tests for the following utils found in `core`: - event utils - getAggregateWorkingHours - getCalendarsEvents I was using the repo to give myself chance to try out a...
As raised in chaijs/chai-http#310, the move to ESM actually had another breaking change we didn't catch in the past, you could do something like this: ```ts const chai = require('chai');...
This is an initial attempt at migrating the codebase to typescript. The tests and build should pass but we can go further and do more with the types. WIP until...
This migrates to using an eslint plugin for `$ExpectType` and friends so we can do it as part of the lint script. For now, `typescript` had to be added to...