Skip to content

Commit

Permalink
add @deprecated tag to JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Dec 9, 2022
1 parent 68ae152 commit 1112b83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/declarations/stencil-public-compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ export interface ConfigExtras {
* if it's determined that shadow dom is already natively supported by the browser then
* it does not request the shim. When set to `false` it will avoid all shadow dom tests.
* Defaults to `false`.
*
* @deprecated Since Stencil v3.0.0. IE 11, Edge <= 18, and old Safari versions
* are no longer supported.
*/
__deprecated__shadowDomShim?: boolean;

Expand Down

0 comments on commit 1112b83

Please sign in to comment.