Replace `isConstructor field in the JSON AST by a kind` field.

This commit is contained in:
Daniel Kirchner
2018-09-11 14:47:25 +02:00
parent 7d5c139816
commit 395ab9a872
22 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
"documentation" : null,
"id" : 7,
"implemented" : true,
"isConstructor" : false,
"kind" : "function",
"modifiers" : [],
"name" : "f",
"nodeType" : "FunctionDefinition",