/ live.thehmm.nl / back / node_modules / es-abstract /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]5/2 years ago -  
[DIR]2015/2 years ago -  
[DIR]2016/2 years ago -  
[DIR]2017/2 years ago -  
[DIR]2018/2 years ago -  
[DIR]2019/2 years ago -  
[DIR]2020/2 years ago -  
[DIR]2021/2 years ago -  
[DIR]2022/2 years ago -  
[DIR]helpers/2 years ago -  
[DIR]operations/2 years ago -  
[TXT]CHANGELOG.md40 years ago 33K 
[   ]GetIntrinsic.js40 years ago 89  
[   ]LICENSE40 years ago1.1K 
[TXT]README.md40 years ago1.9Kd7c1522 post receive test [كارل مبارك]
[   ]es5.js40 years ago2.0K 
[   ]es6.js40 years ago 53  
[   ]es7.js40 years ago 53  
[   ]es2015.js40 years ago6.4K 
[   ]es2016.js40 years ago6.7K 
[   ]es2017.js40 years ago7.1K 
[   ]es2018.js40 years ago7.6K 
[   ]es2019.js40 years ago7.9K 
[   ]es2020.js40 years ago9.1K 
[   ]es2021.js40 years ago9.7K 
[   ]es2022.js40 years ago 10K 
[   ]index.js40 years ago682  
[   ]package.json2 years ago5.5K 
README.md

es-abstract Version Badge

dependency status dev dependency status License Downloads

npm badge

ECMAScript spec abstract operations.

Every operation is available by edition/year and by name - for example, es-abstract/2020/Call gives you the Call operation from ES2020, es-abstract/5/Type gives you the Type operation from ES5.

All abstract operations are also available under an es5/es2015/es2016/es2017/es2018/es2019/es2020/es2021 entry point, and as a property on the main export, but using deep imports is highly encouraged for bundle size and performance reasons. Non-deep entry points will be removed in the next semver-major release.

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.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80