/ archiveofbelonging.org / 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]helpers/2 years ago -  
[DIR]operations/2 years ago -  
[TXT]CHANGELOG.md39 years ago 22K 
[   ]GetIntrinsic.js39 years ago 89  
[   ]LICENSE39 years ago1.1K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
[TXT]README.md39 years ago1.9Kf12eb36 documentaiton updates [كارل مبارك]
[   ]es5.js39 years ago2.0K 
[   ]es6.js39 years ago 53  
[   ]es7.js39 years ago 53  
[   ]es2015.js39 years ago5.8K 
[   ]es2016.js39 years ago6.1K 
[   ]es2017.js39 years ago6.2K 
[   ]es2018.js39 years ago6.6K 
[   ]es2019.js39 years ago6.8K 
[   ]es2020.js39 years ago7.7K 
[   ]index.js39 years ago580  
[   ]package.json2 years ago4.3K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
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 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