Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 131f690

Browse files
author
steven.roulleau
committed
release: version 4.3.0
1 parent 8a2407f commit 131f690

File tree

80 files changed

+62444
-80696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+62444
-80696
lines changed

dist/myscript.esm.js

Lines changed: 158 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/myscript.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/myscript.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/myscript.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/ast/source/Editor.js.json

Lines changed: 47977 additions & 43728 deletions
Large diffs are not rendered by default.

docs/ast/source/configuration/DefaultBehaviors.js.json

Lines changed: 150 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"type": "File",
33
"start": 0,
4-
"end": 5014,
4+
"end": 5048,
55
"loc": {
66
"start": {
77
"line": 1,
88
"column": 0
99
},
1010
"end": {
11-
"line": 97,
11+
"line": 99,
1212
"column": 0
1313
}
1414
},
1515
"program": {
1616
"type": "Program",
1717
"start": 0,
18-
"end": 5014,
18+
"end": 5048,
1919
"loc": {
2020
"start": {
2121
"line": 1,
2222
"column": 0
2323
},
2424
"end": {
25-
"line": 97,
25+
"line": 99,
2626
"column": 0
2727
}
2828
},
@@ -6524,6 +6524,40 @@
65246524
}
65256525
}
65266526
]
6527+
},
6528+
{
6529+
"type": "ExportDefaultDeclaration",
6530+
"start": 5015,
6531+
"end": 5047,
6532+
"loc": {
6533+
"start": {
6534+
"line": 98,
6535+
"column": 0
6536+
},
6537+
"end": {
6538+
"line": 98,
6539+
"column": 32
6540+
}
6541+
},
6542+
"declaration": {
6543+
"type": "Identifier",
6544+
"start": 5030,
6545+
"end": 5046,
6546+
"loc": {
6547+
"start": {
6548+
"line": 98,
6549+
"column": 15
6550+
},
6551+
"end": {
6552+
"line": 98,
6553+
"column": 31
6554+
},
6555+
"identifierName": "defaultBehaviors"
6556+
},
6557+
"name": "defaultBehaviors",
6558+
"leadingComments": [],
6559+
"trailingComments": []
6560+
}
65276561
}
65286562
],
65296563
"directives": []
@@ -19613,6 +19647,114 @@
1961319647
}
1961419648
}
1961519649
},
19650+
{
19651+
"type": {
19652+
"label": "export",
19653+
"keyword": "export",
19654+
"beforeExpr": false,
19655+
"startsExpr": false,
19656+
"rightAssociative": false,
19657+
"isLoop": false,
19658+
"isAssign": false,
19659+
"prefix": false,
19660+
"postfix": false,
19661+
"binop": null,
19662+
"updateContext": null
19663+
},
19664+
"value": "export",
19665+
"start": 5015,
19666+
"end": 5021,
19667+
"loc": {
19668+
"start": {
19669+
"line": 98,
19670+
"column": 0
19671+
},
19672+
"end": {
19673+
"line": 98,
19674+
"column": 6
19675+
}
19676+
}
19677+
},
19678+
{
19679+
"type": {
19680+
"label": "default",
19681+
"keyword": "default",
19682+
"beforeExpr": true,
19683+
"startsExpr": false,
19684+
"rightAssociative": false,
19685+
"isLoop": false,
19686+
"isAssign": false,
19687+
"prefix": false,
19688+
"postfix": false,
19689+
"binop": null,
19690+
"updateContext": null
19691+
},
19692+
"value": "default",
19693+
"start": 5022,
19694+
"end": 5029,
19695+
"loc": {
19696+
"start": {
19697+
"line": 98,
19698+
"column": 7
19699+
},
19700+
"end": {
19701+
"line": 98,
19702+
"column": 14
19703+
}
19704+
}
19705+
},
19706+
{
19707+
"type": {
19708+
"label": "name",
19709+
"beforeExpr": false,
19710+
"startsExpr": true,
19711+
"rightAssociative": false,
19712+
"isLoop": false,
19713+
"isAssign": false,
19714+
"prefix": false,
19715+
"postfix": false,
19716+
"binop": null
19717+
},
19718+
"value": "defaultBehaviors",
19719+
"start": 5030,
19720+
"end": 5046,
19721+
"loc": {
19722+
"start": {
19723+
"line": 98,
19724+
"column": 15
19725+
},
19726+
"end": {
19727+
"line": 98,
19728+
"column": 31
19729+
}
19730+
}
19731+
},
19732+
{
19733+
"type": {
19734+
"label": ";",
19735+
"beforeExpr": true,
19736+
"startsExpr": false,
19737+
"rightAssociative": false,
19738+
"isLoop": false,
19739+
"isAssign": false,
19740+
"prefix": false,
19741+
"postfix": false,
19742+
"binop": null,
19743+
"updateContext": null
19744+
},
19745+
"start": 5046,
19746+
"end": 5047,
19747+
"loc": {
19748+
"start": {
19749+
"line": 98,
19750+
"column": 31
19751+
},
19752+
"end": {
19753+
"line": 98,
19754+
"column": 32
19755+
}
19756+
}
19757+
},
1961619758
{
1961719759
"type": {
1961819760
"label": "eof",
@@ -19626,15 +19768,15 @@
1962619768
"binop": null,
1962719769
"updateContext": null
1962819770
},
19629-
"start": 5014,
19630-
"end": 5014,
19771+
"start": 5048,
19772+
"end": 5048,
1963119773
"loc": {
1963219774
"start": {
19633-
"line": 97,
19775+
"line": 99,
1963419776
"column": 0
1963519777
},
1963619778
"end": {
19637-
"line": 97,
19779+
"line": 99,
1963819780
"column": 0
1963919781
}
1964019782
}

0 commit comments

Comments
 (0)