import-export icon indicating copy to clipboard operation
import-export copied to clipboard

ensure double-quoted module references are supported

Open FND opened this issue 8 years ago • 0 comments

previously the following was ignored, resulting in puzzling syntax errors:

import foo from "foo";
import { bar } from "bar";

FND avatar Jul 04 '17 07:07 FND