Skip to content

Commit

Permalink
Remove old function
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Mar 9, 2021
1 parent 2ec1186 commit 4d36f0f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions read_type_data.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
const fs = require("fs/promises");

function justSatisfyAllImportsLol() {
return new Proxy(
{},
{
get(_, name) {
return new Proxy(
{},
{
get(_, name) {
return () => {};
}
}
);
}
}
);
}

async function main() {
const b = await fs.readFile(process.argv[2]);
const module = await WebAssembly.compile(b);
Expand Down

0 comments on commit 4d36f0f

Please sign in to comment.