Skip to content

Commit

Permalink
fix: incorrect type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 21, 2019
1 parent a0dcb31 commit 3333b03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/babel-types/src/definitions/misc.js
Expand Up @@ -27,6 +27,8 @@ defineType("Placeholder", {
defineType("V8IntrinsicIdentifier", {
builder: ["name"],
fields: {
name: assertValueType("string"),
name: {
validate: assertValueType("string"),
},
},
});

0 comments on commit 3333b03

Please sign in to comment.