Itamar Gronich

Results 17 comments of Itamar Gronich

Yes, this makes foundation unusable in the new apple silicon macbooks.

> To get around this for the time being you can use NVM to install and use different versions of node as needed: [nvm-sh/nvm](https://github.com/nvm-sh/nvm) > > On Mac OS see:...

I'm sorry for being that guy but this discussion is off topic. Wether node 10 can or can not be installed on M1 macs is off topic. This is a...

@zloirock Hey, since now core-js tries to follow WHATWG standards group, i think it's a good idea to re-open this and implement The `Event` spec: https://dom.spec.whatwg.org/#interface-event And the `CustomEvent` spec:...

Seems that my solution doesn't work - somehow i got a false positive. I'll get back to this and try to solve it again sometime in the following days.

I've implemented a PR in #256. Let me know if there's anything you'd like me to change.

Hi @lucaong, yes that's the same error. However, I think this should work in all casses: 1. `"type": "commonjs"` (default if type not supplied) 2. `"type": "module"` 3. `index.mts` 4....

> Hi @ItamarGronich , thanks a lot for opening this issue and for sending a pull request. Allow me the time to reproduce the bug and fully understand the implications...

I think that with tsc you can always use `import / export`, regardless of `"type"` field in the package.json. What's changed with the `"type"` field is what format `tsc` compiles...