-
Updated
Sep 24, 2020
#
es2015
Here are 917 public repositories matching this topic...
A book series on JavaScript. @YDKJS on twitter.
javascript
education
programming
es6
async
book
book-series
es2015
learn-to-code
training-providers
closures
prototypes
training-materials
JavaScript Style Guide
javascript
styleguide
eslint
es6
style-linter
linting
style-guide
es2015
naming-conventions
arrow-functions
es2017
es2016
tc39
es2018
-
Updated
Oct 4, 2020 - JavaScript
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.
javascript
web-performance
webpack
web
es6
compiler
commonjs
amd
es2015
plugins
javascript-compiler
build-tool
loaders
module-bundler
esm
javascript-modules
-
Updated
Oct 4, 2020 - JavaScript
Node.js test runner that lets you develop with confidence 🚀
nodejs
javascript
testing
cli
hooks
tap
unit-testing
babel
performance
node
tdd
async
es2015
unicorns
concurrency
test-runner
async-functions
test-framework
ava
skipped-tests
ava-tests
assert
process-isolation
cli-app
test-runners
assertion
ava-transpiles
serial-tests
assertion-planning
mini-reporter
-
Updated
Oct 4, 2020 - JavaScript
A draggable and resizable grid layout with responsive breakpoints, for React.
-
Updated
Sep 30, 2020 - JavaScript
sirbrillig
commented
Sep 21, 2020
We don't display the actual mailboxes in the "Your order" section for extra licenses whereas we show them for new G Suite accounts.
Reported by @stephanethomas in Automattic/wp-calypso#45737
Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.
-
Updated
May 29, 2020 - JavaScript
A kickstarter guide to writing ES6
-
Updated
Jun 12, 2019
從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。
react
redux
javascript
graphql
flux
ios
relay
ecmascript2015
ecosystem
front-end
mobile
react-native
andriod
es6
reactjs
es2015
ecmascript
react-tutorial
es2017
immutablejs
-
Updated
Sep 8, 2020 - JavaScript
Golodhros
commented
Sep 9, 2020
Expected Behavior
We should have some extra basic accessors for the heatmap:
- locale
- loadingState
- isAnimated
- numberFormat?
Difference from Current Behavior
The curr
Barcode generation library written in JavaScript that works in both the browser and on Node.js
-
Updated
Oct 1, 2020 - JavaScript
ESDoc - Good Documentation for JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
javascript
browserify
webpack
modules
commonjs
es2015
example
es6-modules
module-bundler
parcel-bundler
-
Updated
Jun 21, 2020 - JavaScript
javascript
es6
es2015
composition
html-template
inline
abstraction
string-substitution
multiline-strings
indentation
composable
tagged-template
tagged-template-literals
-
Updated
Jun 2, 2020 - JavaScript
Godzilla is a ES2015 to Go source code transpiler and runtime
-
Updated
Aug 7, 2017 - Go
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
plugin
sass
theme
php
wordpress
babel
development
framework
webpack
yarn
es6
es2015
scss
pug
wordpress-starter-theme
jade
wordpress-boilerplate
pug-template-engine
core-js
-
Updated
Sep 28, 2020 - PHP
React Router, Redux, Redux Thunk & Create React App boilerplate
react
redux
javascript
boilerplate
react-router
es6
create-react-app
es2015
react-redux
redux-thunk
react-router-v4
react16
-
Updated
Sep 16, 2020 - JavaScript
The most easy to use responsive image viewer especially for mobile devices
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Dec 22, 2017 - JavaScript
A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2020. Read more on my blog https://inspiredwebdev.com or buy it here http://a-fwd.to/jHO6m9t. Get the course here https://leanpub.com/c/completeguidetomodernjavascript
javascript
training
education
programming
es6
book
es2015
ebook
freecodecamp
learn-to-code
learning-js
training-materials
-
Updated
Jul 25, 2020
Improve this page
Add a description, image, and links to the es2015 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the es2015 topic, visit your repo's landing page and select "manage topics."



Since we are now only building Babel on Node.js 14 (even if we still test it on Node.js 6), we can use native ECMAScript modules for the build scripts:
There are a bunch of scripts/tests in the
scriptsfolder: they can probably all be rewritten to ES modules.We can probably add
"type": "module"to the top