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
@@ -107,7 +107,7 @@
{
"documentation" : "Some comment on fn.",
"implemented" : true,
"isConstructor" : false,
"kind" : "function",
"modifiers" :
[
null