-
Several members have expressed the need for a spot where members can get a general overview of current (and perhaps past) projects that are part of ProgCode. This git issue exists for the purpose of d…
-
### 💻
- [ ] Would you like to work on this feature?
### What problem are you trying to solve?
I can't find out which version of typescript it supports so far, so it is difficult to know whether lat…
-
![image](https://user-images.githubusercontent.com/33681340/226832483-c1f3604f-124c-44c8-bcdf-98d8cb77d4d9.png)
Hello,I want to import 'ctypes',
am I using the wrong method?
Unable to import '…
-
## Bug Report
**Current Behavior**
Not sure if this is unclear documentation, or a bug.
- Using Babel (cli) for a website.
- One of the targets is IE11, which does not have (for ... of) and a…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@rollup/plugin-babel
### Input code
```js
export async function a () {
...
}
/**
* function b
*/
exp…
-
**Describe the bug**
When visiting certain pages (see full code example below), `puppeteer-extra-plugin-stealth`'s `iframe.contentWindow` evasion interacts with the site's JavaScript to cause t…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
```TypeScript
namespace Foo {
export namespace Bar {
export enum E {
…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
### Input code
```JavaScript
function a() {
console.log("a");
retu…
-
Here's a living document for our three (so far) users. Please edit or comment and we'll continue revising. I've taken some liberty extrapolating what I think is needed beyond our conversation, so pl…
-
The docs are very vague about `legacy` flag on `@babel/plugin-proposal-decorators`.
They don't tell which one should a developer choose: `legacy: false` or `legacy: true`.
There is no description of…