summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/module_graph/https_deno.land-x-import_map.ts
blob: e285d863a4d25e3af0d0fde43579a07f8e34dc6c (plain)
1
2
3
4
import * as $ from "jquery";
import * as _ from "lodash";

console.log($, _);