jam-cloud/jam-ui/node_modules/es-abstract
Nuwan 23d1ece36d fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
..
5 fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
2015 fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
2016 fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
2017 fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
2018 fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
2019 fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
2020 fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
helpers fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
operations fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
test fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.editorconfig fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.eslintignore fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.eslintrc fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.gitattributes fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
.nycrc fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
CHANGELOG.md fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
GetIntrinsic.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
LICENSE fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
README.md fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
es5.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
es6.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
es7.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
es2015.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
es2016.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
es2017.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
es2018.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
es2019.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
es2020.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
index.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
package.json fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30

README.md

es-abstract Version Badge

dependency status dev dependency status License Downloads

npm badge

ECMAScript spec abstract operations. When different versions of the spec conflict, the default export will be the latest version of the abstract operation. All abstract operations will also be available under an es5/es2015/es2016/es2017/es2018/es2019 entry point, and exported property, if you require a specific version.

Example

var ES = require('es-abstract');
var assert = require('assert');

assert(ES.isCallable(function () {}));
assert(!ES.isCallable(/a/g));

Tests

Simply clone the repo, npm install, and run npm test

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.