Wes Bos

Results 243 comments of Wes Bos

Looks like the upstream issue was fixed yesterday. Running Deno canary deno 2.1.2+8626ec7 and also trying to. use Transformers.js with WebGPU, seems it's still looking Still getting and error: error:...

I like it. Should be pretty easy to implement. Need a list of emojis somehow. I think there is a list of codepoints on npm

Try include your CSS modules in your tsconfig: ```json "include": [ "**/*.module.css"], ```

ahhh super interesting - I like this approach. Would you mind submitting a PR to the docs adding this as a resource?

hitting this as well in an app where 1 file must be a commonJS file due to some limitations on ESM module cache, but I'd also like for it to...

Ah yeah, makes sense. I ended up just stripping the types from that file but it turns out I don't even need any of the weird cache stuff I'm doing...

Thanks Devon, I'm running it from the root directory where the package.json is, npm 7.15.1, node 16.3, no monorepo. running it with --no-autoinstall and @parcel/transformer-stylus installed, gives me this error:...

Let me try replicate it outside my project. I've been trying to delete files from my build to see if it's one of them causing the issue and I dont...

@devongovett I'm able to replicate it here: https://github.com/wesbos/parcel-issue-replication

Shoot eh. I tried it in the very root of my computer, same issue. I do get this error, could it be related? ``` Error: Could not resolve module "wrap-ansi"...