tc39 / ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://tc39.es/ecmarkup/
MIT License
220 stars 62 forks source link

Move `@internal` markers to individual members #592

Closed rbuckton closed 7 months ago

rbuckton commented 7 months ago

This builds on #591 by moving /*@internal*/ markers from classes to individual class elements so that class types are preserved broadly while still allowing us to remove individual /*@internal*/ markers on a case-by-case basis.

Fixes #416