Galooshi / import-js

A tool to simplify importing JS modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import * as d3 from 'd3'

jameskerr opened this issue · comments

I'm using d3 in a file and previously had code like this:

import * as d3 from "d3"

d3.select("svg")....

After running importjs rewrite --overwrite