ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines
-
Updated
Apr 19, 2021 - JavaScript
{{ message }}
ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines
Code samples for the Node.js Master Class
Countries, Languages & Continents data (capital and currency, native name, calling codes).
An Instagram-clone with my own flavors and features. Own the project with 5 simple steps!!
Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
vue版网易严选,体验网易严选购物流程,线上访问:http://zhaoboy.bid/yanxuan/#/
A step by step guide to learn JavaScript and programming
Guía de Estilo para programar con JavaScript, en español. Apoyo es bienvenido :)
A package to help you find out which of your node_modules aren't ES5 so you can add them to your Webpack/Rollup/Parcel transpilation steps.
This plugin simplifies the creation of script tags for module and nomodule for a webpack multi build configuration
Funclib is a practical and powerful JavaScript library. funclib.js 是一个简单、易用、贴进业务逻辑的JavaScript函数库
Object.keys shim
Text to IPA converter in JavaScript
Webpack plugin to ensure the output results are compatible with an ES version
ES2015 backticks for ES3+ engines
Easily minify CSS and JavaScript in VS Code
Currently, we have support for transforming static Methods on prototype from
Controller.staticMethod = function(param) {
var bar = "webpack-cli";
};to
static staticMethod(param) {
var bar = "webpack-cli";
}But, we don't have support for transforming object expressions like this:
Controller.optionsObject = {
bar: "webpack-cli"
};We need
Add a description, image, and links to the es5 topic page so that developers can more easily learn about it.
To associate your repository with the es5 topic, visit your repo's landing page and select "manage topics."
When focusing an active accordion trigger a unique focus style should be available
This should just require a new css focus selector for the button when in the aria-expanded state