Follow-up from A10.1 (#1209, PR #1250): examples/deno-desktop-reader and examples/deno-desktop-mastodon retain their own local compile-decorators.ts shims (define-not-re-export impostor pattern). Under the binding-provenance compiler truth these fail closed with OEC9027 the first time those examples are built with the current adapter. Migrate both examples to canonical import { element, property } from '@openelement/element' (runtime no-ops make uncompiled evaluation safe) and delete their shims. Not a Beta.1 blocker on its own, but required before those examples are claimed as qualified consumer evidence (B2.5 / B3.8). Part of umbrella #1155.
Follow-up from A10.1 (#1209, PR #1250): examples/deno-desktop-reader and examples/deno-desktop-mastodon retain their own local
compile-decorators.tsshims (define-not-re-export impostor pattern). Under the binding-provenance compiler truth these fail closed with OEC9027 the first time those examples are built with the current adapter. Migrate both examples to canonicalimport { element, property } from '@openelement/element'(runtime no-ops make uncompiled evaluation safe) and delete their shims. Not a Beta.1 blocker on its own, but required before those examples are claimed as qualified consumer evidence (B2.5 / B3.8). Part of umbrella #1155.