Results 136 comments of Daniel

Same errror here. MacOS 10.13.6, trying to install EtasonJB on an iPhone 4s on iOS 8.4.1

Same issue here. MacOS 10.15.3 as well as 10.13.6 with an iPhone 4S on iOS 8.4.1

> As a workaround you can use preset-env, which uses plugin-polyfill-regenerator under the hood. Yeah, I tried that. But I'm too stupid because I don't understand how to add it...

Ah. Why does the code print this when executed then? `Uncaught ReferenceError: regeneratorRuntime is not defined` [This](https://babeljs.io/repl/#?browsers=ie%2011&build=&builtIns=false&corejs=3.6&spec=false&loose=false&code_lz=LYQwlgdgFAlA3AKAGYCZaIDYFMAuACMPAXjwAZEQBnATwgGM8kBXenMAewj1EljwG8EePHU6V22AHQZ2AcygAiABZgF8IXhAB3cPm268EJhgyJhoiOKkz5YdQF8ECKrQbNWHLqj6Dh-sPhGJmaaOgGGxqYaYADUMYiOQA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=env%2Creact%2Cstage-2&prettier=false&targets=&version=7.16.3&externalPlugins=&assumptions=%7B%7D) with "env preset enabled" checked does not contain regeneratorRuntime.

> Because we don't have regenerator runtime in the browsers. The execute toggle runs the transpiled code, unfortunately, without polyfills. Would you mind open a new issue against that? Oh,...

Also suffering from this issue.

I don't have `"include": ["src/**/*"]` in any tsconfig. I'm just getting started with yarn workspaces (because I need to publish a package) and I have my kid-package which is supposed...

Btw just noticed that types outside of the project root (imported with relative imports) also just get referenced and not included in the type output.

I think I'm suffering from a similar issue but not exactly this? On `2.0.0-nightly.984+74fcc3fb` I get `index.f0bd8632.js:50 Uncaught Error: Cannot find module '43l7i'`, on 2.0.1 it works. This issue is...