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
{{ message }}
This repository was archived by the owner on Aug 26, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: