Commit 2f52b2d
authored
chore: enhance manifest processing (#8283)
`custom-manifest.json` did not include private classes, which caused
issues when scripts attempted to resolve the hierarchy because some
classes were missing.
Starting with the next release, `custom-manifest.json` will include
private declarations (only custom elements). Therefore, this PR filters
them out during wrapper generation. All private properties, slots, and
other members for these declarations will still be filtered out.1 parent 7b545ba commit 2f52b2d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
0 commit comments