CountBleck

Results 75 comments of CountBleck

Wouldn't the return value be `T`, not `valueof`?

Got it. I'm going to give this a try, but I probably won't succeed.

`ctxTypes.clear();` on line 722 in `resolver.ts` causes a bug, it seems. If it's removed, code like this compiles: ```ts export function bar(): void { type Dummy = Set; type WorkingA...

This next commit should fix the aforementioned bug with `ctxTypes`.

For now, I'm going to close this PR since I haven't been working on it.

I might be wrong, but I don't think Schoology Plus was designed to handle three layers of nesting. What happens when you change the "SQ1 22-23" grade?

It looks like most of the time is spent in the [`allocU8Array`](https://github.com/AssemblyScript/assemblyscript/blob/de174c5f2863ea7947ba4496be4f9028c99d3367/src/module.ts#L2420) call here, but the exception (a simple number, like 2153016872) is thrown in the [`binaryen._BinaryenSetMemory`](https://github.com/AssemblyScript/assemblyscript/blob/de174c5f2863ea7947ba4496be4f9028c99d3367/src/module.ts#L2432-L2434) call without any...

Hm, I can only guess that it has something to do with the copy [here](https://github.com/WebAssembly/binaryen/blob/47bcca6783b64b64560b1c1196a1f5e1a98e108a/src/wasm-builder.h#L138), since binaryen.js's memory might hit the 4 GiB limit there.

Can't you set the `resolve.fallback["node:fs/promises"]` property to be `false`? (see [here](https://webpack.js.org/configuration/resolve/#resolvefallback))