Skip to content

Commit

Permalink
refactor: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Jan 1, 2025
1 parent 9034697 commit aaff519
Show file tree
Hide file tree
Showing 19 changed files with 1,874 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,49 +6,217 @@ Object {
Object {
"children": Array [
Object {
"position": Object {
"end": Object {
"column": 15,
"line": 2,
"offset": 16,
},
"start": Object {
"column": 8,
"line": 2,
"offset": 9,
},
},
"type": "String",
"value": "5.5.7",
},
],
"key": "v",
"key": Object {
"position": Object {
"end": Object {
"column": 6,
"line": 2,
"offset": 7,
},
"start": Object {
"column": 3,
"line": 2,
"offset": 4,
},
},
"type": "Key",
"value": "v",
},
"position": Object {
"end": Object {
"column": 15,
"line": 2,
"offset": 16,
},
"start": Object {
"column": 3,
"line": 2,
"offset": 4,
},
},
"title": "version",
"type": "Attribute",
},
Object {
"children": Array [
Object {
"position": Object {
"end": Object {
"column": 10,
"line": 3,
"offset": 27,
},
"start": Object {
"column": 9,
"line": 3,
"offset": 26,
},
},
"type": "Number",
"value": 0,
},
],
"key": "ip",
"key": Object {
"position": Object {
"end": Object {
"column": 7,
"line": 3,
"offset": 24,
},
"start": Object {
"column": 3,
"line": 3,
"offset": 20,
},
},
"type": "Key",
"value": "ip",
},
"position": Object {
"end": Object {
"column": 10,
"line": 3,
"offset": 27,
},
"start": Object {
"column": 3,
"line": 3,
"offset": 20,
},
},
"title": "in-point",
"type": "Attribute",
},
Object {
"children": Array [
Object {
"position": Object {
"end": Object {
"column": 13,
"line": 4,
"offset": 41,
},
"start": Object {
"column": 8,
"line": 4,
"offset": 36,
},
},
"type": "Boolean",
"value": false,
},
],
"key": "c",
"key": Object {
"position": Object {
"end": Object {
"column": 6,
"line": 4,
"offset": 34,
},
"start": Object {
"column": 3,
"line": 4,
"offset": 31,
},
},
"type": "Key",
"value": "c",
},
"position": Object {
"end": Object {
"column": 13,
"line": 4,
"offset": 41,
},
"start": Object {
"column": 3,
"line": 4,
"offset": 31,
},
},
"title": "custom",
"type": "Attribute",
},
Object {
"children": Array [
Object {
"position": Object {
"end": Object {
"column": 16,
"line": 5,
"offset": 58,
},
"start": Object {
"column": 12,
"line": 5,
"offset": 54,
},
},
"type": "Null",
"value": null,
},
],
"key": "empty",
"key": Object {
"position": Object {
"end": Object {
"column": 10,
"line": 5,
"offset": 52,
},
"start": Object {
"column": 3,
"line": 5,
"offset": 45,
},
},
"type": "Key",
"value": "empty",
},
"position": Object {
"end": Object {
"column": 16,
"line": 5,
"offset": 58,
},
"start": Object {
"column": 3,
"line": 5,
"offset": 45,
},
},
"title": "custom",
"type": "Attribute",
},
],
"hasExpressions": false,
"position": Object {
"end": Object {
"column": 2,
"line": 6,
"offset": 60,
},
"start": Object {
"column": 1,
"line": 1,
"offset": 0,
},
},
"title": "animation",
"type": "Root",
}
Expand Down
Loading

0 comments on commit aaff519

Please sign in to comment.