Commit 5e3846e
TC39 node-editor-tooling: defer WebCamInputBlock self-reference in decorator
Wrap the WebCamInputBlock._WebCamSourceManager options in a getter so the
class self-reference inside the @editableInPropertyPage arguments is
evaluated lazily, avoiding TS2449 (class used before its declaration)
under TC39 decorator evaluation order.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 127c067 commit 5e3846e
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
- packages/tools/smartFiltersEditorControl/src/configuration/editorBlocks/webCamInputBlock
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments