-
Notifications
You must be signed in to change notification settings - Fork 1.7k
add source-map support for the observable transfomer #12340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(err hit enter too quickly) This is currently blocked on having support for source-maps or composition in barback (see issue #12339). Once we have a good way to serve intermediate assets we can then add this to the apply function: var filename = path.basename(id.path); And fix tests accordingly. Marked this as being blocked by #12339. |
Added this to the M8 milestone. |
I don't think we need to do this any time soon. We're not altering line numbers so debugging should be okay. And we don't transform except when compiling to JS so it generally doesn't matter Removed this from the 1.1 milestone. |
Removed Library-Observe label. |
This issue has been moved to dart-archive/observe#29. |
This is currently
The text was updated successfully, but these errors were encountered: