blast-radius 0.7.3

Analyze the transitive blast radius of code changes.
Documentation
1
2
3
4
5
6
7
8
9
10
<script lang="ts">
  import Button from './Button.vue'

  export let title = 'Settings'
</script>

<section>
  <h2>{title}</h2>
  <Button />
</section>