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 12,999 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 Oct 5, 2021
  • JavaScript
k6
MStoykov
MStoykov commented Sep 14, 2021

Throughout k6 we use camelCase for JSON options and CAPS_SNAKE_CASE for env variables. The few places where there are argline options such as k6 run -o csv=file_name=something.csv we sometimes use snake_case as in the CSV output and one option in the influxdb one, but sometimes we use camelCase as in the loki logs and the rest of the influxdb options :(.

Given that there really isn't a good

alexanderrudnik
alexanderrudnik commented Sep 10, 2021

Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

  • I'm submitting a ...

    • bug report
    • feature request
    • support request => Please do not submit support request here, see note at the top of this template.
  • Do you want to request a feature or report a bug?
    BUG

  • **What i

Created by Brendan Eich, Ecma International

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