pax_global_header00006660000000000000000000000064147443320520014516gustar00rootroot0000000000000052 comment=5c1bc2bea58ac86760f4c2b41b7e1547cf8a8ea4 ljharb-async-function-34ecc32/000077500000000000000000000000001474433205200163265ustar00rootroot00000000000000ljharb-async-function-34ecc32/.eslintrc000066400000000000000000000003451474433205200201540ustar00rootroot00000000000000{ "root": true, "extends": "@ljharb", "overrides": [ { "files": "./index.js", "extends": "@ljharb/eslint-config/node/8" }, { "files": "./require.mjs", "extends": "@ljharb/eslint-config/node/16", }, ], } ljharb-async-function-34ecc32/.github/000077500000000000000000000000001474433205200176665ustar00rootroot00000000000000ljharb-async-function-34ecc32/.github/FUNDING.yml000066400000000000000000000011111474433205200214750ustar00rootroot00000000000000# These are supported funding model platforms github: [ljharb] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: npm/async-function community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] ljharb-async-function-34ecc32/.github/workflows/000077500000000000000000000000001474433205200217235ustar00rootroot00000000000000ljharb-async-function-34ecc32/.github/workflows/node-aught.yml000066400000000000000000000004511474433205200245010ustar00rootroot00000000000000name: 'Tests: node.js < 10' on: [pull_request, push] jobs: tests: uses: ljharb/actions/.github/workflows/node.yml@main with: range: '< 10' notable: '7.5 || 7.6' # 7.6.0 introduced AsyncFunction type: minors command: npm run tests-only skip-ls-check: true ljharb-async-function-34ecc32/.github/workflows/node-pretest.yml000066400000000000000000000002061474433205200250550ustar00rootroot00000000000000name: 'Tests: pretest/posttest' on: [pull_request, push] jobs: tests: uses: ljharb/actions/.github/workflows/pretest.yml@main ljharb-async-function-34ecc32/.github/workflows/node-tens.yml000066400000000000000000000003721474433205200243440ustar00rootroot00000000000000name: 'Tests: node.js 10 - 20' on: [pull_request, push] permissions: contents: read jobs: tests: uses: ljharb/actions/.github/workflows/node.yml@main with: range: '>= 10 < 20' type: minors command: npm run tests-only ljharb-async-function-34ecc32/.github/workflows/node-twenties.yml000066400000000000000000000003631474433205200252350ustar00rootroot00000000000000name: 'Tests: node.js >= 20' on: [pull_request, push] permissions: contents: read jobs: tests: uses: ljharb/actions/.github/workflows/node.yml@main with: range: '>= 20' type: minors command: npm run tests-only ljharb-async-function-34ecc32/.github/workflows/rebase.yml000066400000000000000000000002571474433205200237130ustar00rootroot00000000000000name: Automatic Rebase on: [pull_request_target] jobs: _: uses: ljharb/actions/.github/workflows/rebase.yml@main secrets: token: ${{ secrets.GITHUB_TOKEN }} ljharb-async-function-34ecc32/.github/workflows/require-allow-edits.yml000066400000000000000000000003031474433205200263400ustar00rootroot00000000000000name: Require “Allow Edits” on: [pull_request_target] jobs: _: name: "Require “Allow Edits”" runs-on: ubuntu-latest steps: - uses: ljharb/require-allow-edits@main ljharb-async-function-34ecc32/.gitignore000066400000000000000000000012411474433205200203140ustar00rootroot00000000000000# Logs logs *.log npm-debug.log* # Runtime data pids *.pid *.seed # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage # nyc test coverage .nyc_output # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt # node-waf configuration .lock-wscript # Compiled binary addons (http://nodejs.org/api/addons.html) build/Release # Dependency directories node_modules jspm_packages # Optional npm cache directory .npm # Optional REPL history .node_repl_history # Only apps should have lockfiles npm-shrinkwrap.json package-lock.json yarn.lock .npmignore ljharb-async-function-34ecc32/.npmrc000066400000000000000000000000671474433205200174510ustar00rootroot00000000000000package-lock=false allow-same-version=true message=v%s ljharb-async-function-34ecc32/.nycrc000066400000000000000000000002131474433205200174410ustar00rootroot00000000000000{ "all": true, "check-coverage": false, "reporter": ["text-summary", "text", "html", "json"], "exclude": [ "coverage", "test" ] } ljharb-async-function-34ecc32/CHANGELOG.md000066400000000000000000000016621474433205200201440ustar00rootroot00000000000000# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## v1.0.0 - 2025-01-22 ### Commits - Initial implementation, tests, readme, types [`8ad64e4`](https://github.com/ljharb/async-function/commit/8ad64e45668359cf032e095afcbe6ef0d291d6b4) - Initial commit [`36dac0d`](https://github.com/ljharb/async-function/commit/36dac0de439b8b6d7af6a246cf984b087efaaf87) - [meta] reformat `package.json` [`11ff004`](https://github.com/ljharb/async-function/commit/11ff0044813122c6d22e3bf360af979f7c3f7fc8) - first publish [`5ed020c`](https://github.com/ljharb/async-function/commit/5ed020c7852e90f280517a06e4a4d3cb1d295e40) - Only apps should have lockfiles [`b746134`](https://github.com/ljharb/async-function/commit/b74613407f749720b7d02b26b9fb2093a0124878) ljharb-async-function-34ecc32/LICENSE000066400000000000000000000020531474433205200173330ustar00rootroot00000000000000MIT License Copyright (c) 2016 EduardoRFS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ljharb-async-function-34ecc32/README.md000066400000000000000000000034671474433205200176170ustar00rootroot00000000000000# async-function [![Version Badge][npm-version-svg]][package-url] [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url] [![npm badge][npm-badge-png]][package-url] A function that returns the normally hidden `AsyncFunction` constructor, when available. ## Getting started ```sh npm install --save async-function ``` ## Usage/Examples ```js const assert = require('assert'); const AsyncFunction = require('async-function')(); const fn = new AsyncFunction('return 1'); assert.equal(fn.toString(), 'async function anonymous(\n) {\nreturn 1\n}'); fn().then(x => { assert.equal(x, 1); }); ``` ## Tests Clone the repo, `npm install`, and run `npm test` [package-url]: https://npmjs.org/package/async-function [npm-version-svg]: https://versionbadg.es/ljharb/async-function.svg [deps-svg]: https://david-dm.org/ljharb/async-function.svg [deps-url]: https://david-dm.org/ljharb/async-function [dev-deps-svg]: https://david-dm.org/ljharb/async-function/dev-status.svg [dev-deps-url]: https://david-dm.org/ljharb/async-function#info=devDependencies [npm-badge-png]: https://nodei.co/npm/async-function.png?downloads=true&stars=true [license-image]: https://img.shields.io/npm/l/async-function.svg [license-url]: LICENSE [downloads-image]: https://img.shields.io/npm/dm/async-function.svg [downloads-url]: https://npm-stat.com/charts.html?package=async-function [codecov-image]: https://codecov.io/gh/ljharb/async-function/branch/main/graphs/badge.svg [codecov-url]: https://app.codecov.io/gh/ljharb/async-function/ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/async-function [actions-url]: https://github.com/ljharb/async-function/actions ljharb-async-function-34ecc32/index.d.mts000066400000000000000000000001111474433205200203750ustar00rootroot00000000000000import getAsyncFunction = require('.'); export default getAsyncFunction;ljharb-async-function-34ecc32/index.d.ts000066400000000000000000000007001474433205200202240ustar00rootroot00000000000000declare namespace getAsyncFunction { type AsyncFunction = (...args: any[]) => Promise; interface AsyncFunctionConstructor extends FunctionConstructor { new (...args: string[]): AsyncFunction; (...args: string[]): AsyncFunction; readonly prototype: AsyncFunction; } } declare function getAsyncFunction(): getAsyncFunction.AsyncFunctionConstructor | false; export = getAsyncFunction;ljharb-async-function-34ecc32/index.js000066400000000000000000000003611474433205200177730ustar00rootroot00000000000000'use strict'; // eslint-disable-next-line no-extra-parens, no-empty-function const cached = /** @type {import('.').AsyncFunctionConstructor} */ (async function () {}.constructor); /** @type {import('.')} */ module.exports = () => cached; ljharb-async-function-34ecc32/index.mjs000066400000000000000000000001741474433205200201520ustar00rootroot00000000000000import getAsyncFunction from './index.js'; /** @type {import('./index.d.mts').default} */ export default getAsyncFunction; ljharb-async-function-34ecc32/legacy.js000066400000000000000000000005741474433205200201360ustar00rootroot00000000000000'use strict'; /** @type {import('.').AsyncFunctionConstructor | false} */ var cached; /** @type {import('.')} */ module.exports = function getAsyncFunction() { if (typeof cached === 'undefined') { try { // eslint-disable-next-line no-new-func cached = Function('return async function () {}')().constructor; } catch (e) { cached = false; } } return cached; }; ljharb-async-function-34ecc32/package.json000066400000000000000000000043061474433205200206170ustar00rootroot00000000000000{ "name": "async-function", "version": "1.0.0", "description": "A function that returns the normally hidden `AsyncFunction` constructor", "main": "./legacy.js", "jsnext:main": "./index.mjs", "module": "./index.mjs", "exports": { ".": [ { "module-sync": "./require.mjs", "import": "./index.mjs", "default": "./index.js" }, "./index.js" ], "./package.json": "./package.json" }, "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run tests-only", "posttest": "npx npm@\">=10.2\" audit --production", "tests-only": "nyc tape 'test/**/*.js'", "prelint": "evalmd README.md", "lint": "eslint --ext=js,mjs .", "postlint": "tsc && attw -P", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" }, "repository": { "type": "git", "url": "git+https://github.com/ljharb/async-function.git" }, "keywords": [ "async", "await", "function", "native" ], "author": "Jordan Harbamd ", "license": "MIT", "bugs": { "url": "https://github.com/ljharb/async-function/issues" }, "homepage": "https://github.com/ljharb/async-function#readme", "devDependencies": { "@arethetypeswrong/cli": "^0.17.3", "@ljharb/eslint-config": "^21.1.1", "@ljharb/tsconfig": "^0.2.3", "@types/semver": "^6.2.7", "@types/tape": "^5.8.1", "auto-changelog": "^2.5.0", "eslint": "=8.8.0", "evalmd": "^0.0.19", "get-proto": "^1.0.1", "in-publish": "^2.0.1", "npmignore": "^0.3.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", "semver": "^6.3.1", "tape": "^5.9.0", "typescript": "next" }, "engines": { "node": ">= 0.4" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "publishConfig": { "ignore": [ ".github/workflows" ] }, "testling": { "files": "test/index.js" } } ljharb-async-function-34ecc32/require.mjs000066400000000000000000000001771474433205200205220ustar00rootroot00000000000000import getAsyncFunction from './index.js'; export default getAsyncFunction; export { getAsyncFunction as 'module.exports' }; ljharb-async-function-34ecc32/test/000077500000000000000000000000001474433205200173055ustar00rootroot00000000000000ljharb-async-function-34ecc32/test/index.js000066400000000000000000000020531474433205200207520ustar00rootroot00000000000000'use strict'; var test = require('tape'); var getProto = require('get-proto'); var semver = require('semver'); var getAsyncFunction = require('../'); test('getAsyncFunction', function (t) { var result = getAsyncFunction(); /* eslint-env browser */ if (typeof window === 'undefined' && typeof process !== 'undefined') { t.equal( !!result, semver.satisfies(process.version, '>= 7.6'), 'result is present or absent as expected for node ' + process.version ); } t.test('exists', { skip: !result }, function (st) { if (result && getProto) { // TS can't infer `skip`, or that getProto definitely exists if AsyncFunction exists st.equal(typeof result, 'function', 'is a function'); st.equal(getProto(result), Function, 'extends Function'); return result('a', 'return a')(42).then(function (a) { st.equal(a, 42, 'returns an async function'); }); } return st.fail('should never get here'); }); t.test('does not exist', { skip: !!result }, function (st) { st.equal(result, false, 'is false'); st.end(); }); t.end(); }); ljharb-async-function-34ecc32/tsconfig.json000066400000000000000000000001641474433205200210360ustar00rootroot00000000000000{ "extends": "@ljharb/tsconfig", "compilerOptions": { "target": "es2021", }, "exclude": [ "coverage", ], }