The Wayback Machine - https://web.archive.org/web/20211128083159/https://github.com/topics/es6
Skip to content
#

es6

ecmascript logo

ECMAScript is the standardization of the family of scripting languages that includes JavaScript. New versions of the standard are released every year.

Here are 13,131 public repositories matching this topic...

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • Updated Nov 27, 2021
  • JavaScript
pmcelhaney
pmcelhaney commented Sep 23, 2021

💻

  • Would you like to work on a fix?

How are you using Babel?

Other (Next.js, Gatsby, vue-cli, ...)

Input code

This lines from node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js

import _typeof from "@babel/runtime/helpers/typeof";
import assertThisInitialized from "./assertThisInitialized.js";

should be

import _typeof from "./
k6

Created by Brendan Eich, Ecma International

Organization
tc39
Website
www.ecma-international.org
Wikipedia
Wikipedia