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

Simple test to validate declaration emit in presence of `@internal` #591

Closed rbuckton closed 7 months ago

rbuckton commented 7 months ago

Ahead of actually fixing issues with the declarations, this adds a simple test that can be manually invoked to validate declaration emit in the presence of /* @internal */ and --stripInternal.

Long term, I would recommend refactoring out internals such that /* @internal */ is unnecessary.

Related: https://github.com/tc39/ecmarkup/issues/416#issuecomment-1074739611

bakkot commented 7 months ago

Merged as part of https://github.com/tc39/ecmarkup/pull/592.