Merge pull request #444 from folknor/fix-442 Transpilers like swc must be able to transform async functions
Recent Commits to autoComplete.js:master
-
Merge pull request #444 from folknor/fix-442
-
Transpilers like swc must be able to transform async functions into n…
Transpilers like swc must be able to transform async functions into non-async functions, therefore this kind of check can potentially fail in a transpiled environment. Fixes issue 442.