Skip to content

Commit

Permalink
fix: allow V8IntrinsicIdentifier to be callee
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 3, 2019
1 parent d4185f6 commit 67d6c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-types/src/definitions/core.js
Expand Up @@ -132,7 +132,7 @@ defineType("CallExpression", {
aliases: ["Expression"],
fields: {
callee: {
validate: assertNodeType("Expression"),
validate: assertNodeType("Expression", "V8IntrinsicIdentifier"),
},
arguments: {
validate: chain(
Expand Down

0 comments on commit 67d6c2a

Please sign in to comment.