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
We probably want a shared JavaScriptExtractMagicComment and CSSExtractMagicComment abstract operation. It can be parameterized so callers can specify whether a particular magic comment supports the legacy //@. Then we could disallow it for debugId.
Similar to how we defined an algorithm to extract
sourceMappingURL
comments in #94 we should define an algorithm to extract thedebugId=
comment.sourceMappingURL
comments should likely be applied fordebugId
commentsdebugId
orsourceMappingURL
)//@
since we don't carry historical debt? i.e. dissallow it fordebugId
comments?sourceMappingURL
?The text was updated successfully, but these errors were encountered: