A book series on JavaScript. @YDKJS on twitter.
-
Updated
Aug 24, 2020
{{ message }}
ECMAScript is the standardization of script languages, including JavaScript. ECMA stands for the European Computer Manufacturer's Association.
A book series on JavaScript. @YDKJS on twitter.
JavaScript Style Guide
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.
Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
Curated tutorial and resource links I've collected on React, Redux, ES6, and more
The JavaScript Drag & Drop library your grandparents warned you about.
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
An extremely fast JavaScript bundler and minifier
WordPress starter theme with a modern development workflow
Too young, too simple. Sometimes, naive & stupid
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
I'm submitting a ...
Do you want to request a feature or report a bug?
Minor bug
As noted in https://community.k6.io/t/need-to-get-http-response-status-line/839, there doesn't seem to be a way to get the HTTP status text from an HTTP response. There's no good reason for that, and it should be easy to add.
Given that we currently transpose Go's [http.Response.StatusCode](https://github.com/golang/go/blob/5c7748d
js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.
Powerful data visualization library based on G2 and React.
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
Tomorrow's ECMAScript modules today!
Created by Brendan Eich, Ecma International
Released 1997
If the flow plugin runs before the class properties one (or if the class properties plugin isn't used), we remove uninitialize class fields:
currently becomes
while it should be
If someone still wants the old behavior, they can either use flow comments (as [offically recommended](https://github.c