Skip to content

Commit 4d36f0f

Browse files
committed
Remove old function
1 parent 2ec1186 commit 4d36f0f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

read_type_data.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
const fs = require("fs/promises");
22

3-
function justSatisfyAllImportsLol() {
4-
return new Proxy(
5-
{},
6-
{
7-
get(_, name) {
8-
return new Proxy(
9-
{},
10-
{
11-
get(_, name) {
12-
return () => {};
13-
}
14-
}
15-
);
16-
}
17-
}
18-
);
19-
}
20-
213
async function main() {
224
const b = await fs.readFile(process.argv[2]);
235
const module = await WebAssembly.compile(b);

0 commit comments

Comments
 (0)