website icon indicating copy to clipboard operation
website copied to clipboard

:globe_with_meridians: The Babel documentation website

Results 154 website issues
Sort by recently updated
recently updated
newest added

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code n/a just documentation needs updating ###...

help wanted

private-methods were missed from the TC39 list

ref: https://github.com/babel/babel/pull/14950 http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ is broken.

- Added `importReflection` docs

When I tried to transform with `polyfill: false` I got this runtime error: https://github.com/babel/babel/blob/aad7eb743d1354a5475f9d43226bfedc5f149e4b/packages/babel-plugin-transform-runtime/src/index.ts#L161-L165

[example repl](https://babeljs.io/repl/#?browsers=chrome%20100&build=&builtIns=false&corejs=3.21&spec=false&loose=false&code_lz=GYVwdgxgLglg9mABMOcAUECUiDeAoRRAJwFMoQikI8BfPPAAWogBsBDAZw8QDFVcaQA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=env%2Cstage-3%2Ctypescript&prettier=false&targets=&version=7.19.2&externalPlugins=&assumptions=%7B%7D) I selected the `stage-3`. Shouldn't that enable the new stage 3 decorators?

Added docs for https://github.com/babel/babel/pull/14923

@babel-bot run Nextjs on @vercel

As discussed with @nicolo-ribaudo, I'm opening a PR to add support for Orama search instead of Algolia. This results in faster searches (the search engine runs locally on the browser),...