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

Commit 3ab8166

Browse files
authored
add markdown badges
1 parent a9e1eb9 commit 3ab8166

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Dart CI](https://github.com/dart-lang/source_map_stack_trace/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/source_map_stack_trace/actions/workflows/test-package.yml)
2+
[![pub package](https://img.shields.io/pub/v/source_map_stack_trace.svg)](https://pub.dev/packages/source_map_stack_trace)
3+
[![package publisher](https://img.shields.io/pub/publisher/source_map_stack_trace.svg)](https://pub.dev/packages/source_map_stack_trace/publisher)
4+
15
`source_map_stack_trace` is a package for converting stack traces generated by
26
dart2js-compiled JavaScript code into readable native Dart stack traces using
37
source maps. For example:

0 commit comments

Comments
 (0)