Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test for function with typeof not instanceof #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

RamIdeas
Copy link

@RamIdeas RamIdeas commented Nov 6, 2020

Allows environments (e.g. jest) to override the global Function constructor

Checking via instanceof resolved to false, which caused the Path#source property to be set incorrectly where partialTest would return {} rather than null when it wasn't meant to match

EDIT: actually, not sure if it is jest which is wrapping Function or the environment I am running my code in (Cloudflare Workers) which doesn't allow eval/new Function

allows environments (e.g. jest) to override the global Function constructor
using `constructor.name` rather than `instanceof`
rather than `instanceof RegExp`
@kcirtaptrick
Copy link

This change would be great, currently preventing this package from use in next.js middleware since it disallows references to Function. This is probably also true for all edge functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants