The Wayback Machine - https://web.archive.org/web/20220707063629/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,847 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 Jul 5, 2022
  • JavaScript
supernes
supernes commented May 31, 2022

🐛 bug report

Live reloading on changes and HMR work as expected, until an HTML page includes a "classic" (non-module) script.

🎛 Configuration (.babelrc, package.json, cli command)

{
"browserslist": "> 0.5%, last 2 versions, not dead",
"devDependencies": {
  "parcel": "^2.5.0",
  "posthtml-expressions": "^1.9.0",
  "posthtml-extend": "^0.6.3",
  "posthtml-include": "^1.7.
k6
olegbespalov
olegbespalov commented Jun 15, 2022

What?

Currently, if you're trying to use the k6/execution JS API and try to access some of the properties it's possible to get an error.

// script.js
import { scenario } from 'k6/execution';

console.log(scenario.name);

export default () => { }
 k6 run script

          /\      |‾‾| /‾‾/   /‾‾/
     /\  /  \     |  |/  /   /  /
    /  \/    \    |     (   / 
enhancement good first issue evaluation needed
DavidRothstein
DavidRothstein commented May 10, 2022

Quick summary

This is to track the underlying bug behind issues like Automattic/wp-calypso#63291 (and as originally discussed for example at p1651671145311929-slack-C0117V2PCAE).

Basically the problem is that Calypso makes API requests to /rest/v1.1/products?type=all for WordPress.com sites and /rest/v1.1/products?type=jetpack for Jetpack sites (the latter o

[Type] Bug Good First Issue
fabiosantoscode
fabiosantoscode commented May 1, 2022

Bug report or Feature request?

Refactor. Most Terser options are snake_case but there are some camelCase options. Both should be supported so as to not break currently existing code.

Version (complete output of terser -V or specific git commit) any

*Complete CLI command or minify() options used

good first issue

Created by Brendan Eich, Ecma International

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