Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Dependency on dart:mirrors? #2

Closed
xvrh opened this issue Sep 1, 2016 · 1 comment
Closed

Dependency on dart:mirrors? #2

xvrh opened this issue Sep 1, 2016 · 1 comment

Comments

@xvrh
Copy link

xvrh commented Sep 1, 2016

Hello,
I use this library in my web application to de-minify the stacktraces of some uncaught exceptions.

Since the version 1.1.0, the dart2js compiler reports a warning because of a dependency on dart:mirrors with:
package:source_map_stack_trace => package:package_resolver => package:http => dart:mirrors

Is it possible to provide a mirrors-free version of this package?

@nex3
Copy link
Contributor

nex3 commented Sep 1, 2016

This warning is bogus; it won't actually cause any problems in practice. See dart-lang/http#1 for details.

@nex3 nex3 closed this as completed Sep 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants