Tomasz Pluskiewicz

Results 413 comments of Tomasz Pluskiewicz

~~Please resolve conflicts @spwoodcock~~ No matter, no reason why I should not do that :)

> this types package does not support ESM. You sure? The types are used a million of ESM codebases :) Overall, the use od `ESNext` for TS `module` is not...

> Do you have experience getting such builds working for dual packaging directly using tsc - ideally a pointer to a repo using `@rdfjs/types` that successfully does dual packaging I'm...

For reference, I replicated my tsc/babel setup in your playground: https://github.com/jeswr/rdfjs-esm-playground/pull/1

> so it seems wrong to put them in dependencies I don't think it should matter what kind of dependency you use. Also, there is good reason to actually use...

@jeswr I'm curious what was the reason it didn't work...

> That inclusion is intentional, and Vite _should_ be replacing it automatically. To chime in, the usage of `process` is also blocking me from moving from v9 to v10 because...

`@web/test-runner` is not really bundling. It is meant to be as fast and as close to the original sources as possible. It can compile CJS and dedupe imports but that's...

My initial idea was to keep it open to remember to remove the version pin when a fix is available

Must be your cache. In console I see > Access to script at 'https://unpkg.com/[email protected]/dist/vue.min.js' from origin 'https://rdf.js.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the...