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.
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