Skip to content

Commit 59c98ce

Browse files
call out WCC typescript support
1 parent 05cf3c0 commit 59c98ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/docs/reference/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ It is fine-tuned for creating Light and Shadow DOM based custom elements. The fu
9292
- `<template>` / DocumentFragment
9393
- `addEventListener` (as a no-op)
9494
- `CSSStyleSheet` (all methods act as no-ops on the server)
95-
- TypeScript
95+
- TypeScript (type stripping)
9696

9797
While not all DOM APIs are supported, in general you can still use them and combine their usage with [optional chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) for a quick "no-op".
9898

0 commit comments

Comments
 (0)