UNPKG

es6-module-jstransform

Version:
17 lines (13 loc) 257 B
import {x} from "./mod.js"; import {x, y} from "./mod.js"; import {x as a} from "./mod.js"; import {x as a, y as b} from "./mod.js"; import { x as a, y as b } from "./mod.js"; import { x, y as b } from "./mod.js"; var should = "be on 11th line";