Skip to content

Commit 444bbb2

Browse files
committed
moving the last bit of files that should have been in level 3
1 parent 86a8872 commit 444bbb2

File tree

50 files changed

+43
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+43
-16
lines changed

.claude/settings.local.json

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function include({imports}) {
2+
var FunctionConstructor = function() {}.constructor;
3+
var global = FunctionConstructor("return this")();
4+
return global;
5+
}

0 commit comments

Comments
 (0)