mirror of
https://github.com/github/codeql-action.git
synced 2025-12-25 16:50:21 +08:00
This commit only adds a single package and all of its transitive dependencies. The github-linguist package will be used for counting lines of code as a baseline for databases we are analyzing.
pinkie-promise 
ES2015 Promise ponyfill
Module exports global Promise object (if available) or pinkie Promise polyfill.
Install
$ npm install --save pinkie-promise
Usage
var Promise = require('pinkie-promise');
new Promise(function (resolve) { resolve('unicorns'); });
//=> Promise { 'unicorns' }
Related
- pify - Promisify a callback-style function
License
MIT © Vsevolod Strukchinsky