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

Commit

Permalink
release: version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steven.roulleau committed Dec 5, 2018
1 parent 8a2407f commit 131f690
Show file tree
Hide file tree
Showing 80 changed files with 62,444 additions and 80,696 deletions.
227 changes: 158 additions & 69 deletions dist/myscript.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/myscript.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/myscript.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/myscript.min.js.map

Large diffs are not rendered by default.

91,705 changes: 47,977 additions & 43,728 deletions docs/ast/source/Editor.js.json

Large diffs are not rendered by default.

158 changes: 150 additions & 8 deletions docs/ast/source/configuration/DefaultBehaviors.js.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"type": "File",
"start": 0,
"end": 5014,
"end": 5048,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 97,
"line": 99,
"column": 0
}
},
"program": {
"type": "Program",
"start": 0,
"end": 5014,
"end": 5048,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 97,
"line": 99,
"column": 0
}
},
Expand Down Expand Up @@ -6524,6 +6524,40 @@
}
}
]
},
{
"type": "ExportDefaultDeclaration",
"start": 5015,
"end": 5047,
"loc": {
"start": {
"line": 98,
"column": 0
},
"end": {
"line": 98,
"column": 32
}
},
"declaration": {
"type": "Identifier",
"start": 5030,
"end": 5046,
"loc": {
"start": {
"line": 98,
"column": 15
},
"end": {
"line": 98,
"column": 31
},
"identifierName": "defaultBehaviors"
},
"name": "defaultBehaviors",
"leadingComments": [],
"trailingComments": []
}
}
],
"directives": []
Expand Down Expand Up @@ -19613,6 +19647,114 @@
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 5015,
"end": 5021,
"loc": {
"start": {
"line": 98,
"column": 0
},
"end": {
"line": 98,
"column": 6
}
}
},
{
"type": {
"label": "default",
"keyword": "default",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "default",
"start": 5022,
"end": 5029,
"loc": {
"start": {
"line": 98,
"column": 7
},
"end": {
"line": 98,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "defaultBehaviors",
"start": 5030,
"end": 5046,
"loc": {
"start": {
"line": 98,
"column": 15
},
"end": {
"line": 98,
"column": 31
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 5046,
"end": 5047,
"loc": {
"start": {
"line": 98,
"column": 31
},
"end": {
"line": 98,
"column": 32
}
}
},
{
"type": {
"label": "eof",
Expand All @@ -19626,15 +19768,15 @@
"binop": null,
"updateContext": null
},
"start": 5014,
"end": 5014,
"start": 5048,
"end": 5048,
"loc": {
"start": {
"line": 97,
"line": 99,
"column": 0
},
"end": {
"line": 97,
"line": 99,
"column": 0
}
}
Expand Down
Loading

0 comments on commit 131f690

Please sign in to comment.