Skip to content

Commit

Permalink
feat: v2.0.0 release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Code built on v1.x will not run on this version that 
have been totally reworked
  • Loading branch information
liqueurdetoile committed Apr 15, 2019
1 parent 83a2777 commit d47f7af
Show file tree
Hide file tree
Showing 17 changed files with 12,561 additions and 12,561 deletions.
562 changes: 281 additions & 281 deletions docs/ast/source/Preset.js.json

Large diffs are not rendered by default.

7,672 changes: 3,836 additions & 3,836 deletions docs/ast/source/Server.js.json

Large diffs are not rendered by default.

406 changes: 203 additions & 203 deletions docs/ast/source/helpers/FMFException.js.json

Large diffs are not rendered by default.

576 changes: 288 additions & 288 deletions docs/ast/source/helpers/FMFRequest.js.json

Large diffs are not rendered by default.

3,208 changes: 1,604 additions & 1,604 deletions docs/ast/source/helpers/RequestMatcher.js.json

Large diffs are not rendered by default.

4,112 changes: 2,056 additions & 2,056 deletions docs/ast/source/helpers/ResponseConfigurator.js.json

Large diffs are not rendered by default.

2,210 changes: 1,105 additions & 1,105 deletions docs/ast/source/helpers/ServerHistory.js.json

Large diffs are not rendered by default.

288 changes: 144 additions & 144 deletions docs/ast/source/index.js.json

Large diffs are not rendered by default.

1,380 changes: 690 additions & 690 deletions docs/ast/source/presets.js.json

Large diffs are not rendered by default.

1,524 changes: 762 additions & 762 deletions docs/ast/source/processors/BaseProcessor.js.json

Large diffs are not rendered by default.

2,104 changes: 1,052 additions & 1,052 deletions docs/ast/source/processors/BodyProcessor.js.json

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions docs/ast/source/processors/BooleanProcessor.js.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "File",
"start": 0,
"end": 111,
"end": 116,
"loc": {
"start": {
"line": 1,
Expand All @@ -15,7 +15,7 @@
"program": {
"type": "Program",
"start": 0,
"end": 111,
"end": 116,
"loc": {
"start": {
"line": 1,
Expand Down Expand Up @@ -99,8 +99,8 @@
},
{
"type": "ExportDefaultDeclaration",
"start": 46,
"end": 110,
"start": 48,
"end": 114,
"loc": {
"start": {
"line": 3,
Expand All @@ -113,8 +113,8 @@
},
"declaration": {
"type": "ClassDeclaration",
"start": 61,
"end": 110,
"start": 63,
"end": 114,
"loc": {
"start": {
"line": 3,
Expand All @@ -127,8 +127,8 @@
},
"id": {
"type": "Identifier",
"start": 67,
"end": 83,
"start": 69,
"end": 85,
"loc": {
"start": {
"line": 3,
Expand All @@ -144,8 +144,8 @@
},
"superClass": {
"type": "Identifier",
"start": 92,
"end": 105,
"start": 94,
"end": 107,
"loc": {
"start": {
"line": 3,
Expand All @@ -161,8 +161,8 @@
},
"body": {
"type": "ClassBody",
"start": 106,
"end": 110,
"start": 108,
"end": 114,
"loc": {
"start": {
"line": 3,
Expand Down Expand Up @@ -332,8 +332,8 @@
"updateContext": null
},
"value": "export",
"start": 46,
"end": 52,
"start": 48,
"end": 54,
"loc": {
"start": {
"line": 3,
Expand All @@ -360,8 +360,8 @@
"updateContext": null
},
"value": "default",
"start": 53,
"end": 60,
"start": 55,
"end": 62,
"loc": {
"start": {
"line": 3,
Expand All @@ -388,8 +388,8 @@
"updateContext": null
},
"value": "class",
"start": 61,
"end": 66,
"start": 63,
"end": 68,
"loc": {
"start": {
"line": 3,
Expand All @@ -414,8 +414,8 @@
"binop": null
},
"value": "BooleanProcessor",
"start": 67,
"end": 83,
"start": 69,
"end": 85,
"loc": {
"start": {
"line": 3,
Expand All @@ -442,8 +442,8 @@
"updateContext": null
},
"value": "extends",
"start": 84,
"end": 91,
"start": 86,
"end": 93,
"loc": {
"start": {
"line": 3,
Expand All @@ -468,8 +468,8 @@
"binop": null
},
"value": "BaseProcessor",
"start": 92,
"end": 105,
"start": 94,
"end": 107,
"loc": {
"start": {
"line": 3,
Expand All @@ -493,8 +493,8 @@
"postfix": false,
"binop": null
},
"start": 106,
"end": 107,
"start": 108,
"end": 109,
"loc": {
"start": {
"line": 3,
Expand All @@ -518,8 +518,8 @@
"postfix": false,
"binop": null
},
"start": 109,
"end": 110,
"start": 113,
"end": 114,
"loc": {
"start": {
"line": 5,
Expand All @@ -544,8 +544,8 @@
"binop": null,
"updateContext": null
},
"start": 111,
"end": 111,
"start": 116,
"end": 116,
"loc": {
"start": {
"line": 6,
Expand Down
Loading

0 comments on commit d47f7af

Please sign in to comment.