Wykres commitów

12 Commity (7891dbef938756aba072b70672a958c49e7ecc50)

Autor SHA1 Wiadomość Data
Konnor Rogers 7891dbef93
Add missing extensions (#1770)
* fix(typescript): add missing extension to imports in typescript

This is required for the types to work with the new
`--module-resolution=node16`.

The list of places to fix was obtained by a crude script:

```sh
rg -g'**/*.ts' -g'!**/*.test.ts' ' from\s+.\.' | rg -v '\.js'
```

References #1765

* add missing extensions

* revert tsconfig

* prettier

* fix test files for NodeNext

* prettier

* changelog entry

* prettier

* prettier

* prettier

---------

Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
2023-12-08 12:30:31 -05:00
konnorrogers c6cc7b6983 prettier 2023-06-13 15:43:21 -04:00
konnorrogers 0e869ec18d fix the tests 2023-06-13 15:40:04 -04:00
Cory LaViska 77c9750206 fix sl-tab-show event when closing 2023-02-27 11:13:59 -05:00
Cory LaViska a3f658938d bulletproof part selectors 2022-11-17 09:35:44 -05:00
Cory LaViska 084c1dc5b5 fix tab a11y test 2022-11-02 08:48:39 -05:00
Buni48 22fa81433e
tests for sl-tab-panel (#956) 2022-10-18 10:49:50 -04:00
Cory LaViska c6d0b27f0d fix test 2022-08-25 09:46:34 -04:00
Cory LaViska cea69beca9 update radio group, radio, radio buton 2022-08-03 11:55:24 -04:00
Cory LaViska 98eec84422 fix tests 2022-07-20 15:37:47 -04:00
Cory LaViska 36716508c3 fix test type 2022-05-11 08:10:47 -04:00
James Garbutt 56d114f13d
test: add tab tests (#724) 2022-04-07 07:24:59 -04:00