mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
e51985ca74
Turns out `autoprefixer` is a better reproduction case then `microbundle`. Fixes #18535 Fixes #18600 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2 lines
71 B
JavaScript
2 lines
71 B
JavaScript
import fraction from "npm:autoprefixer";
|
|
console.log(typeof fraction);
|