-
I was wondering whether I can test the polyfill in the browser with ES6 modules buildless?
Problem is:
`proposal-temporal\lib\intrinsicclass.mjs`
has this
`import ESGetIntrinsic from 'es-…
-
See https://paulhammant.com/1970/01/01/vue-sfc2/.
Embedded in that page, //raw.githubusercontent.com/paul-hammant/VueSfcDemo/master/comps/calc/Calculator.vue loads just fine.
That SFC component …
-
I have two packages `@packages/a` and `@packages/b`. `@packages/a` has no build step and `@packages/b` has a build step. `@packages/b` depends on `@packages/a`
When I run `yarn ultra -r --filter…
-
Open Web Components started two years ago with a simple goal: provide helpful tools and sensible recommendations to make it easier to write web components. Having recently received open-wc's 1000th Gi…
-
Full disclaimer - Yes, I know this isn't really a bug. But on the other hand, it did stump someone on my team for a bit and might be useful to take care of in case anyone else gets stumped.
### Exp…
-
Hello, I'm trying to use the following import:
```typescript
import * as Router from 'middle-router';
```
But at runtime I get the following error:
![image](https://user-images.githubusercontent.…
-
Hi!
I wanted to ask, do you have any plans to add macOS 11 support on your hosted agents ?
GHA have it in preview, and we would like too.
-----
_Update from repo owners:_
Hello everyone!
J…
-
Heya, the example here doesn't seem to be green because it is selecting `html` but the example is in a shadow root. Not sure if that's intentional as the following text says it should have 'cornflower…
-
Hi everyone,
I am trying to use the library as an ESM module like that:
`import * as fflate from 'fflate';`
But I am getting `Error: Could not resolve import "worker_threads" in "../../../node_modu…
-
What do you think about switching from `jest` to `tape`?
I've got a preliminary setup here:
https://github.com/yisar/fre/compare/master...mindplay-dk:use-tape
This is unfinished - `tape` is m…