Wykres commitów

20 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
Konnor Rogers 43d1f9ee7a
fix: use verbatimModuleSyntax and isolatedModules (#1534)
* feat: use verbatimModuleSyntax and isolatedModules

* prettier

* remove newline

* prettier
2023-08-23 10:34:40 -04:00
Cory LaViska 50af138424 fix typos 2023-07-18 13:15:21 -04:00
Cory LaViska 9d592f4e08 wait longer to prevent flakiness 2023-07-18 13:13:59 -04:00
Konnor Rogers 67cbb85682
Add support for svg sprites in `<sl-icon>` (#1374)
* wip: initial implementation for review

* icon testing

* feat: add the ability to use SVG sprite sheets

* finish up spritesheets

* add icon notes

* update plopfile, add changelog entry

* prettier

* linting

* linting

* fix icon test

* eslint fixes?

* prettier

* disable eslint -.-

* linting loop!

* linting loop!

* prettier

* prettier

---------

Co-authored-by: Diego <diego@trebellar.com>
2023-06-20 14:01:58 -04:00
konnorrogers 0e869ec18d fix the tests 2023-06-13 15:40:04 -04:00
Cory LaViska 1b347874ef fix tests 2023-06-13 14:22:56 -04:00
Cory LaViska ff5b1e8573 fix imports 2023-06-13 14:06:37 -04:00
Cory LaViska 70a64262e9 add svg part 2023-02-24 12:51:46 -05:00
Matt Pharoah 41b5cb367f Use typed events in components and tests 2023-02-08 18:19:27 -05:00
Cory LaViska 197a0c3048 update icon tests 2022-11-10 12:02:26 -05:00
Cory LaViska e60c5c4546 update eslint 2022-05-24 08:12:13 -04:00
Cory LaViska 4b22fd2095 move to lint config 2022-03-24 08:23:58 -04:00
Cory LaViska 368854ba41 fix test 2022-03-24 08:17:28 -04:00
Cory LaViska 300cbd090f revert path aliases 2022-03-24 08:01:09 -04:00
Cory LaViska e32c15204c Revert recent changes 2022-03-24 07:48:03 -04:00
Cory LaViska f34960d82a revert path aliases since we can't override WTR's TS config 2022-03-23 09:30:39 -04:00
Cory LaViska f676949460 remove unused import 2022-03-22 11:03:00 -04:00
Cory LaViska 7b2c027c26 remove test 2022-03-22 10:32:28 -04:00
Michael Warren e2069889b4
Icon and Icon-button tests (#706)
* initial button tests and setup helpers

* fix as many linting errors as I could

* switch back to regular fixtures

* test(button|button-group|divider|format-bytes) add tests for more components

* add tests for format util components

* finish format-number tests

* remove unnecessary ignore

* test(icon|icon-button) add tests for icon and icon-button

* chore(lint) fix linting issues

* chore(test) fix bad merge unintentional removes

* chore(test) remove unneded time el check

* chore(tests) fix PR comments

* chore(lint) lint rules

* chore(tests) fix missed accidental changes
2022-03-22 10:07:30 -04:00