Skip to content

[BUGFIX] #private field access in class-based components#21375

Draft
NullVoxPopuli wants to merge 1 commit intomainfrom
nvp/fix-private-field-access
Draft

[BUGFIX] #private field access in class-based components#21375
NullVoxPopuli wants to merge 1 commit intomainfrom
nvp/fix-private-field-access

Conversation

@NullVoxPopuli
Copy link
Copy Markdown
Contributor

@NullVoxPopuli NullVoxPopuli commented May 6, 2026

I forgot to follow up on this since the e2e / scenario tests have been added.

I noticed this wasn't working in my REPL, which (at the time of writing), is on 7.1.0-alpha.2

https://limber.glimdown.com/edit?c=JYWwDg9gTgLgBAYQuCA7Apq%2BAzKy4DkAAgOYA2oI6UA9AMbKQZYEDcAUO%2BgB6SxwATdNgCGAVzLw6ZEQGdZcABLoyZCAHVoZAXB4xMAhUhTN4Ab3Zw4AYmwQIcALyEAFirVwYbqOjaW4-gA8%2BuAy%2BgB8-lZmZl7AsgB0tvYAvilBNCFgYeiR6UA&format=gjs

Fixes: #21007

@NullVoxPopuli NullVoxPopuli changed the title Fix #private field access in components [BUGFIX] #private field access in class-based components May 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

📊 Size report

Tarball size1.2 MB1.2 MB

dist/dev   No changes

File Before (Size / Brotli) After (Size / Brotli)
Total (Includes all files) 2.1 MB / 477.3 kB 2.1 MB / 477.3 kB

dist/prod   No changes

File Before (Size / Brotli) After (Size / Brotli)
Total (Includes all files) 1.9 MB / 436.8 kB 1.9 MB / 436.8 kB

smoke-tests/v2-app-hello-world-template/dist   No changes

File Before (Size / Brotli) After (Size / Brotli)
Total (Includes all files) 251.6 kB / 68.8 kB 251.6 kB / 68.8 kB

🤖 This report was automatically generated by wyvox/pkg-size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Private properties are inaccessible from the <template> region

1 participant