source_map_stack_trace 1.1.3 copy "source_map_stack_trace: ^1.1.3" to clipboard
source_map_stack_trace: ^1.1.3 copied to clipboard

outdatedDart 1 only

A package for applying source maps to stack traces.

1.1.3 #

  • Add a missing dependency on path.

1.1.2 #

  • Fix a typo in the previous fix.

1.1.1 #

  • Don't crash if the SyncPackageResolver has no package information at all.

1.1.0 #

  • mapStackTrace() now uses a SyncPackageResolver object from the package_resolver package to recreate package: URIs.

  • Deprecation: the packageRoot parameter to mapStackTrace is deprecated in favor of the packageInfo parameter described above. It will be removed in a future release.

1.0.5 #

  • Add compatibility for member names that include named arguments.

1.0.4 #

  • Add compatibility for Dart 1.10-style name munging.

1.0.3 #

  • Prefer "dart:" URLs to "package:" URLs.

1.0.2 #

  • Fix an off-by-one bug that was causing line numbers to be slightly off.

1.0.1 #

  • Don't crash when mapping stack chains.

1.0.0 #

  • Initial release.