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
Right now the source map spec tests mostly test conformance with the source map format, along with some basic mapping semantics properties.
It'd be nice to also test more in-depth debugging properties, such as the effect of ignoreList on debugger stepping, or the effects of scopes from the scope proposal on stepping.
I think it'd make sense to put these in a separate JSON file, as some tools (e.g., the validator) won't support these test cases.
The text was updated successfully, but these errors were encountered:
Right now the source map spec tests mostly test conformance with the source map format, along with some basic mapping semantics properties.
It'd be nice to also test more in-depth debugging properties, such as the effect of
ignoreList
on debugger stepping, or the effects of scopes from the scope proposal on stepping.I think it'd make sense to put these in a separate JSON file, as some tools (e.g., the validator) won't support these test cases.
The text was updated successfully, but these errors were encountered: