-
Notifications
You must be signed in to change notification settings - Fork 6
add source-map support for the observable transfomer #29
Comments
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch (err hit enter too quickly) This is currently blocked on having support for source-maps or composition in barback (see issue dart-archive/barback#6). 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 dart-archive/barback#6. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Added this to the M8 milestone. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Removed this from the M8 milestone. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="48" height="48"hspace="10"> Comment by sigmundch Removed this from the Later milestone. |
<img src="https://avatars.githubusercontent.com/u/8616782?v=3" align="left" width="48" height="48"hspace="10"> Comment by clayberg Removed this from the M9 milestone. |
<img src="https://avatars.githubusercontent.com/u/1081711?v=3" align="left" width="48" height="48"hspace="10"> Comment by jmesserly 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. |
<img src="https://avatars.githubusercontent.com/u/3276024?v=3" align="left" width="48" height="48"hspace="10"> Comment by anders-sandholm Removed Library-Observe label. |
<img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"> Issue by sigmundch
Originally opened as dart-lang/sdk#12340
This is currently
The text was updated successfully, but these errors were encountered: