mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
scuffed ahh assignmentrewriter
This commit is contained in:
parent
3d30e20150
commit
02fbb25778
10 changed files with 240 additions and 12 deletions
|
@ -6,3 +6,22 @@ consle.log(globalThis["win" + "dow"]);
|
|||
globalThis.eval("..");
|
||||
|
||||
let ref = { b: this.top.window, c: globalThis["win" + "dow"] };
|
||||
|
||||
|
||||
export default ref;
|
||||
|
||||
export { ref };
|
||||
|
||||
|
||||
export { ref as default };
|
||||
|
||||
export { S } from "module";
|
||||
export * from "module";
|
||||
import sd from "d"
|
||||
|
||||
location += "http://example.com";
|
||||
|
||||
function f() { return import("x") }
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue