Wykres commitów

28 Commity (next)

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
Konnor Rogers 5d72bbd162
remove baseUrl from tsconfig for better dev experience (#1530) 2023-08-22 10:32:15 -04:00
Konnor Rogers 3a61d20d93
Create non-auto-registering routes (#1450)
* initial attempt at not auto defining

* add files with -

* continued work on removing auto-define

* fix component definitions

* update with new tag stuff

* fix lots of things

* fix improper scoped elements

* working through side effects

* continued react wrapper work

* update changelog

* formatting

* fixes

* update changelog

* lint / formatting

* fix version injection

* fix version injection, work on test

* fix version injection, work on test

* fix merge conflicts

* fix jsdoc null issue

* fix templates

* use exports

* working on tests

* working on registration mocking

* fix customElements test

* linting

* fix some test stuff

* clean up test

* clean up comment

* rename scopedElements to dependencies

* linting / formatting

* linting / formatting

* mark all packages external and still bundle

* set bundle false

* set bundle true

* dont minify

* fix merge conflicts

* use built shoelace-element

* fix lint errors

* prettier

* appease eslint

* appease eslint gods

* appease eslint gods

* appease eslint gods

* appease eslint gods

* add shoelace-autoloader

* move it all into 1 function

* add exportmaps note

* prettier

* add jsdelivr entrypoint

* read as utf8

* update docs with .component.js importS

* prettier
2023-07-24 13:00:07 -04:00
Cory LaViska a32488baeb add autoloader prototype 2023-02-22 14:18:04 -05:00
Cory LaViska 6284ed0347 Update tsconfig 2022-12-09 11:54:40 -05:00
Cory LaViska bcf2139fe7 fix types 2022-08-17 12:33:37 -04:00
Cory LaViska b669ab7b74 fixes #855 2022-08-15 11:02:36 -04:00
Cory LaViska 6f2ded4ce8 remove unused ts plugin 2022-03-28 09:03:19 -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 9a8aafc189 remove tsconfig.prod 2022-03-23 17:35:11 -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 ff1e11022d reintroduce path aliasing and fix autosort 2022-03-02 09:28:34 -05:00
Cory LaViska 3fa41ea8d9 revert path aliasing and update import orders 2022-02-26 10:48:56 -05:00
Jason O'Neill aed26b526a fix typescript path alias in declarations 2022-02-11 10:12:49 -08:00
Cory LaViska 0d7aabe920 fix indentation 2022-02-10 17:42:41 -05:00
Cory LaViska 4e9573334a fix outdir bug 2022-01-26 08:46:20 -05:00
Jason O'Neill 9fb3b5cfed feat: add ESLint, improve types, improve a11y 2022-01-15 21:47:14 -08:00
Jason O'Neill ca346ccbb2
update dependencies, cleanup, refine (#642)
* update dependencies, cleanup, refine

fixes #637

* update CI command to verify
2022-01-06 08:44:13 -05:00
Cory LaViska 3eb42321d5 exclude tests 2021-05-28 22:08:21 -04:00
ibirrer a14346ea87
declare types for component tags (#371) 2021-03-12 09:07:38 -05:00
Cory LaViska 2f4d93700a migrate to LitElement 2021-03-06 12:01:39 -05:00
Cory LaViska fe45f2159f Shoemaker rework 2021-02-26 09:09:13 -05:00
Cory LaViska a54ca48f35 Update and move tests 2020-12-30 13:32:42 -05:00
Cory LaViska 262fa463f6 Remove dup 2020-12-30 08:39:43 -05:00
Chris Haynes b77c7f5a43 Adds stencil test dependencies 2020-08-28 20:56:03 +01:00
Cory LaViska 0b86753038 2.0 cleanup 2020-07-15 17:30:37 -04:00