Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var _ = require("lodash")
  2. import _ = require("lodash")
  3. import { _ } from "lodash"
  4. import * as _ from "lodash"
  5. import _ from "lodash"
  6. <script src="lodash.js"></script>
  7. import("./hello.js").then(module => { window.hello = module; console.log("pls kill me") });
  8. const script = document.createElement("script"); script.type = "module"; script.textContent = `import * as _ from "${url}"; window._ = _;`; document.documentElement.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement