EmCeeEs
Results
1
comments of
EmCeeEs
Same thing happens with `svelte`: ``` import { onMount } from "svelte" import { slide } from "svelte/transition" ``` will be _fixed_ to yield ``` import { onMount, slide }...