issues Search Results · repo:inspect-js/is-async-function language:JavaScript
Filter by
8 results
(67 ms)8 results
ininspect-js/is-async-function (press backspace or delete to remove)Hello @ljharb! First, thanks for all the hard work on your libraries.
Our NextJS builds are failing with the following error since our last dependencies upgrade:
Dynamic Code Evaluation (e. g. eval ...
LilaRest
- 5
- Opened on Jan 22
- #31
isAsyncFunction will return true for both (class { async () {} }).prototype.async and { async () {} }.async. The cause
is that keywords are allowed to be used as function/getter/setter names in classes ...
Melab
- 2
- Opened on Jun 11, 2022
- #30
First, we could support the new async function fn() {}.
And second: better arguments parser, because currently it returns false if you have function like function someFn(a,
opts = { foo: 1 }, callback) ...
prs welcome
question / discussion
todo / implement
tunnckoCore
- 7
- Opened on Jan 15, 2020
- #18
arr-includes now exports as default, which breaks this package on new installs.
bdentino
- 2
- Opened on Jan 15, 2020
- #17
for https://github.com/tunnckoCore/is-async-function/commit/2d251269aa4d6318a538d46337f9778b376be39a
tunnckoCore
- Opened on Oct 27, 2016
- #14
https://github.com/tunnckoCore/is-async-function/blob/master/index.js#L59
makes totally different meaning
tunnckoCore
- Opened on Oct 27, 2016
- #13
tunnckoCore
- Opened on Jun 5, 2015
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.