You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like #451 switched many docstring comments from /** to /*! -- where the latter are comments that are not dropped by minifies / bundlers / etc, and are mainly intended for copyright notices. As a result, having chai included in a bundle that esbuild generates has a whole bunch of useless comments at the end (see below). Shouldn't these non-copyright comments use /**?
Looks like #451 switched many docstring comments from
/**
to/*!
-- where the latter are comments that are not dropped by minifies / bundlers / etc, and are mainly intended for copyright notices. As a result, having chai included in a bundle that esbuild generates has a whole bunch of useless comments at the end (see below). Shouldn't these non-copyright comments use/**
?The text was updated successfully, but these errors were encountered: