KCL: Skip serializing default values for AST nodes (#4193)
This will make our snapshots and JSON representations easier to read (making our tests less verbose).
This commit is contained in:
@ -82652,7 +82652,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start"
|
||||
],
|
||||
"properties": {
|
||||
@ -83209,7 +83208,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start",
|
||||
"type"
|
||||
],
|
||||
@ -86410,7 +86408,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start"
|
||||
],
|
||||
"properties": {
|
||||
@ -86967,7 +86964,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start",
|
||||
"type"
|
||||
],
|
||||
@ -90172,7 +90168,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start"
|
||||
],
|
||||
"properties": {
|
||||
@ -90729,7 +90724,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start",
|
||||
"type"
|
||||
],
|
||||
@ -114786,7 +114780,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start"
|
||||
],
|
||||
"properties": {
|
||||
@ -115343,7 +115336,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start",
|
||||
"type"
|
||||
],
|
||||
@ -118937,7 +118929,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start"
|
||||
],
|
||||
"properties": {
|
||||
@ -119494,7 +119485,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start",
|
||||
"type"
|
||||
],
|
||||
@ -122695,7 +122685,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start"
|
||||
],
|
||||
"properties": {
|
||||
@ -123252,7 +123241,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start",
|
||||
"type"
|
||||
],
|
||||
@ -126451,7 +126439,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start"
|
||||
],
|
||||
"properties": {
|
||||
@ -127008,7 +126995,6 @@
|
||||
"required": [
|
||||
"body",
|
||||
"end",
|
||||
"nonCodeMeta",
|
||||
"start",
|
||||
"type"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user