From 300b73f60dde87b8780341d1ac6d2d6ab5aeb69e Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Thu, 29 Oct 2020 20:51:12 +0100 Subject: [PATCH] feat(instrumenter): update to babel 7.12 (#2592) See https://babeljs.io/blog/2020/10/15/7.12.0.html --- packages/instrumenter/package.json | 16 +- .../test/integration/parsers.it.spec.js.snap | 2048 ++++++++ .../integration/transformers.it.spec.js.snap | 4277 +++++++++++++++++ .../test/unit/parsers/html-parser.spec.ts | 3 +- 4 files changed, 6335 insertions(+), 9 deletions(-) diff --git a/packages/instrumenter/package.json b/packages/instrumenter/package.json index 2e22cc8a1b..a75dc42263 100644 --- a/packages/instrumenter/package.json +++ b/packages/instrumenter/package.json @@ -30,20 +30,20 @@ }, "homepage": "https://stryker-mutator.io", "dependencies": { - "@babel/core": "~7.11.4", - "@babel/generator": "~7.11.4", - "@babel/parser": "~7.11.4", - "@babel/plugin-proposal-decorators": "~7.10.5", - "@babel/preset-typescript": "~7.10.4", + "@babel/core": "~7.12.3", + "@babel/generator": "~7.12.1", + "@babel/parser": "~7.12.3", + "@babel/plugin-proposal-decorators": "~7.12.1 ", + "@babel/preset-typescript": "~7.12.1 ", "@stryker-mutator/api": "4.0.0", "@stryker-mutator/util": "4.0.0", "angular-html-parser": "~1.7.0" }, "devDependencies": { - "@babel/preset-react": "~7.10.4", + "@babel/preset-react": "~7.12.1", "@stryker-mutator/test-helpers": "4.0.0", - "@types/babel__core": "~7.1.9", - "@types/babel__generator": "~7.6.1", + "@types/babel__core": "~7.1.10", + "@types/babel__generator": "~7.6.2", "@types/babel__parser": "~7.1.1", "@types/chai-jest-snapshot": "~1.3.5", "babel-plugin-transform-decorators-legacy": "~1.3.5", diff --git a/packages/instrumenter/test/integration/parsers.it.spec.js.snap b/packages/instrumenter/test/integration/parsers.it.spec.js.snap index b2fef3651a..4867b16a9a 100644 --- a/packages/instrumenter/test/integration/parsers.it.spec.js.snap +++ b/packages/instrumenter/test/integration/parsers.it.spec.js.snap @@ -6847,11 +6847,16 @@ Object { "comments": Array [], "end": 13, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -6863,27 +6868,39 @@ Object { "body": Node { "body": Array [], "end": 12, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 1, }, }, + "range": undefined, "start": 10, + "trailingComments": undefined, "type": "ClassBody", }, "end": 12, + "extra": undefined, "id": Node { "end": 9, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 1, }, + "filename": undefined, "identifierName": "App", "start": Position { "column": 6, @@ -6891,42 +6908,59 @@ Object { }, }, "name": "App", + "range": undefined, "start": 6, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "start": 0, "superClass": null, + "trailingComments": undefined, "type": "ClassDeclaration", }, ], "directives": Array [], "end": 13, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "File", }, } @@ -7097,11 +7131,16 @@ export default { "comments": Array [], "end": 490, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 8, @@ -7111,44 +7150,61 @@ export default { "body": Array [ Node { "end": 232, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 44, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 9, }, }, + "range": undefined, "source": Node { "end": 232, "extra": Object { "raw": "'./Pokemon.vue'", "rawValue": "./Pokemon.vue", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 44, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 9, }, }, + "range": undefined, "start": 217, + "trailingComments": undefined, "type": "StringLiteral", "value": "./Pokemon.vue", }, "specifiers": Array [ Node { "end": 211, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 7, "line": 16, @@ -7156,11 +7212,15 @@ export default { }, "local": Node { "end": 211, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 16, }, + "filename": undefined, "identifierName": "PokemonComponent", "start": Position { "column": 7, @@ -7168,58 +7228,80 @@ export default { }, }, "name": "PokemonComponent", + "range": undefined, "start": 195, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 195, + "trailingComments": undefined, "type": "ImportDefaultSpecifier", }, ], "start": 188, + "trailingComments": undefined, "type": "ImportDeclaration", }, Node { "end": 284, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 51, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 10, }, }, + "range": undefined, "source": Node { "end": 283, "extra": Object { "raw": "'./pokemon.service'", "rawValue": "./pokemon.service", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 50, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 31, "line": 10, }, }, + "range": undefined, "start": 264, + "trailingComments": undefined, "type": "StringLiteral", "value": "./pokemon.service", }, "specifiers": Array [ Node { "end": 256, + "extra": undefined, "imported": Node { "end": 256, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 24, }, + "filename": undefined, "identifierName": "pokemonService", "start": Position { "column": 9, @@ -7227,14 +7309,20 @@ export default { }, }, "name": "pokemonService", + "range": undefined, "start": 242, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 24, @@ -7242,11 +7330,15 @@ export default { }, "local": Node { "end": 256, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 24, }, + "filename": undefined, "identifierName": "pokemonService", "start": Position { "column": 9, @@ -7254,24 +7346,34 @@ export default { }, }, "name": "pokemonService", + "range": undefined, "start": 242, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 242, + "trailingComments": undefined, "type": "ImportSpecifier", }, ], "start": 233, + "trailingComments": undefined, "type": "ImportDeclaration", }, Node { "declaration": Node { "end": 489, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 15, "line": 12, @@ -7281,13 +7383,19 @@ export default { Node { "computed": false, "end": 343, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 315, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 13, }, + "filename": undefined, "identifierName": "components", "start": Position { "column": 2, @@ -7295,30 +7403,42 @@ export default { }, }, "name": "components", + "range": undefined, "start": 305, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 20, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 305, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 343, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 13, @@ -7331,13 +7451,18 @@ export default { "extra": Object { "shorthand": true, }, + "innerComments": undefined, "key": Node { "end": 339, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 28, }, + "filename": undefined, "identifierName": "PokemonComponent", "start": Position { "column": 4, @@ -7345,30 +7470,41 @@ export default { }, }, "name": "PokemonComponent", + "range": undefined, "start": 323, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 28, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 28, }, }, "method": false, + "range": undefined, "shorthand": true, "start": 323, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 339, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 28, }, + "filename": undefined, "identifierName": "PokemonComponent", "start": Position { "column": 4, @@ -7376,12 +7512,16 @@ export default { }, }, "name": "PokemonComponent", + "range": undefined, "start": 323, + "trailingComments": undefined, "type": "Identifier", }, }, ], + "range": undefined, "start": 317, + "trailingComments": undefined, "type": "ObjectExpression", }, }, @@ -7392,11 +7532,16 @@ export default { Node { "argument": Node { "end": 392, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 17, @@ -7406,13 +7551,19 @@ export default { Node { "computed": false, "end": 386, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 382, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 18, }, + "filename": undefined, "identifierName": "pokemon", "start": Position { "column": 6, @@ -7420,85 +7571,121 @@ export default { }, }, "name": "pokemon", + "range": undefined, "start": 375, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 375, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "elements": Array [], "end": 386, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 15, "line": 18, }, }, + "range": undefined, "start": 384, + "trailingComments": undefined, "type": "ArrayExpression", }, }, ], + "range": undefined, "start": 367, + "trailingComments": undefined, "type": "ObjectExpression", }, "end": 392, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 17, }, }, + "range": undefined, "start": 360, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 396, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 16, }, }, + "range": undefined, "start": 354, + "trailingComments": undefined, "type": "BlockStatement", }, "computed": false, "end": 396, + "extra": undefined, "generator": false, "id": null, + "innerComments": undefined, "key": Node { "end": 351, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 6, "line": 16, }, + "filename": undefined, "identifierName": "data", "start": Position { "column": 2, @@ -7506,15 +7693,20 @@ export default { }, }, "name": "data", + "range": undefined, "start": 347, + "trailingComments": undefined, "type": "Identifier", }, "kind": "method", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 23, @@ -7522,7 +7714,9 @@ export default { }, "method": true, "params": Array [], + "range": undefined, "start": 347, + "trailingComments": undefined, "type": "ObjectMethod", }, Node { @@ -7541,14 +7735,21 @@ export default { "parenStart": 270, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 470, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 57, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 45, "line": 37, @@ -7556,26 +7757,37 @@ export default { }, "object": Node { "end": 462, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 49, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 45, "line": 37, }, }, + "range": undefined, "start": 458, + "trailingComments": undefined, "type": "ThisExpression", }, "property": Node { "end": 470, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 57, "line": 30, }, + "filename": undefined, "identifierName": "pokemon", "start": Position { "column": 50, @@ -7583,10 +7795,14 @@ export default { }, }, "name": "pokemon", + "range": undefined, "start": 463, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 458, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -7594,19 +7810,26 @@ export default { "column": 67, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 45, "line": 37, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 480, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 67, "line": 30, }, + "filename": undefined, "identifierName": "pokemon", "start": Position { "column": 60, @@ -7614,20 +7837,28 @@ export default { }, }, "name": "pokemon", + "range": undefined, "start": 473, + "trailingComments": undefined, "type": "Identifier", }, "start": 458, + "trailingComments": undefined, "type": "AssignmentExpression", }, "end": 481, + "extra": undefined, "generator": false, "id": null, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 68, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 33, "line": 30, @@ -7636,11 +7867,15 @@ export default { "params": Array [ Node { "end": 453, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 40, "line": 23, }, + "filename": undefined, "identifierName": "pokemon", "start": Position { "column": 33, @@ -7648,22 +7883,31 @@ export default { }, }, "name": "pokemon", + "range": undefined, "start": 446, + "trailingComments": undefined, "type": "Identifier", }, ], + "range": undefined, "start": 446, + "trailingComments": undefined, "type": "ArrowFunctionExpression", }, ], "callee": Node { "computed": false, "end": 445, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 32, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 58, @@ -7674,11 +7918,16 @@ export default { "callee": Node { "computed": false, "end": 438, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 58, @@ -7686,11 +7935,15 @@ export default { }, "object": Node { "end": 431, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 23, }, + "filename": undefined, "identifierName": "pokemonService", "start": Position { "column": 4, @@ -7698,16 +7951,22 @@ export default { }, }, "name": "pokemonService", + "range": undefined, "start": 417, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 438, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 30, }, + "filename": undefined, "identifierName": "getAll", "start": Position { "column": 19, @@ -7715,33 +7974,48 @@ export default { }, }, "name": "getAll", + "range": undefined, "start": 432, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 417, + "trailingComments": undefined, "type": "MemberExpression", }, "end": 440, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 27, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 58, }, }, + "range": undefined, "start": 417, + "trailingComments": undefined, "type": "CallExpression", }, "property": Node { "end": 445, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 32, "line": 30, }, + "filename": undefined, "identifierName": "then", "start": Position { "column": 28, @@ -7749,66 +8023,97 @@ export default { }, }, "name": "then", + "range": undefined, "start": 441, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 417, + "trailingComments": undefined, "type": "MemberExpression", }, "end": 482, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 69, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 58, }, }, + "range": undefined, "start": 417, + "trailingComments": undefined, "type": "CallExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 58, }, }, + "range": undefined, "start": 417, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 487, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 31, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 22, }, }, + "range": undefined, "start": 411, + "trailingComments": undefined, "type": "BlockStatement", }, "computed": false, "end": 487, + "extra": undefined, "generator": false, "id": null, + "innerComments": undefined, "key": Node { "end": 408, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 22, }, + "filename": undefined, "identifierName": "created", "start": Position { "column": 2, @@ -7816,15 +8121,20 @@ export default { }, }, "name": "created", + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "Identifier", }, "kind": "method", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 31, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, @@ -7832,46 +8142,66 @@ export default { }, "method": true, "params": Array [], + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "ObjectMethod", }, ], + "range": undefined, "start": 301, + "trailingComments": undefined, "type": "ObjectExpression", }, "end": 489, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 12, }, }, + "range": undefined, "start": 286, + "trailingComments": undefined, "type": "ExportDefaultDeclaration", }, ], "directives": Array [], "end": 490, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 8, }, }, + "range": undefined, "sourceType": "module", "start": 187, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 187, + "trailingComments": undefined, "type": "File", }, }, @@ -7899,11 +8229,16 @@ export class AppComponent { "comments": Array [], "end": 216, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -7913,12 +8248,17 @@ export class AppComponent { "body": Array [ Node { "end": 42, + "extra": undefined, "importKind": "value", + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -7934,11 +8274,15 @@ export class AppComponent { "raw": "'@angular/core'", "rawValue": "@angular/core", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 41, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 26, "line": 1, @@ -7949,19 +8293,25 @@ export class AppComponent { 41, ], "start": 26, + "trailingComments": undefined, "type": "StringLiteral", "value": "@angular/core", }, "specifiers": Array [ Node { "end": 18, + "extra": undefined, "imported": Node { "end": 18, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, "identifierName": "Component", "start": Position { "column": 9, @@ -7974,13 +8324,18 @@ export class AppComponent { 18, ], "start": 9, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 1, @@ -7988,11 +8343,15 @@ export class AppComponent { }, "local": Node { "end": 18, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, "identifierName": "Component", "start": Position { "column": 9, @@ -8005,6 +8364,7 @@ export class AppComponent { 18, ], "start": 9, + "trailingComments": undefined, "type": "Identifier", }, "range": Array [ @@ -8012,10 +8372,12 @@ export class AppComponent { 18, ], "start": 9, + "trailingComments": undefined, "type": "ImportSpecifier", }, ], "start": 0, + "trailingComments": undefined, "type": "ImportDeclaration", }, Node { @@ -8025,13 +8387,19 @@ export class AppComponent { Node { "computed": false, "end": 213, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 196, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 9, }, + "filename": undefined, "identifierName": "title", "start": Position { "column": 2, @@ -8044,13 +8412,17 @@ export class AppComponent { 196, ], "start": 191, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 9, @@ -8062,6 +8434,7 @@ export class AppComponent { ], "start": 191, "static": false, + "trailingComments": undefined, "type": "ClassProperty", "value": Node { "end": 212, @@ -8069,11 +8442,15 @@ export class AppComponent { "raw": "'angular-app'", "rawValue": "angular-app", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 9, @@ -8084,17 +8461,23 @@ export class AppComponent { 212, ], "start": 199, + "trailingComments": undefined, "type": "StringLiteral", "value": "angular-app", }, }, ], "end": 215, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 26, "line": 8, @@ -8105,6 +8488,7 @@ export class AppComponent { 215, ], "start": 187, + "trailingComments": undefined, "type": "ClassBody", }, "decorators": Array [ @@ -8114,11 +8498,16 @@ export class AppComponent { "arguments": Array [ Node { "end": 159, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 7, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 3, @@ -8128,13 +8517,19 @@ export class AppComponent { Node { "computed": false, "end": 79, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 67, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 10, "line": 4, }, + "filename": undefined, "identifierName": "selector", "start": Position { "column": 2, @@ -8147,13 +8542,17 @@ export class AppComponent { 67, ], "start": 59, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 4, @@ -8166,6 +8565,7 @@ export class AppComponent { ], "shorthand": false, "start": 59, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 79, @@ -8173,11 +8573,15 @@ export class AppComponent { "raw": "'app-root'", "rawValue": "app-root", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 4, @@ -8188,6 +8592,7 @@ export class AppComponent { 79, ], "start": 69, + "trailingComments": undefined, "type": "StringLiteral", "value": "app-root", }, @@ -8195,13 +8600,19 @@ export class AppComponent { Node { "computed": false, "end": 118, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 94, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 5, }, + "filename": undefined, "identifierName": "templateUrl", "start": Position { "column": 2, @@ -8214,13 +8625,17 @@ export class AppComponent { 94, ], "start": 83, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 37, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 5, @@ -8233,6 +8648,7 @@ export class AppComponent { ], "shorthand": false, "start": 83, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 118, @@ -8240,11 +8656,15 @@ export class AppComponent { "raw": "'./app.component.html'", "rawValue": "./app.component.html", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 37, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 15, "line": 5, @@ -8255,6 +8675,7 @@ export class AppComponent { 118, ], "start": 96, + "trailingComments": undefined, "type": "StringLiteral", "value": "./app.component.html", }, @@ -8262,13 +8683,19 @@ export class AppComponent { Node { "computed": false, "end": 157, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 131, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 6, }, + "filename": undefined, "identifierName": "styleUrls", "start": Position { "column": 2, @@ -8281,13 +8708,17 @@ export class AppComponent { 131, ], "start": 122, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 37, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 6, @@ -8300,6 +8731,7 @@ export class AppComponent { ], "shorthand": false, "start": 122, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "elements": Array [ @@ -8309,11 +8741,15 @@ export class AppComponent { "raw": "'./app.component.scss'", "rawValue": "./app.component.scss", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 36, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 6, @@ -8324,16 +8760,22 @@ export class AppComponent { 156, ], "start": 134, + "trailingComments": undefined, "type": "StringLiteral", "value": "./app.component.scss", }, ], "end": 157, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 37, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 13, "line": 6, @@ -8344,6 +8786,7 @@ export class AppComponent { 157, ], "start": 133, + "trailingComments": undefined, "type": "ArrayExpression", }, }, @@ -8353,16 +8796,21 @@ export class AppComponent { 159, ], "start": 55, + "trailingComments": undefined, "type": "ObjectExpression", }, ], "callee": Node { "end": 54, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 10, "line": 3, }, + "filename": undefined, "identifierName": "Component", "start": Position { "column": 1, @@ -8375,14 +8823,20 @@ export class AppComponent { 54, ], "start": 45, + "trailingComments": undefined, "type": "Identifier", }, "end": 160, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 2, "line": 7, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 1, "line": 3, @@ -8393,13 +8847,19 @@ export class AppComponent { 160, ], "start": 45, + "trailingComments": undefined, "type": "CallExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 2, "line": 7, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 3, @@ -8410,17 +8870,23 @@ export class AppComponent { 160, ], "start": 44, + "trailingComments": undefined, "type": "Decorator", }, ], "end": 215, + "extra": undefined, "id": Node { "end": 186, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 8, }, + "filename": undefined, "identifierName": "AppComponent", "start": Position { "column": 13, @@ -8433,13 +8899,18 @@ export class AppComponent { 186, ], "start": 174, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 3, @@ -8451,15 +8922,21 @@ export class AppComponent { ], "start": 44, "superClass": null, + "trailingComments": undefined, "type": "ClassDeclaration", }, "end": 215, "exportKind": "value", + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 8, @@ -8472,17 +8949,23 @@ export class AppComponent { "source": null, "specifiers": Array [], "start": 161, + "trailingComments": undefined, "type": "ExportNamedDeclaration", }, ], "directives": Array [], "end": 216, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -8494,6 +8977,7 @@ export class AppComponent { ], "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, "range": Array [ @@ -8501,6 +8985,7 @@ export class AppComponent { 216, ], "start": 0, + "trailingComments": undefined, "type": "File", }, } @@ -8515,11 +9000,16 @@ Object { "comments": Array [], "end": 29, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -8531,14 +9021,22 @@ Object { "end": 29, "expression": Node { "end": 29, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 14, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -8546,11 +9044,15 @@ Object { }, "object": Node { "end": 6, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 6, "line": 1, }, + "filename": undefined, "identifierName": "module", "start": Position { "column": 0, @@ -8558,16 +9060,22 @@ Object { }, }, "name": "module", + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 14, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 1, }, + "filename": undefined, "identifierName": "exports", "start": Position { "column": 7, @@ -8575,10 +9083,14 @@ Object { }, }, "name": "exports", + "range": undefined, "start": 7, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -8586,37 +9098,52 @@ Object { "column": 29, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, "operator": "=", + "range": undefined, "right": Node { "body": Node { "body": Array [], "end": 29, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 27, "line": 1, }, }, + "range": undefined, "start": 27, + "trailingComments": undefined, "type": "ClassBody", }, "end": 29, + "extra": undefined, "id": Node { "end": 26, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, "identifierName": "App", "start": Position { "column": 23, @@ -8624,58 +9151,83 @@ Object { }, }, "name": "App", + "range": undefined, "start": 23, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 1, }, }, + "range": undefined, "start": 17, "superClass": null, + "trailingComments": undefined, "type": "ClassExpression", }, "start": 0, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 29, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "File", }, } @@ -8690,11 +9242,16 @@ Object { "comments": Array [], "end": 19, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -8707,27 +9264,39 @@ Object { "body": Node { "body": Array [], "end": 19, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 1, }, }, + "range": undefined, "start": 17, + "trailingComments": undefined, "type": "ClassBody", }, "end": 19, + "extra": undefined, "id": Node { "end": 16, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 1, }, + "filename": undefined, "identifierName": "App", "start": Position { "column": 13, @@ -8735,58 +9304,82 @@ Object { }, }, "name": "App", + "range": undefined, "start": 13, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 7, "line": 1, }, }, + "range": undefined, "start": 7, "superClass": null, + "trailingComments": undefined, "type": "ClassDeclaration", }, "end": 19, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "source": null, "specifiers": Array [], "start": 0, + "trailingComments": undefined, "type": "ExportNamedDeclaration", }, ], "directives": Array [], "end": 19, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "File", }, } @@ -8833,11 +9426,16 @@ export default Badge; "comments": Array [], "end": 507, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 33, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -8847,44 +9445,61 @@ export default Badge; "body": Array [ Node { "end": 26, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "source": Node { "end": 25, "extra": Object { "raw": "'react'", "rawValue": "react", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 18, "line": 1, }, }, + "range": undefined, "start": 18, + "trailingComments": undefined, "type": "StringLiteral", "value": "react", }, "specifiers": Array [ Node { "end": 12, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 7, "line": 1, @@ -8892,11 +9507,15 @@ export default Badge; }, "local": Node { "end": 12, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 1, }, + "filename": undefined, "identifierName": "React", "start": Position { "column": 7, @@ -8904,56 +9523,78 @@ export default Badge; }, }, "name": "React", + "range": undefined, "start": 7, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 7, + "trailingComments": undefined, "type": "ImportDefaultSpecifier", }, ], "start": 0, + "trailingComments": undefined, "type": "ImportDeclaration", }, Node { "end": 62, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 2, }, }, + "range": undefined, "source": Node { "end": 61, "extra": Object { "raw": "'prop-types'", "rawValue": "prop-types", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 2, }, }, + "range": undefined, "start": 49, + "trailingComments": undefined, "type": "StringLiteral", "value": "prop-types", }, "specifiers": Array [ Node { "end": 43, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 7, "line": 2, @@ -8961,11 +9602,15 @@ export default Badge; }, "local": Node { "end": 43, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 2, }, + "filename": undefined, "identifierName": "PropTypes", "start": Position { "column": 7, @@ -8973,27 +9618,37 @@ export default Badge; }, }, "name": "PropTypes", + "range": undefined, "start": 34, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 34, + "trailingComments": undefined, "type": "ImportDefaultSpecifier", }, ], "start": 27, + "trailingComments": undefined, "type": "ImportDeclaration", }, Node { "declarations": Array [ Node { "end": 111, + "extra": undefined, "id": Node { "end": 79, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 4, }, + "filename": undefined, "identifierName": "propTypes", "start": Position { "column": 6, @@ -9001,16 +9656,23 @@ export default Badge; }, }, "name": "propTypes", + "range": undefined, "start": 70, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 111, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 18, "line": 4, @@ -9020,13 +9682,19 @@ export default Badge; Node { "computed": false, "end": 109, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 91, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 5, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 2, @@ -9034,31 +9702,43 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 86, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 5, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 86, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "computed": false, "end": 109, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 5, @@ -9066,11 +9746,15 @@ export default Badge; }, "object": Node { "end": 102, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 5, }, + "filename": undefined, "identifierName": "PropTypes", "start": Position { "column": 9, @@ -9078,16 +9762,22 @@ export default Badge; }, }, "name": "PropTypes", + "range": undefined, "start": 93, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 109, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 5, }, + "filename": undefined, "identifierName": "string", "start": Position { "column": 19, @@ -9095,57 +9785,81 @@ export default Badge; }, }, "name": "string", + "range": undefined, "start": 103, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 93, + "trailingComments": undefined, "type": "MemberExpression", }, }, ], + "range": undefined, "start": 82, + "trailingComments": undefined, "type": "ObjectExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, + "range": undefined, "start": 70, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 112, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 2, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 4, }, }, + "range": undefined, "start": 64, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 160, + "extra": undefined, "id": Node { "end": 132, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 8, }, + "filename": undefined, "identifierName": "defaultProps", "start": Position { "column": 6, @@ -9153,7 +9867,9 @@ export default Badge; }, }, "name": "defaultProps", + "range": undefined, "start": 120, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -9161,11 +9877,15 @@ export default Badge; "extra": Object { "trailingComma": 157, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 21, "line": 8, @@ -9175,13 +9895,19 @@ export default Badge; Node { "computed": false, "end": 157, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 144, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 9, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 2, @@ -9189,22 +9915,29 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 139, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 9, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 139, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 157, @@ -9212,65 +9945,91 @@ export default Badge; "raw": "'secondary'", "rawValue": "secondary", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 9, }, }, + "range": undefined, "start": 146, + "trailingComments": undefined, "type": "StringLiteral", "value": "secondary", }, }, ], + "range": undefined, "start": 135, + "trailingComments": undefined, "type": "ObjectExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 8, }, }, + "range": undefined, "start": 120, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 161, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 2, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 8, }, }, + "range": undefined, "start": 114, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 417, + "extra": undefined, "id": Node { "end": 174, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 12, }, + "filename": undefined, "identifierName": "Badge", "start": Position { "column": 6, @@ -9278,7 +10037,9 @@ export default Badge; }, }, "name": "Badge", + "range": undefined, "start": 169, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -9289,13 +10050,19 @@ export default Badge; "declarations": Array [ Node { "end": 238, + "extra": undefined, "id": Node { "end": 230, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 13, @@ -9308,13 +10075,18 @@ export default Badge; "extra": Object { "shorthand": true, }, + "innerComments": undefined, "key": Node { "end": 207, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 14, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 4, @@ -9322,30 +10094,41 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 202, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 14, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 14, }, }, "method": false, + "range": undefined, "shorthand": true, "start": 202, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 207, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 14, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 4, @@ -9353,18 +10136,24 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 202, + "trailingComments": undefined, "type": "Identifier", }, }, Node { "argument": Node { "end": 226, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 15, }, + "filename": undefined, "identifierName": "attributes", "start": Position { "column": 7, @@ -9372,34 +10161,49 @@ export default Badge; }, }, "name": "attributes", + "range": undefined, "start": 216, + "trailingComments": undefined, "type": "Identifier", }, "end": 226, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 15, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 15, }, }, + "range": undefined, "start": 213, + "trailingComments": undefined, "type": "RestElement", }, ], + "range": undefined, "start": 196, + "trailingComments": undefined, "type": "ObjectPattern", }, "init": Node { "end": 238, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 16, }, + "filename": undefined, "identifierName": "props", "start": Position { "column": 6, @@ -9407,49 +10211,69 @@ export default Badge; }, }, "name": "props", + "range": undefined, "start": 233, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 13, }, }, + "range": undefined, "start": 196, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 239, + "extra": undefined, + "innerComments": undefined, "kind": "let", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 13, }, }, + "range": undefined, "start": 192, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 286, + "extra": undefined, "id": Node { "end": 256, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 18, }, + "filename": undefined, "identifierName": "classes", "start": Position { "column": 8, @@ -9457,7 +10281,9 @@ export default Badge; }, }, "name": "classes", + "range": undefined, "start": 249, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -9468,39 +10294,54 @@ export default Badge; "raw": "'badge'", "rawValue": "badge", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 19, "line": 18, }, }, + "range": undefined, "start": 260, + "trailingComments": undefined, "type": "StringLiteral", "value": "badge", }, Node { "end": 285, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 277, "extra": Object { "raw": "'badge-'", "rawValue": "badge-", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 36, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 28, "line": 18, }, }, + "range": undefined, "start": 269, + "trailingComments": undefined, "type": "StringLiteral", "value": "badge-", }, @@ -9509,19 +10350,26 @@ export default Badge; "column": 44, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 28, "line": 18, }, }, "operator": "+", + "range": undefined, "right": Node { "end": 285, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 44, "line": 18, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 39, @@ -9529,54 +10377,77 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 280, + "trailingComments": undefined, "type": "Identifier", }, "start": 269, + "trailingComments": undefined, "type": "BinaryExpression", }, ], "end": 286, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 45, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 18, "line": 18, }, }, + "range": undefined, "start": 259, + "trailingComments": undefined, "type": "ArrayExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 45, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 18, }, }, + "range": undefined, "start": 249, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 287, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 46, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 18, }, }, + "range": undefined, "start": 243, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -9587,13 +10458,20 @@ export default Badge; "end": 346, "expression": Node { "end": 345, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 339, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 21, }, + "filename": undefined, "identifierName": "Tag", "start": Position { "column": 4, @@ -9601,7 +10479,9 @@ export default Badge; }, }, "name": "Tag", + "range": undefined, "start": 336, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -9609,86 +10489,124 @@ export default Badge; "column": 13, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 21, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 345, "extra": Object { "raw": "'a'", "rawValue": "a", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, }, }, + "range": undefined, "start": 342, + "trailingComments": undefined, "type": "StringLiteral", "value": "a", }, "start": 336, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 21, }, }, + "range": undefined, "start": 336, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 350, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 41, "line": 20, }, }, + "range": undefined, "start": 330, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 350, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 20, }, }, + "range": undefined, "start": 291, "test": Node { "end": 328, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 310, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 20, @@ -9696,11 +10614,15 @@ export default Badge; }, "object": Node { "end": 305, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 20, }, + "filename": undefined, "identifierName": "attributes", "start": Position { "column": 6, @@ -9708,16 +10630,22 @@ export default Badge; }, }, "name": "attributes", + "range": undefined, "start": 295, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 310, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 20, }, + "filename": undefined, "identifierName": "href", "start": Position { "column": 17, @@ -9725,10 +10653,14 @@ export default Badge; }, }, "name": "href", + "range": undefined, "start": 306, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 295, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -9736,21 +10668,31 @@ export default Badge; "column": 39, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 20, }, }, "operator": "&&", + "range": undefined, "right": Node { "end": 328, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 317, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 20, }, + "filename": undefined, "identifierName": "Tag", "start": Position { "column": 25, @@ -9758,7 +10700,9 @@ export default Badge; }, }, "name": "Tag", + "range": undefined, "start": 314, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -9766,38 +10710,50 @@ export default Badge; "column": 39, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 20, }, }, "operator": "===", + "range": undefined, "right": Node { "end": 328, "extra": Object { "raw": "'span'", "rawValue": "span", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 33, "line": 20, }, }, + "range": undefined, "start": 322, + "trailingComments": undefined, "type": "StringLiteral", "value": "span", }, "start": 314, + "trailingComments": undefined, "type": "BinaryExpression", }, "start": 295, + "trailingComments": undefined, "type": "LogicalExpression", }, + "trailingComments": undefined, "type": "IfStatement", }, Node { @@ -9809,11 +10765,15 @@ export default Badge; "parenStart": 361, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 47, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 25, @@ -9824,11 +10784,15 @@ export default Badge; Node { "argument": Node { "end": 386, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 25, }, + "filename": undefined, "identifierName": "attributes", "start": Position { "column": 13, @@ -9836,30 +10800,44 @@ export default Badge; }, }, "name": "attributes", + "range": undefined, "start": 376, + "trailingComments": undefined, "type": "Identifier", }, "end": 387, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 25, }, }, + "range": undefined, "start": 372, + "trailingComments": undefined, "type": "JSXSpreadAttribute", }, Node { "end": 407, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 44, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 25, @@ -9867,31 +10845,44 @@ export default Badge; }, "name": Node { "end": 397, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 25, }, }, "name": "className", + "range": undefined, "start": 388, + "trailingComments": undefined, "type": "JSXIdentifier", }, + "range": undefined, "start": 388, + "trailingComments": undefined, "type": "JSXAttribute", "value": Node { "end": 407, "expression": Node { "end": 406, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 43, "line": 25, }, + "filename": undefined, "identifierName": "classes", "start": Position { "column": 36, @@ -9899,30 +10890,44 @@ export default Badge; }, }, "name": "classes", + "range": undefined, "start": 399, + "trailingComments": undefined, "type": "Identifier", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 44, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 35, "line": 25, }, }, + "range": undefined, "start": 398, + "trailingComments": undefined, "type": "JSXExpressionContainer", }, }, ], "end": 410, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 47, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 25, @@ -9930,65 +10935,95 @@ export default Badge; }, "name": Node { "end": 371, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 5, "line": 25, }, }, "name": "Tag", + "range": undefined, "start": 368, + "trailingComments": undefined, "type": "JSXIdentifier", }, + "range": undefined, "selfClosing": true, "start": 367, + "trailingComments": undefined, "type": "JSXOpeningElement", }, + "range": undefined, "start": 367, + "trailingComments": undefined, "type": "JSXElement", }, "end": 415, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 4, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 24, }, }, + "range": undefined, "start": 354, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 417, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 12, }, }, + "range": undefined, "start": 188, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 417, + "extra": undefined, "generator": false, "id": null, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 12, @@ -9997,11 +11032,15 @@ export default Badge; "params": Array [ Node { "end": 183, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 12, }, + "filename": undefined, "identifierName": "props", "start": Position { "column": 15, @@ -10009,54 +11048,79 @@ export default Badge; }, }, "name": "props", + "range": undefined, "start": 178, + "trailingComments": undefined, "type": "Identifier", }, ], + "range": undefined, "start": 177, + "trailingComments": undefined, "type": "ArrowFunctionExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 12, }, }, + "range": undefined, "start": 169, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 418, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 2, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 12, }, }, + "range": undefined, "start": 163, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "end": 448, "expression": Node { "end": 447, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 435, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 29, @@ -10064,11 +11128,15 @@ export default Badge; }, "object": Node { "end": 425, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 29, }, + "filename": undefined, "identifierName": "Badge", "start": Position { "column": 0, @@ -10076,16 +11144,22 @@ export default Badge; }, }, "name": "Badge", + "range": undefined, "start": 420, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 435, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 29, }, + "filename": undefined, "identifierName": "propTypes", "start": Position { "column": 6, @@ -10093,10 +11167,14 @@ export default Badge; }, }, "name": "propTypes", + "range": undefined, "start": 426, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 420, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -10104,19 +11182,26 @@ export default Badge; "column": 27, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 29, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 447, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 27, "line": 29, }, + "filename": undefined, "identifierName": "propTypes", "start": Position { "column": 18, @@ -10124,37 +11209,55 @@ export default Badge; }, }, "name": "propTypes", + "range": undefined, "start": 438, + "trailingComments": undefined, "type": "Identifier", }, "start": 420, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 29, }, }, + "range": undefined, "start": 420, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { "end": 483, "expression": Node { "end": 482, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 467, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 30, @@ -10162,11 +11265,15 @@ export default Badge; }, "object": Node { "end": 454, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 30, }, + "filename": undefined, "identifierName": "Badge", "start": Position { "column": 0, @@ -10174,16 +11281,22 @@ export default Badge; }, }, "name": "Badge", + "range": undefined, "start": 449, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 467, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 30, }, + "filename": undefined, "identifierName": "defaultProps", "start": Position { "column": 6, @@ -10191,10 +11304,14 @@ export default Badge; }, }, "name": "defaultProps", + "range": undefined, "start": 455, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 449, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -10202,19 +11319,26 @@ export default Badge; "column": 33, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 30, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 482, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 33, "line": 30, }, + "filename": undefined, "identifierName": "defaultProps", "start": Position { "column": 21, @@ -10222,33 +11346,47 @@ export default Badge; }, }, "name": "defaultProps", + "range": undefined, "start": 470, + "trailingComments": undefined, "type": "Identifier", }, "start": 449, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 30, }, }, + "range": undefined, "start": 449, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { "declaration": Node { "end": 505, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 32, }, + "filename": undefined, "identifierName": "Badge", "start": Position { "column": 15, @@ -10256,42 +11394,60 @@ export default Badge; }, }, "name": "Badge", + "range": undefined, "start": 500, + "trailingComments": undefined, "type": "Identifier", }, "end": 506, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 32, }, }, + "range": undefined, "start": 485, + "trailingComments": undefined, "type": "ExportDefaultDeclaration", }, ], "directives": Array [], "end": 507, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 33, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "File", }, } @@ -10338,11 +11494,16 @@ export default Badge; "comments": Array [], "end": 507, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 33, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -10352,44 +11513,61 @@ export default Badge; "body": Array [ Node { "end": 26, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "source": Node { "end": 25, "extra": Object { "raw": "'react'", "rawValue": "react", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 18, "line": 1, }, }, + "range": undefined, "start": 18, + "trailingComments": undefined, "type": "StringLiteral", "value": "react", }, "specifiers": Array [ Node { "end": 12, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 7, "line": 1, @@ -10397,11 +11575,15 @@ export default Badge; }, "local": Node { "end": 12, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 1, }, + "filename": undefined, "identifierName": "React", "start": Position { "column": 7, @@ -10409,56 +11591,78 @@ export default Badge; }, }, "name": "React", + "range": undefined, "start": 7, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 7, + "trailingComments": undefined, "type": "ImportDefaultSpecifier", }, ], "start": 0, + "trailingComments": undefined, "type": "ImportDeclaration", }, Node { "end": 62, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 2, }, }, + "range": undefined, "source": Node { "end": 61, "extra": Object { "raw": "'prop-types'", "rawValue": "prop-types", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 2, }, }, + "range": undefined, "start": 49, + "trailingComments": undefined, "type": "StringLiteral", "value": "prop-types", }, "specifiers": Array [ Node { "end": 43, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 7, "line": 2, @@ -10466,11 +11670,15 @@ export default Badge; }, "local": Node { "end": 43, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 2, }, + "filename": undefined, "identifierName": "PropTypes", "start": Position { "column": 7, @@ -10478,27 +11686,37 @@ export default Badge; }, }, "name": "PropTypes", + "range": undefined, "start": 34, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 34, + "trailingComments": undefined, "type": "ImportDefaultSpecifier", }, ], "start": 27, + "trailingComments": undefined, "type": "ImportDeclaration", }, Node { "declarations": Array [ Node { "end": 111, + "extra": undefined, "id": Node { "end": 79, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 4, }, + "filename": undefined, "identifierName": "propTypes", "start": Position { "column": 6, @@ -10506,16 +11724,23 @@ export default Badge; }, }, "name": "propTypes", + "range": undefined, "start": 70, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 111, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 18, "line": 4, @@ -10525,13 +11750,19 @@ export default Badge; Node { "computed": false, "end": 109, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 91, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 5, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 2, @@ -10539,31 +11770,43 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 86, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 5, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 86, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "computed": false, "end": 109, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 5, @@ -10571,11 +11814,15 @@ export default Badge; }, "object": Node { "end": 102, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 5, }, + "filename": undefined, "identifierName": "PropTypes", "start": Position { "column": 9, @@ -10583,16 +11830,22 @@ export default Badge; }, }, "name": "PropTypes", + "range": undefined, "start": 93, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 109, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 5, }, + "filename": undefined, "identifierName": "string", "start": Position { "column": 19, @@ -10600,57 +11853,81 @@ export default Badge; }, }, "name": "string", + "range": undefined, "start": 103, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 93, + "trailingComments": undefined, "type": "MemberExpression", }, }, ], + "range": undefined, "start": 82, + "trailingComments": undefined, "type": "ObjectExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, + "range": undefined, "start": 70, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 112, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 2, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 4, }, }, + "range": undefined, "start": 64, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 160, + "extra": undefined, "id": Node { "end": 132, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 8, }, + "filename": undefined, "identifierName": "defaultProps", "start": Position { "column": 6, @@ -10658,7 +11935,9 @@ export default Badge; }, }, "name": "defaultProps", + "range": undefined, "start": 120, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -10666,11 +11945,15 @@ export default Badge; "extra": Object { "trailingComma": 157, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 21, "line": 8, @@ -10680,13 +11963,19 @@ export default Badge; Node { "computed": false, "end": 157, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 144, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 9, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 2, @@ -10694,22 +11983,29 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 139, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 9, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 139, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 157, @@ -10717,65 +12013,91 @@ export default Badge; "raw": "'secondary'", "rawValue": "secondary", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 9, }, }, + "range": undefined, "start": 146, + "trailingComments": undefined, "type": "StringLiteral", "value": "secondary", }, }, ], + "range": undefined, "start": 135, + "trailingComments": undefined, "type": "ObjectExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 8, }, }, + "range": undefined, "start": 120, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 161, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 2, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 8, }, }, + "range": undefined, "start": 114, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 417, + "extra": undefined, "id": Node { "end": 174, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 12, }, + "filename": undefined, "identifierName": "Badge", "start": Position { "column": 6, @@ -10783,7 +12105,9 @@ export default Badge; }, }, "name": "Badge", + "range": undefined, "start": 169, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -10794,13 +12118,19 @@ export default Badge; "declarations": Array [ Node { "end": 238, + "extra": undefined, "id": Node { "end": 230, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 13, @@ -10813,13 +12143,18 @@ export default Badge; "extra": Object { "shorthand": true, }, + "innerComments": undefined, "key": Node { "end": 207, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 14, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 4, @@ -10827,30 +12162,41 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 202, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 14, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 14, }, }, "method": false, + "range": undefined, "shorthand": true, "start": 202, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 207, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 14, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 4, @@ -10858,18 +12204,24 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 202, + "trailingComments": undefined, "type": "Identifier", }, }, Node { "argument": Node { "end": 226, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 15, }, + "filename": undefined, "identifierName": "attributes", "start": Position { "column": 7, @@ -10877,34 +12229,49 @@ export default Badge; }, }, "name": "attributes", + "range": undefined, "start": 216, + "trailingComments": undefined, "type": "Identifier", }, "end": 226, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 15, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 15, }, }, + "range": undefined, "start": 213, + "trailingComments": undefined, "type": "RestElement", }, ], + "range": undefined, "start": 196, + "trailingComments": undefined, "type": "ObjectPattern", }, "init": Node { "end": 238, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 16, }, + "filename": undefined, "identifierName": "props", "start": Position { "column": 6, @@ -10912,49 +12279,69 @@ export default Badge; }, }, "name": "props", + "range": undefined, "start": 233, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 13, }, }, + "range": undefined, "start": 196, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 239, + "extra": undefined, + "innerComments": undefined, "kind": "let", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 13, }, }, + "range": undefined, "start": 192, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 286, + "extra": undefined, "id": Node { "end": 256, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 18, }, + "filename": undefined, "identifierName": "classes", "start": Position { "column": 8, @@ -10962,7 +12349,9 @@ export default Badge; }, }, "name": "classes", + "range": undefined, "start": 249, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -10973,39 +12362,54 @@ export default Badge; "raw": "'badge'", "rawValue": "badge", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 19, "line": 18, }, }, + "range": undefined, "start": 260, + "trailingComments": undefined, "type": "StringLiteral", "value": "badge", }, Node { "end": 285, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 277, "extra": Object { "raw": "'badge-'", "rawValue": "badge-", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 36, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 28, "line": 18, }, }, + "range": undefined, "start": 269, + "trailingComments": undefined, "type": "StringLiteral", "value": "badge-", }, @@ -11014,19 +12418,26 @@ export default Badge; "column": 44, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 28, "line": 18, }, }, "operator": "+", + "range": undefined, "right": Node { "end": 285, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 44, "line": 18, }, + "filename": undefined, "identifierName": "color", "start": Position { "column": 39, @@ -11034,54 +12445,77 @@ export default Badge; }, }, "name": "color", + "range": undefined, "start": 280, + "trailingComments": undefined, "type": "Identifier", }, "start": 269, + "trailingComments": undefined, "type": "BinaryExpression", }, ], "end": 286, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 45, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 18, "line": 18, }, }, + "range": undefined, "start": 259, + "trailingComments": undefined, "type": "ArrayExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 45, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 18, }, }, + "range": undefined, "start": 249, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 287, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 46, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 18, }, }, + "range": undefined, "start": 243, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -11092,13 +12526,20 @@ export default Badge; "end": 346, "expression": Node { "end": 345, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 339, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 21, }, + "filename": undefined, "identifierName": "Tag", "start": Position { "column": 4, @@ -11106,7 +12547,9 @@ export default Badge; }, }, "name": "Tag", + "range": undefined, "start": 336, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -11114,86 +12557,124 @@ export default Badge; "column": 13, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 21, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 345, "extra": Object { "raw": "'a'", "rawValue": "a", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, }, }, + "range": undefined, "start": 342, + "trailingComments": undefined, "type": "StringLiteral", "value": "a", }, "start": 336, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 21, }, }, + "range": undefined, "start": 336, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 350, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 41, "line": 20, }, }, + "range": undefined, "start": 330, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 350, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 20, }, }, + "range": undefined, "start": 291, "test": Node { "end": 328, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 310, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 20, @@ -11201,11 +12682,15 @@ export default Badge; }, "object": Node { "end": 305, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 20, }, + "filename": undefined, "identifierName": "attributes", "start": Position { "column": 6, @@ -11213,16 +12698,22 @@ export default Badge; }, }, "name": "attributes", + "range": undefined, "start": 295, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 310, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 20, }, + "filename": undefined, "identifierName": "href", "start": Position { "column": 17, @@ -11230,10 +12721,14 @@ export default Badge; }, }, "name": "href", + "range": undefined, "start": 306, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 295, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -11241,21 +12736,31 @@ export default Badge; "column": 39, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 20, }, }, "operator": "&&", + "range": undefined, "right": Node { "end": 328, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 317, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 20, }, + "filename": undefined, "identifierName": "Tag", "start": Position { "column": 25, @@ -11263,7 +12768,9 @@ export default Badge; }, }, "name": "Tag", + "range": undefined, "start": 314, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -11271,38 +12778,50 @@ export default Badge; "column": 39, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 20, }, }, "operator": "===", + "range": undefined, "right": Node { "end": 328, "extra": Object { "raw": "'span'", "rawValue": "span", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 33, "line": 20, }, }, + "range": undefined, "start": 322, + "trailingComments": undefined, "type": "StringLiteral", "value": "span", }, "start": 314, + "trailingComments": undefined, "type": "BinaryExpression", }, "start": 295, + "trailingComments": undefined, "type": "LogicalExpression", }, + "trailingComments": undefined, "type": "IfStatement", }, Node { @@ -11314,11 +12833,15 @@ export default Badge; "parenStart": 361, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 47, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 25, @@ -11329,11 +12852,15 @@ export default Badge; Node { "argument": Node { "end": 386, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 25, }, + "filename": undefined, "identifierName": "attributes", "start": Position { "column": 13, @@ -11341,30 +12868,44 @@ export default Badge; }, }, "name": "attributes", + "range": undefined, "start": 376, + "trailingComments": undefined, "type": "Identifier", }, "end": 387, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 25, }, }, + "range": undefined, "start": 372, + "trailingComments": undefined, "type": "JSXSpreadAttribute", }, Node { "end": 407, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 44, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 25, @@ -11372,31 +12913,44 @@ export default Badge; }, "name": Node { "end": 397, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 25, }, }, "name": "className", + "range": undefined, "start": 388, + "trailingComments": undefined, "type": "JSXIdentifier", }, + "range": undefined, "start": 388, + "trailingComments": undefined, "type": "JSXAttribute", "value": Node { "end": 407, "expression": Node { "end": 406, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 43, "line": 25, }, + "filename": undefined, "identifierName": "classes", "start": Position { "column": 36, @@ -11404,30 +12958,44 @@ export default Badge; }, }, "name": "classes", + "range": undefined, "start": 399, + "trailingComments": undefined, "type": "Identifier", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 44, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 35, "line": 25, }, }, + "range": undefined, "start": 398, + "trailingComments": undefined, "type": "JSXExpressionContainer", }, }, ], "end": 410, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 47, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 25, @@ -11435,65 +13003,95 @@ export default Badge; }, "name": Node { "end": 371, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 5, "line": 25, }, }, "name": "Tag", + "range": undefined, "start": 368, + "trailingComments": undefined, "type": "JSXIdentifier", }, + "range": undefined, "selfClosing": true, "start": 367, + "trailingComments": undefined, "type": "JSXOpeningElement", }, + "range": undefined, "start": 367, + "trailingComments": undefined, "type": "JSXElement", }, "end": 415, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 4, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 24, }, }, + "range": undefined, "start": 354, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 417, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 12, }, }, + "range": undefined, "start": 188, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 417, + "extra": undefined, "generator": false, "id": null, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 12, @@ -11502,11 +13100,15 @@ export default Badge; "params": Array [ Node { "end": 183, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 12, }, + "filename": undefined, "identifierName": "props", "start": Position { "column": 15, @@ -11514,54 +13116,79 @@ export default Badge; }, }, "name": "props", + "range": undefined, "start": 178, + "trailingComments": undefined, "type": "Identifier", }, ], + "range": undefined, "start": 177, + "trailingComments": undefined, "type": "ArrowFunctionExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 12, }, }, + "range": undefined, "start": 169, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 418, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 2, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 12, }, }, + "range": undefined, "start": 163, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "end": 448, "expression": Node { "end": 447, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 435, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 29, @@ -11569,11 +13196,15 @@ export default Badge; }, "object": Node { "end": 425, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 29, }, + "filename": undefined, "identifierName": "Badge", "start": Position { "column": 0, @@ -11581,16 +13212,22 @@ export default Badge; }, }, "name": "Badge", + "range": undefined, "start": 420, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 435, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 29, }, + "filename": undefined, "identifierName": "propTypes", "start": Position { "column": 6, @@ -11598,10 +13235,14 @@ export default Badge; }, }, "name": "propTypes", + "range": undefined, "start": 426, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 420, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -11609,19 +13250,26 @@ export default Badge; "column": 27, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 29, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 447, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 27, "line": 29, }, + "filename": undefined, "identifierName": "propTypes", "start": Position { "column": 18, @@ -11629,37 +13277,55 @@ export default Badge; }, }, "name": "propTypes", + "range": undefined, "start": 438, + "trailingComments": undefined, "type": "Identifier", }, "start": 420, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 29, }, }, + "range": undefined, "start": 420, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { "end": 483, "expression": Node { "end": 482, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 467, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 30, @@ -11667,11 +13333,15 @@ export default Badge; }, "object": Node { "end": 454, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 30, }, + "filename": undefined, "identifierName": "Badge", "start": Position { "column": 0, @@ -11679,16 +13349,22 @@ export default Badge; }, }, "name": "Badge", + "range": undefined, "start": 449, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 467, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 30, }, + "filename": undefined, "identifierName": "defaultProps", "start": Position { "column": 6, @@ -11696,10 +13372,14 @@ export default Badge; }, }, "name": "defaultProps", + "range": undefined, "start": 455, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 449, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -11707,19 +13387,26 @@ export default Badge; "column": 33, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 30, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 482, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 33, "line": 30, }, + "filename": undefined, "identifierName": "defaultProps", "start": Position { "column": 21, @@ -11727,33 +13414,47 @@ export default Badge; }, }, "name": "defaultProps", + "range": undefined, "start": 470, + "trailingComments": undefined, "type": "Identifier", }, "start": 449, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 30, }, }, + "range": undefined, "start": 449, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { "declaration": Node { "end": 505, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 32, }, + "filename": undefined, "identifierName": "Badge", "start": Position { "column": 15, @@ -11761,42 +13462,60 @@ export default Badge; }, }, "name": "Badge", + "range": undefined, "start": 500, + "trailingComments": undefined, "type": "Identifier", }, "end": 506, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 32, }, }, + "range": undefined, "start": 485, + "trailingComments": undefined, "type": "ExportDefaultDeclaration", }, ], "directives": Array [], "end": 507, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 33, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "File", }, } @@ -11812,11 +13531,16 @@ Object { "comments": Array [], "end": 36, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -11828,13 +13552,18 @@ Object { "declarations": Array [ Node { "end": 35, + "extra": undefined, "id": Node { "end": 9, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 1, }, + "filename": undefined, "identifierName": "app", "start": Position { "column": 6, @@ -11847,17 +13576,23 @@ Object { 9, ], "start": 6, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "children": Array [], "closingElement": Node { "end": 35, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 28, "line": 1, @@ -11865,11 +13600,16 @@ Object { }, "name": Node { "end": 34, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 30, "line": 1, @@ -11881,6 +13621,7 @@ Object { 34, ], "start": 30, + "trailingComments": undefined, "type": "JSXIdentifier", }, "range": Array [ @@ -11888,14 +13629,20 @@ Object { 35, ], "start": 28, + "trailingComments": undefined, "type": "JSXClosingElement", }, "end": 35, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, @@ -11905,11 +13652,16 @@ Object { "attributes": Array [ Node { "end": 27, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 27, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 18, "line": 1, @@ -11917,11 +13669,16 @@ Object { }, "name": Node { "end": 21, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 18, "line": 1, @@ -11933,6 +13690,7 @@ Object { 21, ], "start": 18, + "trailingComments": undefined, "type": "JSXIdentifier", }, "range": Array [ @@ -11940,16 +13698,21 @@ Object { 27, ], "start": 18, + "trailingComments": undefined, "type": "JSXAttribute", "value": Node { "end": 27, "expression": Node { "end": 26, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, "identifierName": "bar", "start": Position { "column": 23, @@ -11962,13 +13725,19 @@ Object { 26, ], "start": 23, + "trailingComments": undefined, "type": "Identifier", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 27, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 1, @@ -11979,16 +13748,22 @@ Object { 27, ], "start": 22, + "trailingComments": undefined, "type": "JSXExpressionContainer", }, }, ], "end": 28, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, @@ -11996,11 +13771,16 @@ Object { }, "name": Node { "end": 17, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 13, "line": 1, @@ -12012,6 +13792,7 @@ Object { 17, ], "start": 13, + "trailingComments": undefined, "type": "JSXIdentifier", }, "range": Array [ @@ -12020,6 +13801,7 @@ Object { ], "selfClosing": false, "start": 12, + "trailingComments": undefined, "type": "JSXOpeningElement", }, "range": Array [ @@ -12027,13 +13809,18 @@ Object { 35, ], "start": 12, + "trailingComments": undefined, "type": "JSXElement", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 1, @@ -12044,16 +13831,22 @@ Object { 35, ], "start": 6, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 35, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -12064,17 +13857,23 @@ Object { 35, ], "start": 0, + "trailingComments": undefined, "type": "VariableDeclaration", }, ], "directives": Array [], "end": 36, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -12086,6 +13885,7 @@ Object { ], "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, "range": Array [ @@ -12093,6 +13893,7 @@ Object { 36, ], "start": 0, + "trailingComments": undefined, "type": "File", }, } @@ -12140,11 +13941,16 @@ Object { "comments": Array [], "end": 232, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 4, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 9, @@ -12162,28 +13968,38 @@ Object { "raw": "'hello there'", "rawValue": "hello there", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 27, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 10, }, }, + "range": undefined, "start": 212, + "trailingComments": undefined, "type": "StringLiteral", "value": "hello there", }, ], "callee": Node { "end": 211, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 10, }, + "filename": undefined, "identifierName": "alert", "start": Position { "column": 8, @@ -12191,55 +14007,80 @@ Object { }, }, "name": "alert", + "range": undefined, "start": 206, + "trailingComments": undefined, "type": "Identifier", }, "end": 226, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 26, }, }, + "range": undefined, "start": 206, + "trailingComments": undefined, "type": "CallExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 26, }, }, + "range": undefined, "start": 206, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 232, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 4, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 9, }, }, + "range": undefined, "sourceType": "module", "start": 197, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 197, + "trailingComments": undefined, "type": "File", }, }, @@ -12259,11 +14100,16 @@ Object { "comments": Array [], "end": 452, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 4, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 35, "line": 13, @@ -12285,17 +14131,26 @@ Object { "parenStart": 129, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "arguments": Array [ Node { "end": 413, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 411, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 18, }, + "filename": undefined, "identifierName": "n", "start": Position { "column": 22, @@ -12308,6 +14163,7 @@ Object { 133, ], "start": 410, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -12315,6 +14171,8 @@ Object { "column": 25, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 30, @@ -12331,11 +14189,15 @@ Object { "raw": "1", "rawValue": 1, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 24, "line": 18, @@ -12346,20 +14208,26 @@ Object { 135, ], "start": 412, + "trailingComments": undefined, "type": "NumericLiteral", "value": 1, }, "start": 410, + "trailingComments": undefined, "type": "BinaryExpression", }, ], "callee": Node { "end": 409, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 18, }, + "filename": undefined, "identifierName": "f", "start": Position { "column": 20, @@ -12372,14 +14240,20 @@ Object { 131, ], "start": 408, + "trailingComments": undefined, "type": "Identifier", }, "end": 414, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 20, "line": 42, @@ -12390,6 +14264,7 @@ Object { 136, ], "start": 408, + "trailingComments": undefined, "type": "CallExpression", }, "loc": SourceLocation { @@ -12397,6 +14272,8 @@ Object { "column": 35, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 20, "line": 42, @@ -12411,13 +14288,20 @@ Object { "arguments": Array [ Node { "end": 422, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 420, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 32, "line": 18, }, + "filename": undefined, "identifierName": "n", "start": Position { "column": 31, @@ -12430,6 +14314,7 @@ Object { 142, ], "start": 419, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -12437,6 +14322,8 @@ Object { "column": 34, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 31, "line": 30, @@ -12453,11 +14340,15 @@ Object { "raw": "2", "rawValue": 2, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 33, "line": 18, @@ -12468,20 +14359,26 @@ Object { 144, ], "start": 421, + "trailingComments": undefined, "type": "NumericLiteral", "value": 2, }, "start": 419, + "trailingComments": undefined, "type": "BinaryExpression", }, ], "callee": Node { "end": 418, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 18, }, + "filename": undefined, "identifierName": "f", "start": Position { "column": 29, @@ -12494,14 +14391,20 @@ Object { 140, ], "start": 417, + "trailingComments": undefined, "type": "Identifier", }, "end": 423, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 30, @@ -12512,17 +14415,24 @@ Object { 145, ], "start": 417, + "trailingComments": undefined, "type": "CallExpression", }, "start": 408, + "trailingComments": undefined, "type": "BinaryExpression", }, "end": 425, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 37, "line": 18, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 18, @@ -12533,16 +14443,22 @@ Object { 147, ], "start": 400, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 437, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 31, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 17, @@ -12553,6 +14469,7 @@ Object { 159, ], "start": 386, + "trailingComments": undefined, "type": "BlockStatement", }, "consequent": Node { @@ -12560,11 +14477,15 @@ Object { Node { "argument": Node { "end": 367, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 16, }, + "filename": undefined, "identifierName": "n", "start": Position { "column": 19, @@ -12577,14 +14498,20 @@ Object { 89, ], "start": 366, + "trailingComments": undefined, "type": "Identifier", }, "end": 368, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 16, @@ -12595,16 +14522,22 @@ Object { 90, ], "start": 359, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 380, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 32, "line": 15, @@ -12615,14 +14548,20 @@ Object { 102, ], "start": 345, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 437, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 31, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 15, @@ -12635,15 +14574,25 @@ Object { "start": 323, "test": Node { "end": 343, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 333, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 328, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 15, }, + "filename": undefined, "identifierName": "n", "start": Position { "column": 14, @@ -12656,6 +14605,7 @@ Object { 50, ], "start": 327, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -12663,6 +14613,8 @@ Object { "column": 20, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 39, @@ -12679,11 +14631,15 @@ Object { "raw": "0", "rawValue": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 19, "line": 15, @@ -12694,10 +14650,12 @@ Object { 55, ], "start": 332, + "trailingComments": undefined, "type": "NumericLiteral", "value": 0, }, "start": 327, + "trailingComments": undefined, "type": "BinaryExpression", }, "loc": SourceLocation { @@ -12705,6 +14663,8 @@ Object { "column": 30, "line": 39, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 39, @@ -12717,13 +14677,20 @@ Object { ], "right": Node { "end": 343, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 338, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 15, }, + "filename": undefined, "identifierName": "n", "start": Position { "column": 24, @@ -12736,6 +14703,7 @@ Object { 60, ], "start": 337, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -12743,6 +14711,8 @@ Object { "column": 30, "line": 39, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 24, "line": 27, @@ -12759,11 +14729,15 @@ Object { "raw": "1", "rawValue": 1, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 39, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 15, @@ -12774,25 +14748,34 @@ Object { 65, ], "start": 342, + "trailingComments": undefined, "type": "NumericLiteral", "value": 1, }, "start": 337, + "trailingComments": undefined, "type": "BinaryExpression", }, "start": 327, + "trailingComments": undefined, "type": "LogicalExpression", }, + "trailingComments": undefined, "type": "IfStatement", }, ], "directives": Array [], "end": 447, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 32, "line": 14, @@ -12803,17 +14786,23 @@ Object { 169, ], "start": 311, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 447, + "extra": undefined, "generator": false, "id": Node { "end": 299, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 14, }, + "filename": undefined, "identifierName": "fib", "start": Position { "column": 17, @@ -12826,13 +14815,18 @@ Object { 21, ], "start": 296, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 14, @@ -12841,11 +14835,15 @@ Object { "params": Array [ Node { "end": 309, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 38, }, + "filename": undefined, "identifierName": "n", "start": Position { "column": 21, @@ -12858,14 +14856,20 @@ Object { 31, ], "start": 300, + "trailingComments": undefined, "type": "Identifier", "typeAnnotation": Node { "end": 309, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 38, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 14, @@ -12876,14 +14880,20 @@ Object { 31, ], "start": 301, + "trailingComments": undefined, "type": "TSTypeAnnotation", "typeAnnotation": Node { "end": 309, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 38, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 24, "line": 14, @@ -12894,6 +14904,7 @@ Object { 31, ], "start": 303, + "trailingComments": undefined, "type": "TSNumberKeyword", }, }, @@ -12904,17 +14915,23 @@ Object { 169, ], "start": 287, + "trailingComments": undefined, "type": "FunctionDeclaration", }, ], "directives": Array [], "end": 452, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 4, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 35, "line": 13, @@ -12926,6 +14943,7 @@ Object { ], "sourceType": "module", "start": 278, + "trailingComments": undefined, "type": "Program", }, "range": Array [ @@ -12933,6 +14951,7 @@ Object { 174, ], "start": 278, + "trailingComments": undefined, "type": "File", }, }, @@ -12951,11 +14970,16 @@ Object { "comments": Array [], "end": 13, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -12967,11 +14991,16 @@ Object { "body": Node { "body": Array [], "end": 12, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 1, @@ -12982,16 +15011,22 @@ Object { 12, ], "start": 10, + "trailingComments": undefined, "type": "ClassBody", }, "end": 12, + "extra": undefined, "id": Node { "end": 9, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 1, }, + "filename": undefined, "identifierName": "App", "start": Position { "column": 6, @@ -13004,13 +15039,18 @@ Object { 9, ], "start": 6, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -13022,17 +15062,23 @@ Object { ], "start": 0, "superClass": null, + "trailingComments": undefined, "type": "ClassDeclaration", }, ], "directives": Array [], "end": 13, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 0, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -13044,6 +15090,7 @@ Object { ], "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, "range": Array [ @@ -13051,6 +15098,7 @@ Object { 13, ], "start": 0, + "trailingComments": undefined, "type": "File", }, } diff --git a/packages/instrumenter/test/integration/transformers.it.spec.js.snap b/packages/instrumenter/test/integration/transformers.it.spec.js.snap index d3f792a7ce..328d6f185f 100644 --- a/packages/instrumenter/test/integration/transformers.it.spec.js.snap +++ b/packages/instrumenter/test/integration/transformers.it.spec.js.snap @@ -9,11 +9,16 @@ Object { "comments": Array [], "end": 18, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -29,13 +34,18 @@ Object { "declarations": Array [ Node { "end": 64, + "extra": undefined, "id": Node { "end": 32, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 2, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 6, @@ -43,7 +53,9 @@ Object { }, }, "name": "g", + "range": undefined, "start": 31, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -56,28 +68,38 @@ Object { "raw": "\\"return this\\"", "rawValue": "return this", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 36, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 23, "line": 2, }, }, + "range": undefined, "start": 48, + "trailingComments": undefined, "type": "StringLiteral", "value": "return this", }, ], "callee": Node { "end": 47, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 2, }, + "filename": undefined, "identifierName": "Function", "start": Position { "column": 14, @@ -85,77 +107,111 @@ Object { }, }, "name": "Function", + "range": undefined, "start": 39, + "trailingComments": undefined, "type": "Identifier", }, "end": 62, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 37, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 2, }, }, + "range": undefined, "start": 35, + "trailingComments": undefined, "type": "NewExpression", }, "end": 64, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 2, }, }, + "range": undefined, "start": 35, + "trailingComments": undefined, "type": "CallExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 2, }, }, + "range": undefined, "start": 31, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 65, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 40, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 2, }, }, + "range": undefined, "start": 27, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 114, + "extra": undefined, "id": Node { "end": 74, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 3, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -163,19 +219,29 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 72, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 114, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 90, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 3, @@ -183,11 +249,15 @@ Object { }, "object": Node { "end": 78, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 3, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 11, @@ -195,16 +265,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 77, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 90, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 3, }, + "filename": undefined, "identifierName": "__stryker__", "start": Position { "column": 13, @@ -212,10 +288,14 @@ Object { }, }, "name": "__stryker__", + "range": undefined, "start": 79, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 77, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -223,26 +303,36 @@ Object { "column": 48, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 3, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 113, "extra": Object { "parenStart": 94, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 108, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 3, @@ -250,11 +340,15 @@ Object { }, "object": Node { "end": 96, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 3, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 29, @@ -262,16 +356,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 95, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 108, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 3, }, + "filename": undefined, "identifierName": "__stryker__", "start": Position { "column": 31, @@ -279,10 +379,14 @@ Object { }, }, "name": "__stryker__", + "range": undefined, "start": 97, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 95, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -290,61 +394,86 @@ Object { "column": 47, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 3, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 113, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 47, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 45, "line": 3, }, }, "properties": Array [], + "range": undefined, "start": 111, + "trailingComments": undefined, "type": "ObjectExpression", }, "start": 95, + "trailingComments": undefined, "type": "AssignmentExpression", }, "start": 77, + "trailingComments": undefined, "type": "LogicalExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 48, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 3, }, }, + "range": undefined, "start": 72, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 115, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 49, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 3, }, }, + "range": undefined, "start": 68, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -355,14 +484,22 @@ Object { "end": 298, "expression": Node { "end": 297, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 247, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 5, @@ -370,11 +507,15 @@ Object { }, "object": Node { "end": 234, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 6, "line": 5, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 4, @@ -382,16 +523,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 232, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 247, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 5, }, + "filename": undefined, "identifierName": "activeMutant", "start": Position { "column": 7, @@ -399,10 +546,14 @@ Object { }, }, "name": "activeMutant", + "range": undefined, "start": 235, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 232, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -410,22 +561,30 @@ Object { "column": 69, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 5, }, }, "operator": "=", + "range": undefined, "right": Node { "arguments": Array [ Node { "computed": false, "end": 296, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 68, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 5, @@ -434,11 +593,16 @@ Object { "object": Node { "computed": false, "end": 270, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 5, @@ -447,11 +611,16 @@ Object { "object": Node { "computed": false, "end": 266, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 5, @@ -459,11 +628,15 @@ Object { }, "object": Node { "end": 258, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 5, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 29, @@ -471,16 +644,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 266, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 5, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 31, @@ -488,19 +667,27 @@ Object { }, }, "name": "process", + "range": undefined, "start": 259, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 270, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 5, }, + "filename": undefined, "identifierName": "env", "start": Position { "column": 39, @@ -508,19 +695,27 @@ Object { }, }, "name": "env", + "range": undefined, "start": 267, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 296, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 68, "line": 5, }, + "filename": undefined, "identifierName": "__STRYKER_ACTIVE_MUTANT__", "start": Position { "column": 43, @@ -528,20 +723,28 @@ Object { }, }, "name": "__STRYKER_ACTIVE_MUTANT__", + "range": undefined, "start": 271, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "MemberExpression", }, ], "callee": Node { "end": 256, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 5, }, + "filename": undefined, "identifierName": "Number", "start": Position { "column": 22, @@ -549,83 +752,130 @@ Object { }, }, "name": "Number", + "range": undefined, "start": 250, + "trailingComments": undefined, "type": "Identifier", }, "end": 297, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 69, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 5, }, }, + "range": undefined, "start": 250, + "trailingComments": undefined, "type": "CallExpression", }, "start": 232, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 5, }, }, + "range": undefined, "start": 232, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 302, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 110, "line": 4, }, }, + "range": undefined, "start": 226, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 302, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 4, }, }, + "range": undefined, "start": 118, "test": Node { "end": 224, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 181, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 164, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 151, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 137, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, @@ -633,11 +883,15 @@ Object { }, "object": Node { "end": 124, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 4, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -645,16 +899,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 122, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 137, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 4, }, + "filename": undefined, "identifierName": "activeMutant", "start": Position { "column": 9, @@ -662,10 +922,14 @@ Object { }, }, "name": "activeMutant", + "range": undefined, "start": 125, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 122, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -673,19 +937,26 @@ Object { "column": 35, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "===", + "range": undefined, "right": Node { "end": 151, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 4, }, + "filename": undefined, "identifierName": "undefined", "start": Position { "column": 26, @@ -693,10 +964,13 @@ Object { }, }, "name": "undefined", + "range": undefined, "start": 142, + "trailingComments": undefined, "type": "Identifier", }, "start": 122, + "trailingComments": undefined, "type": "BinaryExpression", }, "loc": SourceLocation { @@ -704,20 +978,28 @@ Object { "column": 48, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "&&", + "range": undefined, "right": Node { "computed": false, "end": 164, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 48, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 39, "line": 4, @@ -725,11 +1007,15 @@ Object { }, "object": Node { "end": 156, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 40, "line": 4, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 39, @@ -737,16 +1023,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 155, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 164, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 48, "line": 4, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 41, @@ -754,13 +1046,18 @@ Object { }, }, "name": "process", + "range": undefined, "start": 157, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 155, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 122, + "trailingComments": undefined, "type": "LogicalExpression", }, "loc": SourceLocation { @@ -768,20 +1065,28 @@ Object { "column": 65, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "&&", + "range": undefined, "right": Node { "computed": false, "end": 181, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 65, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 52, "line": 4, @@ -790,11 +1095,16 @@ Object { "object": Node { "computed": false, "end": 177, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 61, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 52, "line": 4, @@ -802,11 +1112,15 @@ Object { }, "object": Node { "end": 169, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 53, "line": 4, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 52, @@ -814,16 +1128,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 168, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 177, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 61, "line": 4, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 54, @@ -831,19 +1151,27 @@ Object { }, }, "name": "process", + "range": undefined, "start": 170, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 168, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 181, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 65, "line": 4, }, + "filename": undefined, "identifierName": "env", "start": Position { "column": 62, @@ -851,13 +1179,18 @@ Object { }, }, "name": "env", + "range": undefined, "start": 178, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 168, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 122, + "trailingComments": undefined, "type": "LogicalExpression", }, "loc": SourceLocation { @@ -865,20 +1198,28 @@ Object { "column": 108, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "&&", + "range": undefined, "right": Node { "computed": false, "end": 224, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 108, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 69, "line": 4, @@ -887,11 +1228,16 @@ Object { "object": Node { "computed": false, "end": 198, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 82, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 69, "line": 4, @@ -900,11 +1246,16 @@ Object { "object": Node { "computed": false, "end": 194, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 78, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 69, "line": 4, @@ -912,11 +1263,15 @@ Object { }, "object": Node { "end": 186, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 4, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 69, @@ -924,16 +1279,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 194, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 78, "line": 4, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 71, @@ -941,19 +1302,27 @@ Object { }, }, "name": "process", + "range": undefined, "start": 187, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 198, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 82, "line": 4, }, + "filename": undefined, "identifierName": "env", "start": Position { "column": 79, @@ -961,19 +1330,27 @@ Object { }, }, "name": "env", + "range": undefined, "start": 195, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 224, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 108, "line": 4, }, + "filename": undefined, "identifierName": "__STRYKER_ACTIVE_MUTANT__", "start": Position { "column": 83, @@ -981,15 +1358,21 @@ Object { }, }, "name": "__STRYKER_ACTIVE_MUTANT__", + "range": undefined, "start": 199, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 122, + "trailingComments": undefined, "type": "LogicalExpression", }, + "trailingComments": undefined, "type": "IfStatement", }, Node { @@ -999,11 +1382,15 @@ Object { Node { "argument": Node { "end": 341, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 8, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 11, @@ -1011,48 +1398,69 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 339, + "trailingComments": undefined, "type": "Identifier", }, "end": 342, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 8, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 8, }, }, + "range": undefined, "start": 332, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 346, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 23, "line": 7, }, }, + "range": undefined, "start": 326, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 346, + "extra": undefined, "generator": false, "id": Node { "end": 324, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 7, }, + "filename": undefined, "identifierName": "retrieveNS", "start": Position { "column": 11, @@ -1060,34 +1468,49 @@ Object { }, }, "name": "retrieveNS", + "range": undefined, "start": 314, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 7, }, }, "params": Array [], + "range": undefined, "start": 305, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "end": 375, "expression": Node { "end": 374, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 361, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 10, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 2, @@ -1095,7 +1518,9 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 349, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -1103,19 +1528,26 @@ Object { "column": 27, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 10, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 374, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 27, "line": 10, }, + "filename": undefined, "identifierName": "retrieveNS", "start": Position { "column": 17, @@ -1123,23 +1555,33 @@ Object { }, }, "name": "retrieveNS", + "range": undefined, "start": 364, + "trailingComments": undefined, "type": "Identifier", }, "start": 349, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 10, }, }, + "range": undefined, "start": 349, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -1147,11 +1589,15 @@ Object { "arguments": Array [], "callee": Node { "end": 395, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 11, }, + "filename": undefined, "identifierName": "retrieveNS", "start": Position { "column": 9, @@ -1159,62 +1605,90 @@ Object { }, }, "name": "retrieveNS", + "range": undefined, "start": 385, + "trailingComments": undefined, "type": "Identifier", }, "end": 397, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 11, }, }, + "range": undefined, "start": 385, + "trailingComments": undefined, "type": "CallExpression", }, "end": 398, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 11, }, }, + "range": undefined, "start": 378, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 400, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 12, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 23, "line": 1, }, }, + "range": undefined, "start": 23, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 400, + "extra": undefined, "generator": false, "id": Node { "end": 21, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 1, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 9, @@ -1222,21 +1696,29 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 9, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 12, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, "params": Array [], + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { @@ -1245,11 +1727,15 @@ Object { "arguments": Array [], "callee": Node { "end": 413, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 13, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 0, @@ -1257,34 +1743,50 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "Identifier", }, "end": 415, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 13, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 13, }, }, + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "CallExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 13, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 13, }, }, + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -1295,13 +1797,18 @@ Object { "declarations": Array [ Node { "end": 470, + "extra": undefined, "id": Node { "end": 453, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 16, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -1309,18 +1816,24 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 451, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "arguments": Array [], "callee": Node { "end": 468, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 16, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 11, @@ -1328,63 +1841,90 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 456, + "trailingComments": undefined, "type": "Identifier", }, "end": 470, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 16, }, }, + "range": undefined, "start": 456, + "trailingComments": undefined, "type": "CallExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 16, }, }, + "range": undefined, "start": 451, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 471, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 16, }, }, + "range": undefined, "start": 447, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 554, + "extra": undefined, "id": Node { "end": 481, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 17, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 6, @@ -1392,19 +1932,29 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 478, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 554, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 501, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 17, @@ -1412,11 +1962,15 @@ Object { }, "object": Node { "end": 486, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 17, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 12, @@ -1424,16 +1978,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 484, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 501, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 17, }, + "filename": undefined, "identifierName": "mutantCoverage", "start": Position { "column": 15, @@ -1441,10 +2001,14 @@ Object { }, }, "name": "mutantCoverage", + "range": undefined, "start": 487, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 484, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -1452,26 +2016,36 @@ Object { "column": 82, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 17, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 553, "extra": Object { "parenStart": 505, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 523, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 51, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 34, "line": 17, @@ -1479,11 +2053,15 @@ Object { }, "object": Node { "end": 508, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 36, "line": 17, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 34, @@ -1491,16 +2069,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 506, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 523, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 51, "line": 17, }, + "filename": undefined, "identifierName": "mutantCoverage", "start": Position { "column": 37, @@ -1508,10 +2092,14 @@ Object { }, }, "name": "mutantCoverage", + "range": undefined, "start": 509, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 506, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -1519,19 +2107,27 @@ Object { "column": 81, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 34, "line": 17, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 553, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 81, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 54, "line": 17, @@ -1541,13 +2137,19 @@ Object { Node { "computed": false, "end": 538, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 534, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 62, "line": 17, }, + "filename": undefined, "identifierName": "static", "start": Position { "column": 56, @@ -1555,50 +2157,70 @@ Object { }, }, "name": "static", + "range": undefined, "start": 528, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 66, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 56, "line": 17, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 528, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 538, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 66, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 64, "line": 17, }, }, "properties": Array [], + "range": undefined, "start": 536, + "trailingComments": undefined, "type": "ObjectExpression", }, }, Node { "computed": false, "end": 551, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 547, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 75, "line": 17, }, + "filename": undefined, "identifierName": "perTest", "start": Position { "column": 68, @@ -1606,77 +2228,108 @@ Object { }, }, "name": "perTest", + "range": undefined, "start": 540, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 79, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 68, "line": 17, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 540, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 551, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 79, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 77, "line": 17, }, }, "properties": Array [], + "range": undefined, "start": 549, + "trailingComments": undefined, "type": "ObjectExpression", }, }, ], + "range": undefined, "start": 526, + "trailingComments": undefined, "type": "ObjectExpression", }, "start": 506, + "trailingComments": undefined, "type": "AssignmentExpression", }, "start": 484, + "trailingComments": undefined, "type": "LogicalExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 82, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 17, }, }, + "range": undefined, "start": 478, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 555, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 83, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 17, }, }, + "range": undefined, "start": 474, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -1687,13 +2340,18 @@ Object { "declarations": Array [ Node { "end": 599, + "extra": undefined, "id": Node { "end": 586, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 19, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 8, @@ -1701,17 +2359,24 @@ Object { }, }, "name": "c", + "range": undefined, "start": 585, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "computed": false, "end": 599, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 19, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 19, @@ -1719,11 +2384,15 @@ Object { }, "object": Node { "end": 592, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 19, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 12, @@ -1731,16 +2400,22 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 589, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 599, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 19, }, + "filename": undefined, "identifierName": "static", "start": Position { "column": 16, @@ -1748,39 +2423,56 @@ Object { }, }, "name": "static", + "range": undefined, "start": 593, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 589, + "trailingComments": undefined, "type": "MemberExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 19, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 19, }, }, + "range": undefined, "start": 585, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 600, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 19, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 19, }, }, + "range": undefined, "start": 581, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -1791,13 +2483,20 @@ Object { "end": 707, "expression": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 636, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 21, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 6, @@ -1805,7 +2504,9 @@ Object { }, }, "name": "c", + "range": undefined, "start": 635, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -1813,22 +2514,33 @@ Object { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 21, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 668, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, @@ -1837,11 +2549,16 @@ Object { "object": Node { "computed": false, "end": 650, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, @@ -1849,11 +2566,15 @@ Object { }, "object": Node { "end": 642, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 21, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 10, @@ -1861,16 +2582,22 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 639, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 650, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 21, }, + "filename": undefined, "identifierName": "perTest", "start": Position { "column": 14, @@ -1878,20 +2605,29 @@ Object { }, }, "name": "perTest", + "range": undefined, "start": 643, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 639, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "computed": false, "end": 667, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 21, @@ -1899,11 +2635,15 @@ Object { }, "object": Node { "end": 653, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 21, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 22, @@ -1911,16 +2651,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 651, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 667, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 21, }, + "filename": undefined, "identifierName": "currentTestId", "start": Position { "column": 25, @@ -1928,13 +2674,19 @@ Object { }, }, "name": "currentTestId", + "range": undefined, "start": 654, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 651, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 639, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -1942,22 +2694,33 @@ Object { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 700, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 71, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 42, "line": 21, @@ -1966,11 +2729,16 @@ Object { "object": Node { "computed": false, "end": 682, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 53, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 42, "line": 21, @@ -1978,11 +2746,15 @@ Object { }, "object": Node { "end": 674, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 45, "line": 21, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 42, @@ -1990,16 +2762,22 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 671, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 682, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 53, "line": 21, }, + "filename": undefined, "identifierName": "perTest", "start": Position { "column": 46, @@ -2007,20 +2785,29 @@ Object { }, }, "name": "perTest", + "range": undefined, "start": 675, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 671, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "computed": false, "end": 699, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 54, "line": 21, @@ -2028,11 +2815,15 @@ Object { }, "object": Node { "end": 685, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 56, "line": 21, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 54, @@ -2040,16 +2831,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 683, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 699, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 21, }, + "filename": undefined, "identifierName": "currentTestId", "start": Position { "column": 57, @@ -2057,13 +2854,19 @@ Object { }, }, "name": "currentTestId", + "range": undefined, "start": 686, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 683, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 671, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -2071,86 +2874,124 @@ Object { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 42, "line": 21, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 75, "line": 21, }, }, "properties": Array [], + "range": undefined, "start": 704, + "trailingComments": undefined, "type": "ObjectExpression", }, "start": 671, + "trailingComments": undefined, "type": "LogicalExpression", }, "start": 639, + "trailingComments": undefined, "type": "AssignmentExpression", }, "start": 635, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 78, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 21, }, }, + "range": undefined, "start": 635, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 713, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 26, "line": 20, }, }, + "range": undefined, "start": 627, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 713, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 20, }, }, + "range": undefined, "start": 605, "test": Node { "computed": false, "end": 625, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 20, @@ -2158,11 +2999,15 @@ Object { }, "object": Node { "end": 611, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 10, "line": 20, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 8, @@ -2170,16 +3015,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 609, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 625, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 20, }, + "filename": undefined, "identifierName": "currentTestId", "start": Position { "column": 11, @@ -2187,25 +3038,35 @@ Object { }, }, "name": "currentTestId", + "range": undefined, "start": 612, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 609, + "trailingComments": undefined, "type": "MemberExpression", }, + "trailingComments": undefined, "type": "IfStatement", }, Node { "declarations": Array [ Node { "end": 735, + "extra": undefined, "id": Node { "end": 723, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 23, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 8, @@ -2213,16 +3074,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 722, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 735, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 23, }, + "filename": undefined, "identifierName": "arguments", "start": Position { "column": 12, @@ -2230,36 +3097,51 @@ Object { }, }, "name": "arguments", + "range": undefined, "start": 726, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 23, }, }, + "range": undefined, "start": 722, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 736, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 23, }, }, + "range": undefined, "start": 718, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -2269,14 +3151,22 @@ Object { "end": 809, "expression": Node { "end": 808, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 787, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, @@ -2284,11 +3174,15 @@ Object { }, "object": Node { "end": 781, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 25, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 6, @@ -2296,17 +3190,24 @@ Object { }, }, "name": "c", + "range": undefined, "start": 780, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "computed": true, "end": 786, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 25, @@ -2314,11 +3215,15 @@ Object { }, "object": Node { "end": 783, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 25, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 8, @@ -2326,16 +3231,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 782, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 785, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 25, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 10, @@ -2343,13 +3254,19 @@ Object { }, }, "name": "i", + "range": undefined, "start": 784, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 782, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 780, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -2357,28 +3274,41 @@ Object { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 808, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 803, "extra": Object { "parenStart": 790, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 798, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 25, @@ -2386,11 +3316,15 @@ Object { }, "object": Node { "end": 792, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 25, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 17, @@ -2398,17 +3332,24 @@ Object { }, }, "name": "c", + "range": undefined, "start": 791, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "computed": true, "end": 797, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 19, "line": 25, @@ -2416,11 +3357,15 @@ Object { }, "object": Node { "end": 794, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 25, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 19, @@ -2428,16 +3373,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 793, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 796, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 25, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 21, @@ -2445,13 +3396,19 @@ Object { }, }, "name": "i", + "range": undefined, "start": 795, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 793, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 791, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -2459,33 +3416,43 @@ Object { "column": 29, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 25, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 803, "extra": Object { "raw": "0", "rawValue": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 28, "line": 25, }, }, + "range": undefined, "start": 802, + "trailingComments": undefined, "type": "NumericLiteral", "value": 0, }, "start": 791, + "trailingComments": undefined, "type": "LogicalExpression", }, "loc": SourceLocation { @@ -2493,79 +3460,110 @@ Object { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 16, "line": 25, }, }, "operator": "+", + "range": undefined, "right": Node { "end": 808, "extra": Object { "raw": "1", "rawValue": 1, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 33, "line": 25, }, }, + "range": undefined, "start": 807, + "trailingComments": undefined, "type": "NumericLiteral", "value": 1, }, "start": 790, + "trailingComments": undefined, "type": "BinaryExpression", }, "start": 780, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, }, }, + "range": undefined, "start": 780, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 815, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 35, "line": 24, }, }, + "range": undefined, "start": 772, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 815, + "extra": undefined, "init": Node { "declarations": Array [ Node { "end": 752, + "extra": undefined, "id": Node { "end": 750, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 24, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 12, @@ -2573,7 +3571,9 @@ Object { }, }, "name": "i", + "range": undefined, "start": 749, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -2582,69 +3582,100 @@ Object { "raw": "0", "rawValue": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 24, }, }, + "range": undefined, "start": 751, + "trailingComments": undefined, "type": "NumericLiteral", "value": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 24, }, }, + "range": undefined, "start": 749, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 752, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 24, }, }, + "range": undefined, "start": 745, + "trailingComments": undefined, "type": "VariableDeclaration", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 24, }, }, + "range": undefined, "start": 741, "test": Node { "end": 766, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 755, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 24, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 17, @@ -2652,7 +3683,9 @@ Object { }, }, "name": "i", + "range": undefined, "start": 754, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -2660,20 +3693,28 @@ Object { "column": 29, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 24, }, }, "operator": "<", + "range": undefined, "right": Node { "computed": false, "end": 766, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 21, "line": 24, @@ -2681,11 +3722,15 @@ Object { }, "object": Node { "end": 759, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 24, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 21, @@ -2693,16 +3738,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 758, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 766, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 24, }, + "filename": undefined, "identifierName": "length", "start": Position { "column": 23, @@ -2710,24 +3761,34 @@ Object { }, }, "name": "length", + "range": undefined, "start": 760, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 758, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 754, + "trailingComments": undefined, "type": "BinaryExpression", }, + "trailingComments": undefined, "type": "ForStatement", "update": Node { "argument": Node { "end": 769, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 32, "line": 24, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 31, @@ -2735,15 +3796,22 @@ Object { }, }, "name": "i", + "range": undefined, "start": 768, + "trailingComments": undefined, "type": "Identifier", }, "end": 771, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 31, "line": 24, @@ -2751,35 +3819,49 @@ Object { }, "operator": "++", "prefix": false, + "range": undefined, "start": 768, + "trailingComments": undefined, "type": "UpdateExpression", }, }, ], "directives": Array [], "end": 819, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 19, "line": 18, }, }, + "range": undefined, "start": 575, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 819, + "extra": undefined, "generator": false, "id": Node { "end": 572, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 18, }, + "filename": undefined, "identifierName": "cover", "start": Position { "column": 11, @@ -2787,34 +3869,49 @@ Object { }, }, "name": "cover", + "range": undefined, "start": 567, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 18, }, }, "params": Array [], + "range": undefined, "start": 558, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "end": 844, "expression": Node { "end": 843, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 835, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 28, }, + "filename": undefined, "identifierName": "stryCov_9fa48", "start": Position { "column": 2, @@ -2822,7 +3919,9 @@ Object { }, }, "name": "stryCov_9fa48", + "range": undefined, "start": 822, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -2830,19 +3929,26 @@ Object { "column": 23, "line": 28, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 28, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 843, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 28, }, + "filename": undefined, "identifierName": "cover", "start": Position { "column": 18, @@ -2850,23 +3956,33 @@ Object { }, }, "name": "cover", + "range": undefined, "start": 838, + "trailingComments": undefined, "type": "Identifier", }, "start": 822, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 28, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 28, }, }, + "range": undefined, "start": 822, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -2875,26 +3991,37 @@ Object { "arguments": Array [ Node { "end": 863, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 29, }, }, + "range": undefined, "start": 859, + "trailingComments": undefined, "type": "NullLiteral", }, Node { "end": 874, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 29, }, + "filename": undefined, "identifierName": "arguments", "start": Position { "column": 20, @@ -2902,18 +4029,25 @@ Object { }, }, "name": "arguments", + "range": undefined, "start": 865, + "trailingComments": undefined, "type": "Identifier", }, ], "callee": Node { "computed": false, "end": 858, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, @@ -2921,11 +4055,15 @@ Object { }, "object": Node { "end": 852, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 29, }, + "filename": undefined, "identifierName": "cover", "start": Position { "column": 2, @@ -2933,16 +4071,22 @@ Object { }, }, "name": "cover", + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 858, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 29, }, + "filename": undefined, "identifierName": "apply", "start": Position { "column": 8, @@ -2950,64 +4094,94 @@ Object { }, }, "name": "apply", + "range": undefined, "start": 853, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "MemberExpression", }, "end": 875, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, }, }, + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "CallExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 31, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, }, }, + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 878, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 15, }, }, + "range": undefined, "start": 443, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 878, + "extra": undefined, "generator": false, "id": Node { "end": 440, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 15, }, + "filename": undefined, "identifierName": "stryCov_9fa48", "start": Position { "column": 9, @@ -3015,21 +4189,29 @@ Object { }, }, "name": "stryCov_9fa48", + "range": undefined, "start": 427, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 15, }, }, "params": Array [], + "range": undefined, "start": 418, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { @@ -3040,13 +4222,18 @@ Object { "declarations": Array [ Node { "end": 936, + "extra": undefined, "id": Node { "end": 919, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 32, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -3054,18 +4241,24 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 917, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "arguments": Array [], "callee": Node { "end": 934, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 32, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 11, @@ -3073,50 +4266,72 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 922, + "trailingComments": undefined, "type": "Identifier", }, "end": 936, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 32, }, }, + "range": undefined, "start": 922, + "trailingComments": undefined, "type": "CallExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 32, }, }, + "range": undefined, "start": 917, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 937, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 32, }, }, + "range": undefined, "start": 913, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -3126,14 +4341,22 @@ Object { Node { "argument": Node { "end": 997, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 990, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 34, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 34, @@ -3141,11 +4364,15 @@ Object { }, "object": Node { "end": 977, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 34, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 11, @@ -3153,16 +4380,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 975, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 990, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 34, }, + "filename": undefined, "identifierName": "activeMutant", "start": Position { "column": 14, @@ -3170,10 +4403,14 @@ Object { }, }, "name": "activeMutant", + "range": undefined, "start": 978, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 975, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -3181,19 +4418,26 @@ Object { "column": 33, "line": 34, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 34, }, }, "operator": "===", + "range": undefined, "right": Node { "end": 997, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 33, "line": 34, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 31, @@ -3201,51 +4445,73 @@ Object { }, }, "name": "id", + "range": undefined, "start": 995, + "trailingComments": undefined, "type": "Identifier", }, "start": 975, + "trailingComments": undefined, "type": "BinaryExpression", }, "end": 998, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 34, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 34, }, }, + "range": undefined, "start": 968, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 1002, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 35, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 24, "line": 33, }, }, + "range": undefined, "start": 962, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 1002, + "extra": undefined, "generator": false, "id": Node { "end": 957, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 33, }, + "filename": undefined, "identifierName": "isActive", "start": Position { "column": 11, @@ -3253,14 +4519,20 @@ Object { }, }, "name": "isActive", + "range": undefined, "start": 949, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 35, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 33, @@ -3269,11 +4541,15 @@ Object { "params": Array [ Node { "end": 960, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 33, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 20, @@ -3281,24 +4557,35 @@ Object { }, }, "name": "id", + "range": undefined, "start": 958, + "trailingComments": undefined, "type": "Identifier", }, ], + "range": undefined, "start": 940, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "end": 1033, "expression": Node { "end": 1032, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 1021, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 36, }, + "filename": undefined, "identifierName": "stryMutAct_9fa48", "start": Position { "column": 2, @@ -3306,7 +4593,9 @@ Object { }, }, "name": "stryMutAct_9fa48", + "range": undefined, "start": 1005, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -3314,19 +4603,26 @@ Object { "column": 29, "line": 36, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 36, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 1032, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 36, }, + "filename": undefined, "identifierName": "isActive", "start": Position { "column": 21, @@ -3334,23 +4630,33 @@ Object { }, }, "name": "isActive", + "range": undefined, "start": 1024, + "trailingComments": undefined, "type": "Identifier", }, "start": 1005, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 36, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 36, }, }, + "range": undefined, "start": 1005, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -3358,11 +4664,15 @@ Object { "arguments": Array [ Node { "end": 1054, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 37, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 18, @@ -3370,17 +4680,23 @@ Object { }, }, "name": "id", + "range": undefined, "start": 1052, + "trailingComments": undefined, "type": "Identifier", }, ], "callee": Node { "end": 1051, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 37, }, + "filename": undefined, "identifierName": "isActive", "start": Position { "column": 9, @@ -3388,62 +4704,90 @@ Object { }, }, "name": "isActive", + "range": undefined, "start": 1043, + "trailingComments": undefined, "type": "Identifier", }, "end": 1055, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 37, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 37, }, }, + "range": undefined, "start": 1043, + "trailingComments": undefined, "type": "CallExpression", }, "end": 1056, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 37, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 37, }, }, + "range": undefined, "start": 1036, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 1058, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 38, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 30, "line": 31, }, }, + "range": undefined, "start": 909, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 1058, + "extra": undefined, "generator": false, "id": Node { "end": 904, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 31, }, + "filename": undefined, "identifierName": "stryMutAct_9fa48", "start": Position { "column": 9, @@ -3451,14 +4795,20 @@ Object { }, }, "name": "stryMutAct_9fa48", + "range": undefined, "start": 888, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 38, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 31, @@ -3467,11 +4817,15 @@ Object { "params": Array [ Node { "end": 907, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 31, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 26, @@ -3479,24 +4833,33 @@ Object { }, }, "name": "id", + "range": undefined, "start": 905, + "trailingComments": undefined, "type": "Identifier", }, ], + "range": undefined, "start": 879, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "declarations": Array [ Node { "end": 18, + "extra": undefined, "id": Node { "end": 9, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 1, }, + "filename": undefined, "identifierName": "foo", "start": Position { "column": 6, @@ -3504,7 +4867,9 @@ Object { }, }, "name": "foo", + "range": undefined, "start": 6, + "trailingComments": undefined, "type": "Identifier", }, "init": Object { @@ -3525,6 +4890,7 @@ Object { }, Node { "end": 18, + "extra": undefined, "innerComments": null, "leadingComments": null, "left": Node { @@ -3533,17 +4899,23 @@ Object { "raw": "40", "rawValue": 40, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, }, }, + "range": undefined, "start": 12, + "trailingComments": undefined, "type": "NumericLiteral", "value": 40, }, @@ -3552,29 +4924,38 @@ Object { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, }, }, "operator": "+", + "range": undefined, "right": Node { "end": 18, "extra": Object { "raw": "2", "rawValue": 2, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 1, }, }, + "range": undefined, "start": 17, + "trailingComments": undefined, "type": "NumericLiteral", "value": 2, }, @@ -3590,23 +4971,32 @@ Object { }, "consequent": Object { "end": 18, + "extra": Object {}, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 14, "extra": Object { "raw": "40", "rawValue": 40, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, }, }, + "range": undefined, "start": 12, + "trailingComments": undefined, "type": "NumericLiteral", "value": 40, }, @@ -3615,6 +5005,8 @@ Object { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, @@ -3627,21 +5019,28 @@ Object { "raw": "2", "rawValue": 2, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 1, }, }, + "range": undefined, "start": 17, + "trailingComments": undefined, "type": "NumericLiteral", "value": 2, }, "start": 12, + "trailingComments": undefined, "type": "BinaryExpression", }, "innerComments": Array [], @@ -3662,54 +5061,76 @@ Object { "trailingComments": Array [], "type": "ConditionalExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 1, }, }, + "range": undefined, "start": 6, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 18, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "VariableDeclaration", }, ], "directives": Array [], "end": 18, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "File", }, } @@ -3724,11 +5145,16 @@ Object { "comments": Array [], "end": 26, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -3744,13 +5170,18 @@ Object { "declarations": Array [ Node { "end": 64, + "extra": undefined, "id": Node { "end": 32, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 2, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 6, @@ -3758,7 +5189,9 @@ Object { }, }, "name": "g", + "range": undefined, "start": 31, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -3771,28 +5204,38 @@ Object { "raw": "\\"return this\\"", "rawValue": "return this", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 36, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 23, "line": 2, }, }, + "range": undefined, "start": 48, + "trailingComments": undefined, "type": "StringLiteral", "value": "return this", }, ], "callee": Node { "end": 47, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 2, }, + "filename": undefined, "identifierName": "Function", "start": Position { "column": 14, @@ -3800,77 +5243,111 @@ Object { }, }, "name": "Function", + "range": undefined, "start": 39, + "trailingComments": undefined, "type": "Identifier", }, "end": 62, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 37, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 2, }, }, + "range": undefined, "start": 35, + "trailingComments": undefined, "type": "NewExpression", }, "end": 64, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 2, }, }, + "range": undefined, "start": 35, + "trailingComments": undefined, "type": "CallExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 2, }, }, + "range": undefined, "start": 31, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 65, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 40, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 2, }, }, + "range": undefined, "start": 27, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 114, + "extra": undefined, "id": Node { "end": 74, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 3, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -3878,19 +5355,29 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 72, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 114, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 90, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 3, @@ -3898,11 +5385,15 @@ Object { }, "object": Node { "end": 78, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 3, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 11, @@ -3910,16 +5401,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 77, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 90, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 3, }, + "filename": undefined, "identifierName": "__stryker__", "start": Position { "column": 13, @@ -3927,10 +5424,14 @@ Object { }, }, "name": "__stryker__", + "range": undefined, "start": 79, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 77, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -3938,26 +5439,36 @@ Object { "column": 48, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 3, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 113, "extra": Object { "parenStart": 94, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 108, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 3, @@ -3965,11 +5476,15 @@ Object { }, "object": Node { "end": 96, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 3, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 29, @@ -3977,16 +5492,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 95, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 108, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 3, }, + "filename": undefined, "identifierName": "__stryker__", "start": Position { "column": 31, @@ -3994,10 +5515,14 @@ Object { }, }, "name": "__stryker__", + "range": undefined, "start": 97, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 95, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -4005,61 +5530,86 @@ Object { "column": 47, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 3, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 113, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 47, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 45, "line": 3, }, }, "properties": Array [], + "range": undefined, "start": 111, + "trailingComments": undefined, "type": "ObjectExpression", }, "start": 95, + "trailingComments": undefined, "type": "AssignmentExpression", }, "start": 77, + "trailingComments": undefined, "type": "LogicalExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 48, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 3, }, }, + "range": undefined, "start": 72, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 115, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 49, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 3, }, }, + "range": undefined, "start": 68, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -4070,14 +5620,22 @@ Object { "end": 298, "expression": Node { "end": 297, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 247, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 5, @@ -4085,11 +5643,15 @@ Object { }, "object": Node { "end": 234, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 6, "line": 5, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 4, @@ -4097,16 +5659,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 232, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 247, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 5, }, + "filename": undefined, "identifierName": "activeMutant", "start": Position { "column": 7, @@ -4114,10 +5682,14 @@ Object { }, }, "name": "activeMutant", + "range": undefined, "start": 235, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 232, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -4125,22 +5697,30 @@ Object { "column": 69, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 5, }, }, "operator": "=", + "range": undefined, "right": Node { "arguments": Array [ Node { "computed": false, "end": 296, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 68, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 5, @@ -4149,11 +5729,16 @@ Object { "object": Node { "computed": false, "end": 270, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 5, @@ -4162,11 +5747,16 @@ Object { "object": Node { "computed": false, "end": 266, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 5, @@ -4174,11 +5764,15 @@ Object { }, "object": Node { "end": 258, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 5, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 29, @@ -4186,16 +5780,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 266, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 5, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 31, @@ -4203,19 +5803,27 @@ Object { }, }, "name": "process", + "range": undefined, "start": 259, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 270, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 5, }, + "filename": undefined, "identifierName": "env", "start": Position { "column": 39, @@ -4223,19 +5831,27 @@ Object { }, }, "name": "env", + "range": undefined, "start": 267, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 296, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 68, "line": 5, }, + "filename": undefined, "identifierName": "__STRYKER_ACTIVE_MUTANT__", "start": Position { "column": 43, @@ -4243,20 +5859,28 @@ Object { }, }, "name": "__STRYKER_ACTIVE_MUTANT__", + "range": undefined, "start": 271, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "MemberExpression", }, ], "callee": Node { "end": 256, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 5, }, + "filename": undefined, "identifierName": "Number", "start": Position { "column": 22, @@ -4264,83 +5888,130 @@ Object { }, }, "name": "Number", + "range": undefined, "start": 250, + "trailingComments": undefined, "type": "Identifier", }, "end": 297, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 69, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 5, }, }, + "range": undefined, "start": 250, + "trailingComments": undefined, "type": "CallExpression", }, "start": 232, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 5, }, }, + "range": undefined, "start": 232, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 302, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 110, "line": 4, }, }, + "range": undefined, "start": 226, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 302, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 4, }, }, + "range": undefined, "start": 118, "test": Node { "end": 224, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 181, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 164, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 151, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 137, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, @@ -4348,11 +6019,15 @@ Object { }, "object": Node { "end": 124, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 4, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -4360,16 +6035,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 122, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 137, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 4, }, + "filename": undefined, "identifierName": "activeMutant", "start": Position { "column": 9, @@ -4377,10 +6058,14 @@ Object { }, }, "name": "activeMutant", + "range": undefined, "start": 125, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 122, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -4388,19 +6073,26 @@ Object { "column": 35, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "===", + "range": undefined, "right": Node { "end": 151, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 4, }, + "filename": undefined, "identifierName": "undefined", "start": Position { "column": 26, @@ -4408,10 +6100,13 @@ Object { }, }, "name": "undefined", + "range": undefined, "start": 142, + "trailingComments": undefined, "type": "Identifier", }, "start": 122, + "trailingComments": undefined, "type": "BinaryExpression", }, "loc": SourceLocation { @@ -4419,20 +6114,28 @@ Object { "column": 48, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "&&", + "range": undefined, "right": Node { "computed": false, "end": 164, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 48, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 39, "line": 4, @@ -4440,11 +6143,15 @@ Object { }, "object": Node { "end": 156, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 40, "line": 4, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 39, @@ -4452,16 +6159,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 155, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 164, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 48, "line": 4, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 41, @@ -4469,13 +6182,18 @@ Object { }, }, "name": "process", + "range": undefined, "start": 157, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 155, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 122, + "trailingComments": undefined, "type": "LogicalExpression", }, "loc": SourceLocation { @@ -4483,20 +6201,28 @@ Object { "column": 65, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "&&", + "range": undefined, "right": Node { "computed": false, "end": 181, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 65, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 52, "line": 4, @@ -4505,11 +6231,16 @@ Object { "object": Node { "computed": false, "end": 177, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 61, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 52, "line": 4, @@ -4517,11 +6248,15 @@ Object { }, "object": Node { "end": 169, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 53, "line": 4, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 52, @@ -4529,16 +6264,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 168, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 177, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 61, "line": 4, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 54, @@ -4546,19 +6287,27 @@ Object { }, }, "name": "process", + "range": undefined, "start": 170, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 168, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 181, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 65, "line": 4, }, + "filename": undefined, "identifierName": "env", "start": Position { "column": 62, @@ -4566,13 +6315,18 @@ Object { }, }, "name": "env", + "range": undefined, "start": 178, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 168, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 122, + "trailingComments": undefined, "type": "LogicalExpression", }, "loc": SourceLocation { @@ -4580,20 +6334,28 @@ Object { "column": 108, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "&&", + "range": undefined, "right": Node { "computed": false, "end": 224, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 108, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 69, "line": 4, @@ -4602,11 +6364,16 @@ Object { "object": Node { "computed": false, "end": 198, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 82, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 69, "line": 4, @@ -4615,11 +6382,16 @@ Object { "object": Node { "computed": false, "end": 194, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 78, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 69, "line": 4, @@ -4627,11 +6399,15 @@ Object { }, "object": Node { "end": 186, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 4, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 69, @@ -4639,16 +6415,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 194, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 78, "line": 4, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 71, @@ -4656,19 +6438,27 @@ Object { }, }, "name": "process", + "range": undefined, "start": 187, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 198, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 82, "line": 4, }, + "filename": undefined, "identifierName": "env", "start": Position { "column": 79, @@ -4676,19 +6466,27 @@ Object { }, }, "name": "env", + "range": undefined, "start": 195, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 224, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 108, "line": 4, }, + "filename": undefined, "identifierName": "__STRYKER_ACTIVE_MUTANT__", "start": Position { "column": 83, @@ -4696,15 +6494,21 @@ Object { }, }, "name": "__STRYKER_ACTIVE_MUTANT__", + "range": undefined, "start": 199, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 122, + "trailingComments": undefined, "type": "LogicalExpression", }, + "trailingComments": undefined, "type": "IfStatement", }, Node { @@ -4714,11 +6518,15 @@ Object { Node { "argument": Node { "end": 341, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 8, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 11, @@ -4726,48 +6534,69 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 339, + "trailingComments": undefined, "type": "Identifier", }, "end": 342, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 8, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 8, }, }, + "range": undefined, "start": 332, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 346, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 23, "line": 7, }, }, + "range": undefined, "start": 326, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 346, + "extra": undefined, "generator": false, "id": Node { "end": 324, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 7, }, + "filename": undefined, "identifierName": "retrieveNS", "start": Position { "column": 11, @@ -4775,34 +6604,49 @@ Object { }, }, "name": "retrieveNS", + "range": undefined, "start": 314, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 7, }, }, "params": Array [], + "range": undefined, "start": 305, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "end": 375, "expression": Node { "end": 374, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 361, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 10, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 2, @@ -4810,7 +6654,9 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 349, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -4818,19 +6664,26 @@ Object { "column": 27, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 10, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 374, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 27, "line": 10, }, + "filename": undefined, "identifierName": "retrieveNS", "start": Position { "column": 17, @@ -4838,23 +6691,33 @@ Object { }, }, "name": "retrieveNS", + "range": undefined, "start": 364, + "trailingComments": undefined, "type": "Identifier", }, "start": 349, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 10, }, }, + "range": undefined, "start": 349, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -4862,11 +6725,15 @@ Object { "arguments": Array [], "callee": Node { "end": 395, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 11, }, + "filename": undefined, "identifierName": "retrieveNS", "start": Position { "column": 9, @@ -4874,62 +6741,90 @@ Object { }, }, "name": "retrieveNS", + "range": undefined, "start": 385, + "trailingComments": undefined, "type": "Identifier", }, "end": 397, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 11, }, }, + "range": undefined, "start": 385, + "trailingComments": undefined, "type": "CallExpression", }, "end": 398, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 11, }, }, + "range": undefined, "start": 378, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 400, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 12, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 23, "line": 1, }, }, + "range": undefined, "start": 23, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 400, + "extra": undefined, "generator": false, "id": Node { "end": 21, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 1, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 9, @@ -4937,21 +6832,29 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 9, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 12, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, "params": Array [], + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { @@ -4960,11 +6863,15 @@ Object { "arguments": Array [], "callee": Node { "end": 413, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 13, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 0, @@ -4972,34 +6879,50 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "Identifier", }, "end": 415, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 13, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 13, }, }, + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "CallExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 13, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 13, }, }, + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -5010,13 +6933,18 @@ Object { "declarations": Array [ Node { "end": 470, + "extra": undefined, "id": Node { "end": 453, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 16, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -5024,18 +6952,24 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 451, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "arguments": Array [], "callee": Node { "end": 468, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 16, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 11, @@ -5043,63 +6977,90 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 456, + "trailingComments": undefined, "type": "Identifier", }, "end": 470, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 16, }, }, + "range": undefined, "start": 456, + "trailingComments": undefined, "type": "CallExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 16, }, }, + "range": undefined, "start": 451, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 471, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 16, }, }, + "range": undefined, "start": 447, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 554, + "extra": undefined, "id": Node { "end": 481, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 17, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 6, @@ -5107,19 +7068,29 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 478, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 554, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 501, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 17, @@ -5127,11 +7098,15 @@ Object { }, "object": Node { "end": 486, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 17, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 12, @@ -5139,16 +7114,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 484, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 501, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 17, }, + "filename": undefined, "identifierName": "mutantCoverage", "start": Position { "column": 15, @@ -5156,10 +7137,14 @@ Object { }, }, "name": "mutantCoverage", + "range": undefined, "start": 487, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 484, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -5167,26 +7152,36 @@ Object { "column": 82, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 17, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 553, "extra": Object { "parenStart": 505, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 523, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 51, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 34, "line": 17, @@ -5194,11 +7189,15 @@ Object { }, "object": Node { "end": 508, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 36, "line": 17, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 34, @@ -5206,16 +7205,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 506, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 523, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 51, "line": 17, }, + "filename": undefined, "identifierName": "mutantCoverage", "start": Position { "column": 37, @@ -5223,10 +7228,14 @@ Object { }, }, "name": "mutantCoverage", + "range": undefined, "start": 509, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 506, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -5234,19 +7243,27 @@ Object { "column": 81, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 34, "line": 17, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 553, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 81, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 54, "line": 17, @@ -5256,13 +7273,19 @@ Object { Node { "computed": false, "end": 538, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 534, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 62, "line": 17, }, + "filename": undefined, "identifierName": "static", "start": Position { "column": 56, @@ -5270,50 +7293,70 @@ Object { }, }, "name": "static", + "range": undefined, "start": 528, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 66, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 56, "line": 17, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 528, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 538, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 66, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 64, "line": 17, }, }, "properties": Array [], + "range": undefined, "start": 536, + "trailingComments": undefined, "type": "ObjectExpression", }, }, Node { "computed": false, "end": 551, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 547, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 75, "line": 17, }, + "filename": undefined, "identifierName": "perTest", "start": Position { "column": 68, @@ -5321,77 +7364,108 @@ Object { }, }, "name": "perTest", + "range": undefined, "start": 540, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 79, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 68, "line": 17, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 540, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 551, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 79, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 77, "line": 17, }, }, "properties": Array [], + "range": undefined, "start": 549, + "trailingComments": undefined, "type": "ObjectExpression", }, }, ], + "range": undefined, "start": 526, + "trailingComments": undefined, "type": "ObjectExpression", }, "start": 506, + "trailingComments": undefined, "type": "AssignmentExpression", }, "start": 484, + "trailingComments": undefined, "type": "LogicalExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 82, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 17, }, }, + "range": undefined, "start": 478, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 555, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 83, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 17, }, }, + "range": undefined, "start": 474, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -5402,13 +7476,18 @@ Object { "declarations": Array [ Node { "end": 599, + "extra": undefined, "id": Node { "end": 586, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 19, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 8, @@ -5416,17 +7495,24 @@ Object { }, }, "name": "c", + "range": undefined, "start": 585, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "computed": false, "end": 599, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 19, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 19, @@ -5434,11 +7520,15 @@ Object { }, "object": Node { "end": 592, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 19, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 12, @@ -5446,16 +7536,22 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 589, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 599, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 19, }, + "filename": undefined, "identifierName": "static", "start": Position { "column": 16, @@ -5463,39 +7559,56 @@ Object { }, }, "name": "static", + "range": undefined, "start": 593, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 589, + "trailingComments": undefined, "type": "MemberExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 19, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 19, }, }, + "range": undefined, "start": 585, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 600, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 19, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 19, }, }, + "range": undefined, "start": 581, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -5506,13 +7619,20 @@ Object { "end": 707, "expression": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 636, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 21, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 6, @@ -5520,7 +7640,9 @@ Object { }, }, "name": "c", + "range": undefined, "start": 635, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -5528,22 +7650,33 @@ Object { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 21, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 668, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, @@ -5552,11 +7685,16 @@ Object { "object": Node { "computed": false, "end": 650, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, @@ -5564,11 +7702,15 @@ Object { }, "object": Node { "end": 642, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 21, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 10, @@ -5576,16 +7718,22 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 639, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 650, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 21, }, + "filename": undefined, "identifierName": "perTest", "start": Position { "column": 14, @@ -5593,20 +7741,29 @@ Object { }, }, "name": "perTest", + "range": undefined, "start": 643, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 639, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "computed": false, "end": 667, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 21, @@ -5614,11 +7771,15 @@ Object { }, "object": Node { "end": 653, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 21, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 22, @@ -5626,16 +7787,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 651, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 667, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 21, }, + "filename": undefined, "identifierName": "currentTestId", "start": Position { "column": 25, @@ -5643,13 +7810,19 @@ Object { }, }, "name": "currentTestId", + "range": undefined, "start": 654, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 651, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 639, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -5657,22 +7830,33 @@ Object { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 700, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 71, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 42, "line": 21, @@ -5681,11 +7865,16 @@ Object { "object": Node { "computed": false, "end": 682, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 53, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 42, "line": 21, @@ -5693,11 +7882,15 @@ Object { }, "object": Node { "end": 674, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 45, "line": 21, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 42, @@ -5705,16 +7898,22 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 671, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 682, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 53, "line": 21, }, + "filename": undefined, "identifierName": "perTest", "start": Position { "column": 46, @@ -5722,20 +7921,29 @@ Object { }, }, "name": "perTest", + "range": undefined, "start": 675, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 671, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "computed": false, "end": 699, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 54, "line": 21, @@ -5743,11 +7951,15 @@ Object { }, "object": Node { "end": 685, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 56, "line": 21, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 54, @@ -5755,16 +7967,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 683, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 699, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 21, }, + "filename": undefined, "identifierName": "currentTestId", "start": Position { "column": 57, @@ -5772,13 +7990,19 @@ Object { }, }, "name": "currentTestId", + "range": undefined, "start": 686, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 683, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 671, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -5786,86 +8010,124 @@ Object { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 42, "line": 21, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 75, "line": 21, }, }, "properties": Array [], + "range": undefined, "start": 704, + "trailingComments": undefined, "type": "ObjectExpression", }, "start": 671, + "trailingComments": undefined, "type": "LogicalExpression", }, "start": 639, + "trailingComments": undefined, "type": "AssignmentExpression", }, "start": 635, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 78, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 21, }, }, + "range": undefined, "start": 635, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 713, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 26, "line": 20, }, }, + "range": undefined, "start": 627, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 713, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 20, }, }, + "range": undefined, "start": 605, "test": Node { "computed": false, "end": 625, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 20, @@ -5873,11 +8135,15 @@ Object { }, "object": Node { "end": 611, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 10, "line": 20, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 8, @@ -5885,16 +8151,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 609, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 625, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 20, }, + "filename": undefined, "identifierName": "currentTestId", "start": Position { "column": 11, @@ -5902,25 +8174,35 @@ Object { }, }, "name": "currentTestId", + "range": undefined, "start": 612, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 609, + "trailingComments": undefined, "type": "MemberExpression", }, + "trailingComments": undefined, "type": "IfStatement", }, Node { "declarations": Array [ Node { "end": 735, + "extra": undefined, "id": Node { "end": 723, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 23, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 8, @@ -5928,16 +8210,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 722, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 735, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 23, }, + "filename": undefined, "identifierName": "arguments", "start": Position { "column": 12, @@ -5945,36 +8233,51 @@ Object { }, }, "name": "arguments", + "range": undefined, "start": 726, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 23, }, }, + "range": undefined, "start": 722, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 736, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 23, }, }, + "range": undefined, "start": 718, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -5984,14 +8287,22 @@ Object { "end": 809, "expression": Node { "end": 808, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 787, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, @@ -5999,11 +8310,15 @@ Object { }, "object": Node { "end": 781, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 25, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 6, @@ -6011,17 +8326,24 @@ Object { }, }, "name": "c", + "range": undefined, "start": 780, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "computed": true, "end": 786, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 25, @@ -6029,11 +8351,15 @@ Object { }, "object": Node { "end": 783, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 25, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 8, @@ -6041,16 +8367,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 782, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 785, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 25, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 10, @@ -6058,13 +8390,19 @@ Object { }, }, "name": "i", + "range": undefined, "start": 784, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 782, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 780, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -6072,28 +8410,41 @@ Object { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 808, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 803, "extra": Object { "parenStart": 790, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 798, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 25, @@ -6101,11 +8452,15 @@ Object { }, "object": Node { "end": 792, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 25, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 17, @@ -6113,17 +8468,24 @@ Object { }, }, "name": "c", + "range": undefined, "start": 791, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "computed": true, "end": 797, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 19, "line": 25, @@ -6131,11 +8493,15 @@ Object { }, "object": Node { "end": 794, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 25, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 19, @@ -6143,16 +8509,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 793, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 796, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 25, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 21, @@ -6160,13 +8532,19 @@ Object { }, }, "name": "i", + "range": undefined, "start": 795, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 793, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 791, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -6174,33 +8552,43 @@ Object { "column": 29, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 25, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 803, "extra": Object { "raw": "0", "rawValue": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 28, "line": 25, }, }, + "range": undefined, "start": 802, + "trailingComments": undefined, "type": "NumericLiteral", "value": 0, }, "start": 791, + "trailingComments": undefined, "type": "LogicalExpression", }, "loc": SourceLocation { @@ -6208,79 +8596,110 @@ Object { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 16, "line": 25, }, }, "operator": "+", + "range": undefined, "right": Node { "end": 808, "extra": Object { "raw": "1", "rawValue": 1, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 33, "line": 25, }, }, + "range": undefined, "start": 807, + "trailingComments": undefined, "type": "NumericLiteral", "value": 1, }, "start": 790, + "trailingComments": undefined, "type": "BinaryExpression", }, "start": 780, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, }, }, + "range": undefined, "start": 780, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 815, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 35, "line": 24, }, }, + "range": undefined, "start": 772, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 815, + "extra": undefined, "init": Node { "declarations": Array [ Node { "end": 752, + "extra": undefined, "id": Node { "end": 750, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 24, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 12, @@ -6288,7 +8707,9 @@ Object { }, }, "name": "i", + "range": undefined, "start": 749, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -6297,69 +8718,100 @@ Object { "raw": "0", "rawValue": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 24, }, }, + "range": undefined, "start": 751, + "trailingComments": undefined, "type": "NumericLiteral", "value": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 24, }, }, + "range": undefined, "start": 749, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 752, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 24, }, }, + "range": undefined, "start": 745, + "trailingComments": undefined, "type": "VariableDeclaration", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 24, }, }, + "range": undefined, "start": 741, "test": Node { "end": 766, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 755, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 24, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 17, @@ -6367,7 +8819,9 @@ Object { }, }, "name": "i", + "range": undefined, "start": 754, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -6375,20 +8829,28 @@ Object { "column": 29, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 24, }, }, "operator": "<", + "range": undefined, "right": Node { "computed": false, "end": 766, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 21, "line": 24, @@ -6396,11 +8858,15 @@ Object { }, "object": Node { "end": 759, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 24, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 21, @@ -6408,16 +8874,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 758, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 766, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 24, }, + "filename": undefined, "identifierName": "length", "start": Position { "column": 23, @@ -6425,24 +8897,34 @@ Object { }, }, "name": "length", + "range": undefined, "start": 760, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 758, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 754, + "trailingComments": undefined, "type": "BinaryExpression", }, + "trailingComments": undefined, "type": "ForStatement", "update": Node { "argument": Node { "end": 769, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 32, "line": 24, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 31, @@ -6450,15 +8932,22 @@ Object { }, }, "name": "i", + "range": undefined, "start": 768, + "trailingComments": undefined, "type": "Identifier", }, "end": 771, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 31, "line": 24, @@ -6466,35 +8955,49 @@ Object { }, "operator": "++", "prefix": false, + "range": undefined, "start": 768, + "trailingComments": undefined, "type": "UpdateExpression", }, }, ], "directives": Array [], "end": 819, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 19, "line": 18, }, }, + "range": undefined, "start": 575, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 819, + "extra": undefined, "generator": false, "id": Node { "end": 572, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 18, }, + "filename": undefined, "identifierName": "cover", "start": Position { "column": 11, @@ -6502,34 +9005,49 @@ Object { }, }, "name": "cover", + "range": undefined, "start": 567, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 18, }, }, "params": Array [], + "range": undefined, "start": 558, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "end": 844, "expression": Node { "end": 843, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 835, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 28, }, + "filename": undefined, "identifierName": "stryCov_9fa48", "start": Position { "column": 2, @@ -6537,7 +9055,9 @@ Object { }, }, "name": "stryCov_9fa48", + "range": undefined, "start": 822, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -6545,19 +9065,26 @@ Object { "column": 23, "line": 28, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 28, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 843, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 28, }, + "filename": undefined, "identifierName": "cover", "start": Position { "column": 18, @@ -6565,23 +9092,33 @@ Object { }, }, "name": "cover", + "range": undefined, "start": 838, + "trailingComments": undefined, "type": "Identifier", }, "start": 822, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 28, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 28, }, }, + "range": undefined, "start": 822, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -6590,26 +9127,37 @@ Object { "arguments": Array [ Node { "end": 863, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 29, }, }, + "range": undefined, "start": 859, + "trailingComments": undefined, "type": "NullLiteral", }, Node { "end": 874, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 29, }, + "filename": undefined, "identifierName": "arguments", "start": Position { "column": 20, @@ -6617,18 +9165,25 @@ Object { }, }, "name": "arguments", + "range": undefined, "start": 865, + "trailingComments": undefined, "type": "Identifier", }, ], "callee": Node { "computed": false, "end": 858, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, @@ -6636,11 +9191,15 @@ Object { }, "object": Node { "end": 852, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 29, }, + "filename": undefined, "identifierName": "cover", "start": Position { "column": 2, @@ -6648,16 +9207,22 @@ Object { }, }, "name": "cover", + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 858, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 29, }, + "filename": undefined, "identifierName": "apply", "start": Position { "column": 8, @@ -6665,64 +9230,94 @@ Object { }, }, "name": "apply", + "range": undefined, "start": 853, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "MemberExpression", }, "end": 875, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, }, }, + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "CallExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 31, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, }, }, + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 878, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 15, }, }, + "range": undefined, "start": 443, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 878, + "extra": undefined, "generator": false, "id": Node { "end": 440, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 15, }, + "filename": undefined, "identifierName": "stryCov_9fa48", "start": Position { "column": 9, @@ -6730,21 +9325,29 @@ Object { }, }, "name": "stryCov_9fa48", + "range": undefined, "start": 427, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 15, }, }, "params": Array [], + "range": undefined, "start": 418, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { @@ -6755,13 +9358,18 @@ Object { "declarations": Array [ Node { "end": 936, + "extra": undefined, "id": Node { "end": 919, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 32, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -6769,18 +9377,24 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 917, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "arguments": Array [], "callee": Node { "end": 934, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 32, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 11, @@ -6788,50 +9402,72 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 922, + "trailingComments": undefined, "type": "Identifier", }, "end": 936, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 32, }, }, + "range": undefined, "start": 922, + "trailingComments": undefined, "type": "CallExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 32, }, }, + "range": undefined, "start": 917, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 937, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 32, }, }, + "range": undefined, "start": 913, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -6841,14 +9477,22 @@ Object { Node { "argument": Node { "end": 997, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 990, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 34, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 34, @@ -6856,11 +9500,15 @@ Object { }, "object": Node { "end": 977, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 34, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 11, @@ -6868,16 +9516,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 975, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 990, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 34, }, + "filename": undefined, "identifierName": "activeMutant", "start": Position { "column": 14, @@ -6885,10 +9539,14 @@ Object { }, }, "name": "activeMutant", + "range": undefined, "start": 978, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 975, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -6896,19 +9554,26 @@ Object { "column": 33, "line": 34, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 34, }, }, "operator": "===", + "range": undefined, "right": Node { "end": 997, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 33, "line": 34, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 31, @@ -6916,51 +9581,73 @@ Object { }, }, "name": "id", + "range": undefined, "start": 995, + "trailingComments": undefined, "type": "Identifier", }, "start": 975, + "trailingComments": undefined, "type": "BinaryExpression", }, "end": 998, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 34, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 34, }, }, + "range": undefined, "start": 968, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 1002, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 35, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 24, "line": 33, }, }, + "range": undefined, "start": 962, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 1002, + "extra": undefined, "generator": false, "id": Node { "end": 957, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 33, }, + "filename": undefined, "identifierName": "isActive", "start": Position { "column": 11, @@ -6968,14 +9655,20 @@ Object { }, }, "name": "isActive", + "range": undefined, "start": 949, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 35, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 33, @@ -6984,11 +9677,15 @@ Object { "params": Array [ Node { "end": 960, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 33, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 20, @@ -6996,24 +9693,35 @@ Object { }, }, "name": "id", + "range": undefined, "start": 958, + "trailingComments": undefined, "type": "Identifier", }, ], + "range": undefined, "start": 940, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "end": 1033, "expression": Node { "end": 1032, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 1021, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 36, }, + "filename": undefined, "identifierName": "stryMutAct_9fa48", "start": Position { "column": 2, @@ -7021,7 +9729,9 @@ Object { }, }, "name": "stryMutAct_9fa48", + "range": undefined, "start": 1005, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -7029,19 +9739,26 @@ Object { "column": 29, "line": 36, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 36, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 1032, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 36, }, + "filename": undefined, "identifierName": "isActive", "start": Position { "column": 21, @@ -7049,23 +9766,33 @@ Object { }, }, "name": "isActive", + "range": undefined, "start": 1024, + "trailingComments": undefined, "type": "Identifier", }, "start": 1005, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 36, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 36, }, }, + "range": undefined, "start": 1005, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -7073,11 +9800,15 @@ Object { "arguments": Array [ Node { "end": 1054, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 37, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 18, @@ -7085,17 +9816,23 @@ Object { }, }, "name": "id", + "range": undefined, "start": 1052, + "trailingComments": undefined, "type": "Identifier", }, ], "callee": Node { "end": 1051, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 37, }, + "filename": undefined, "identifierName": "isActive", "start": Position { "column": 9, @@ -7103,62 +9840,90 @@ Object { }, }, "name": "isActive", + "range": undefined, "start": 1043, + "trailingComments": undefined, "type": "Identifier", }, "end": 1055, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 37, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 37, }, }, + "range": undefined, "start": 1043, + "trailingComments": undefined, "type": "CallExpression", }, "end": 1056, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 37, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 37, }, }, + "range": undefined, "start": 1036, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 1058, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 38, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 30, "line": 31, }, }, + "range": undefined, "start": 909, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 1058, + "extra": undefined, "generator": false, "id": Node { "end": 904, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 31, }, + "filename": undefined, "identifierName": "stryMutAct_9fa48", "start": Position { "column": 9, @@ -7166,14 +9931,20 @@ Object { }, }, "name": "stryMutAct_9fa48", + "range": undefined, "start": 888, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 38, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 31, @@ -7182,11 +9953,15 @@ Object { "params": Array [ Node { "end": 907, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 31, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 26, @@ -7194,24 +9969,33 @@ Object { }, }, "name": "id", + "range": undefined, "start": 905, + "trailingComments": undefined, "type": "Identifier", }, ], + "range": undefined, "start": 879, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "declarations": Array [ Node { "end": 26, + "extra": undefined, "id": Node { "end": 17, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 1, }, + "filename": undefined, "identifierName": "foo", "start": Position { "column": 6, @@ -7219,35 +10003,51 @@ Object { }, }, "name": "foo", + "range": undefined, "start": 6, + "trailingComments": undefined, "type": "Identifier", "typeAnnotation": Node { "end": 17, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 1, }, }, + "range": undefined, "start": 9, + "trailingComments": undefined, "type": "TSTypeAnnotation", "typeAnnotation": Node { "end": 17, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 1, }, }, + "range": undefined, "start": 11, + "trailingComments": undefined, "type": "TSNumberKeyword", }, }, @@ -7270,6 +10070,7 @@ Object { }, Node { "end": 26, + "extra": undefined, "innerComments": null, "leadingComments": null, "left": Node { @@ -7278,17 +10079,23 @@ Object { "raw": "40", "rawValue": 40, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 20, "line": 1, }, }, + "range": undefined, "start": 20, + "trailingComments": undefined, "type": "NumericLiteral", "value": 40, }, @@ -7297,29 +10104,38 @@ Object { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 20, "line": 1, }, }, "operator": "+", + "range": undefined, "right": Node { "end": 26, "extra": Object { "raw": "2", "rawValue": 2, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 1, }, }, + "range": undefined, "start": 25, + "trailingComments": undefined, "type": "NumericLiteral", "value": 2, }, @@ -7335,23 +10151,32 @@ Object { }, "consequent": Object { "end": 26, + "extra": Object {}, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 22, "extra": Object { "raw": "40", "rawValue": 40, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 20, "line": 1, }, }, + "range": undefined, "start": 20, + "trailingComments": undefined, "type": "NumericLiteral", "value": 40, }, @@ -7360,6 +10185,8 @@ Object { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 20, "line": 1, @@ -7372,21 +10199,28 @@ Object { "raw": "2", "rawValue": 2, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 1, }, }, + "range": undefined, "start": 25, + "trailingComments": undefined, "type": "NumericLiteral", "value": 2, }, "start": 20, + "trailingComments": undefined, "type": "BinaryExpression", }, "innerComments": Array [], @@ -7407,54 +10241,76 @@ Object { "trailingComments": Array [], "type": "ConditionalExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 1, }, }, + "range": undefined, "start": 6, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 26, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "VariableDeclaration", }, ], "directives": Array [], "end": 26, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "File", }, } @@ -7475,11 +10331,16 @@ Object { "comments": Array [], "end": 18, "errors": Array [], + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, @@ -7495,13 +10356,18 @@ Object { "declarations": Array [ Node { "end": 64, + "extra": undefined, "id": Node { "end": 32, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 2, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 6, @@ -7509,7 +10375,9 @@ Object { }, }, "name": "g", + "range": undefined, "start": 31, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -7522,28 +10390,38 @@ Object { "raw": "\\"return this\\"", "rawValue": "return this", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 36, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 23, "line": 2, }, }, + "range": undefined, "start": 48, + "trailingComments": undefined, "type": "StringLiteral", "value": "return this", }, ], "callee": Node { "end": 47, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 2, }, + "filename": undefined, "identifierName": "Function", "start": Position { "column": 14, @@ -7551,77 +10429,111 @@ Object { }, }, "name": "Function", + "range": undefined, "start": 39, + "trailingComments": undefined, "type": "Identifier", }, "end": 62, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 37, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 2, }, }, + "range": undefined, "start": 35, + "trailingComments": undefined, "type": "NewExpression", }, "end": 64, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 2, }, }, + "range": undefined, "start": 35, + "trailingComments": undefined, "type": "CallExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 2, }, }, + "range": undefined, "start": 31, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 65, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 40, "line": 2, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 2, }, }, + "range": undefined, "start": 27, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 114, + "extra": undefined, "id": Node { "end": 74, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 3, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -7629,19 +10541,29 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 72, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 114, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 90, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 3, @@ -7649,11 +10571,15 @@ Object { }, "object": Node { "end": 78, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 3, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 11, @@ -7661,16 +10587,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 77, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 90, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 3, }, + "filename": undefined, "identifierName": "__stryker__", "start": Position { "column": 13, @@ -7678,10 +10610,14 @@ Object { }, }, "name": "__stryker__", + "range": undefined, "start": 79, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 77, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -7689,26 +10625,36 @@ Object { "column": 48, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 3, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 113, "extra": Object { "parenStart": 94, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 108, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 3, @@ -7716,11 +10662,15 @@ Object { }, "object": Node { "end": 96, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 3, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 29, @@ -7728,16 +10678,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 95, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 108, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 3, }, + "filename": undefined, "identifierName": "__stryker__", "start": Position { "column": 31, @@ -7745,10 +10701,14 @@ Object { }, }, "name": "__stryker__", + "range": undefined, "start": 97, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 95, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -7756,61 +10716,86 @@ Object { "column": 47, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 3, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 113, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 47, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 45, "line": 3, }, }, "properties": Array [], + "range": undefined, "start": 111, + "trailingComments": undefined, "type": "ObjectExpression", }, "start": 95, + "trailingComments": undefined, "type": "AssignmentExpression", }, "start": 77, + "trailingComments": undefined, "type": "LogicalExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 48, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 3, }, }, + "range": undefined, "start": 72, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 115, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 49, "line": 3, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 3, }, }, + "range": undefined, "start": 68, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -7821,14 +10806,22 @@ Object { "end": 298, "expression": Node { "end": 297, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 247, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 5, @@ -7836,11 +10829,15 @@ Object { }, "object": Node { "end": 234, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 6, "line": 5, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 4, @@ -7848,16 +10845,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 232, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 247, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 5, }, + "filename": undefined, "identifierName": "activeMutant", "start": Position { "column": 7, @@ -7865,10 +10868,14 @@ Object { }, }, "name": "activeMutant", + "range": undefined, "start": 235, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 232, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -7876,22 +10883,30 @@ Object { "column": 69, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 5, }, }, "operator": "=", + "range": undefined, "right": Node { "arguments": Array [ Node { "computed": false, "end": 296, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 68, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 5, @@ -7900,11 +10915,16 @@ Object { "object": Node { "computed": false, "end": 270, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 5, @@ -7913,11 +10933,16 @@ Object { "object": Node { "computed": false, "end": 266, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 29, "line": 5, @@ -7925,11 +10950,15 @@ Object { }, "object": Node { "end": 258, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 5, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 29, @@ -7937,16 +10966,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 266, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 5, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 31, @@ -7954,19 +10989,27 @@ Object { }, }, "name": "process", + "range": undefined, "start": 259, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 270, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 42, "line": 5, }, + "filename": undefined, "identifierName": "env", "start": Position { "column": 39, @@ -7974,19 +11017,27 @@ Object { }, }, "name": "env", + "range": undefined, "start": 267, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 296, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 68, "line": 5, }, + "filename": undefined, "identifierName": "__STRYKER_ACTIVE_MUTANT__", "start": Position { "column": 43, @@ -7994,20 +11045,28 @@ Object { }, }, "name": "__STRYKER_ACTIVE_MUTANT__", + "range": undefined, "start": 271, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 257, + "trailingComments": undefined, "type": "MemberExpression", }, ], "callee": Node { "end": 256, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 5, }, + "filename": undefined, "identifierName": "Number", "start": Position { "column": 22, @@ -8015,83 +11074,130 @@ Object { }, }, "name": "Number", + "range": undefined, "start": 250, + "trailingComments": undefined, "type": "Identifier", }, "end": 297, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 69, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 5, }, }, + "range": undefined, "start": 250, + "trailingComments": undefined, "type": "CallExpression", }, "start": 232, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 5, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 5, }, }, + "range": undefined, "start": 232, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 302, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 110, "line": 4, }, }, + "range": undefined, "start": 226, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 302, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 6, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 4, }, }, + "range": undefined, "start": 118, "test": Node { "end": 224, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 181, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 164, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 151, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 137, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, @@ -8099,11 +11205,15 @@ Object { }, "object": Node { "end": 124, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 4, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -8111,16 +11221,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 122, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 137, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 4, }, + "filename": undefined, "identifierName": "activeMutant", "start": Position { "column": 9, @@ -8128,10 +11244,14 @@ Object { }, }, "name": "activeMutant", + "range": undefined, "start": 125, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 122, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -8139,19 +11259,26 @@ Object { "column": 35, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "===", + "range": undefined, "right": Node { "end": 151, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 4, }, + "filename": undefined, "identifierName": "undefined", "start": Position { "column": 26, @@ -8159,10 +11286,13 @@ Object { }, }, "name": "undefined", + "range": undefined, "start": 142, + "trailingComments": undefined, "type": "Identifier", }, "start": 122, + "trailingComments": undefined, "type": "BinaryExpression", }, "loc": SourceLocation { @@ -8170,20 +11300,28 @@ Object { "column": 48, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "&&", + "range": undefined, "right": Node { "computed": false, "end": 164, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 48, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 39, "line": 4, @@ -8191,11 +11329,15 @@ Object { }, "object": Node { "end": 156, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 40, "line": 4, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 39, @@ -8203,16 +11345,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 155, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 164, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 48, "line": 4, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 41, @@ -8220,13 +11368,18 @@ Object { }, }, "name": "process", + "range": undefined, "start": 157, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 155, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 122, + "trailingComments": undefined, "type": "LogicalExpression", }, "loc": SourceLocation { @@ -8234,20 +11387,28 @@ Object { "column": 65, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "&&", + "range": undefined, "right": Node { "computed": false, "end": 181, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 65, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 52, "line": 4, @@ -8256,11 +11417,16 @@ Object { "object": Node { "computed": false, "end": 177, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 61, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 52, "line": 4, @@ -8268,11 +11434,15 @@ Object { }, "object": Node { "end": 169, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 53, "line": 4, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 52, @@ -8280,16 +11450,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 168, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 177, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 61, "line": 4, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 54, @@ -8297,19 +11473,27 @@ Object { }, }, "name": "process", + "range": undefined, "start": 170, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 168, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 181, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 65, "line": 4, }, + "filename": undefined, "identifierName": "env", "start": Position { "column": 62, @@ -8317,13 +11501,18 @@ Object { }, }, "name": "env", + "range": undefined, "start": 178, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 168, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 122, + "trailingComments": undefined, "type": "LogicalExpression", }, "loc": SourceLocation { @@ -8331,20 +11520,28 @@ Object { "column": 108, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 4, }, }, "operator": "&&", + "range": undefined, "right": Node { "computed": false, "end": 224, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 108, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 69, "line": 4, @@ -8353,11 +11550,16 @@ Object { "object": Node { "computed": false, "end": 198, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 82, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 69, "line": 4, @@ -8366,11 +11568,16 @@ Object { "object": Node { "computed": false, "end": 194, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 78, "line": 4, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 69, "line": 4, @@ -8378,11 +11585,15 @@ Object { }, "object": Node { "end": 186, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 4, }, + "filename": undefined, "identifierName": "g", "start": Position { "column": 69, @@ -8390,16 +11601,22 @@ Object { }, }, "name": "g", + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 194, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 78, "line": 4, }, + "filename": undefined, "identifierName": "process", "start": Position { "column": 71, @@ -8407,19 +11624,27 @@ Object { }, }, "name": "process", + "range": undefined, "start": 187, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 198, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 82, "line": 4, }, + "filename": undefined, "identifierName": "env", "start": Position { "column": 79, @@ -8427,19 +11652,27 @@ Object { }, }, "name": "env", + "range": undefined, "start": 195, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "end": 224, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 108, "line": 4, }, + "filename": undefined, "identifierName": "__STRYKER_ACTIVE_MUTANT__", "start": Position { "column": 83, @@ -8447,15 +11680,21 @@ Object { }, }, "name": "__STRYKER_ACTIVE_MUTANT__", + "range": undefined, "start": 199, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 185, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 122, + "trailingComments": undefined, "type": "LogicalExpression", }, + "trailingComments": undefined, "type": "IfStatement", }, Node { @@ -8465,11 +11704,15 @@ Object { Node { "argument": Node { "end": 341, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 8, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 11, @@ -8477,48 +11720,69 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 339, + "trailingComments": undefined, "type": "Identifier", }, "end": 342, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 8, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 8, }, }, + "range": undefined, "start": 332, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 346, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 23, "line": 7, }, }, + "range": undefined, "start": 326, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 346, + "extra": undefined, "generator": false, "id": Node { "end": 324, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 7, }, + "filename": undefined, "identifierName": "retrieveNS", "start": Position { "column": 11, @@ -8526,34 +11790,49 @@ Object { }, }, "name": "retrieveNS", + "range": undefined, "start": 314, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 9, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 7, }, }, "params": Array [], + "range": undefined, "start": 305, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "end": 375, "expression": Node { "end": 374, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 361, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 10, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 2, @@ -8561,7 +11840,9 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 349, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -8569,19 +11850,26 @@ Object { "column": 27, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 10, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 374, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 27, "line": 10, }, + "filename": undefined, "identifierName": "retrieveNS", "start": Position { "column": 17, @@ -8589,23 +11877,33 @@ Object { }, }, "name": "retrieveNS", + "range": undefined, "start": 364, + "trailingComments": undefined, "type": "Identifier", }, "start": 349, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 10, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 10, }, }, + "range": undefined, "start": 349, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -8613,11 +11911,15 @@ Object { "arguments": Array [], "callee": Node { "end": 395, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 11, }, + "filename": undefined, "identifierName": "retrieveNS", "start": Position { "column": 9, @@ -8625,62 +11927,90 @@ Object { }, }, "name": "retrieveNS", + "range": undefined, "start": 385, + "trailingComments": undefined, "type": "Identifier", }, "end": 397, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 11, }, }, + "range": undefined, "start": 385, + "trailingComments": undefined, "type": "CallExpression", }, "end": 398, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 11, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 11, }, }, + "range": undefined, "start": 378, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 400, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 12, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 23, "line": 1, }, }, + "range": undefined, "start": 23, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 400, + "extra": undefined, "generator": false, "id": Node { "end": 21, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 1, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 9, @@ -8688,21 +12018,29 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 9, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 12, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, "params": Array [], + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { @@ -8711,11 +12049,15 @@ Object { "arguments": Array [], "callee": Node { "end": 413, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 13, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 0, @@ -8723,34 +12065,50 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "Identifier", }, "end": 415, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 13, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 13, }, }, + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "CallExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 13, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 13, }, }, + "range": undefined, "start": 401, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -8761,13 +12119,18 @@ Object { "declarations": Array [ Node { "end": 470, + "extra": undefined, "id": Node { "end": 453, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 16, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -8775,18 +12138,24 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 451, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "arguments": Array [], "callee": Node { "end": 468, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 16, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 11, @@ -8794,63 +12163,90 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 456, + "trailingComments": undefined, "type": "Identifier", }, "end": 470, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 16, }, }, + "range": undefined, "start": 456, + "trailingComments": undefined, "type": "CallExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 16, }, }, + "range": undefined, "start": 451, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 471, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 16, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 16, }, }, + "range": undefined, "start": 447, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { "declarations": Array [ Node { "end": 554, + "extra": undefined, "id": Node { "end": 481, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 17, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 6, @@ -8858,19 +12254,29 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 478, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 554, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 501, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 17, @@ -8878,11 +12284,15 @@ Object { }, "object": Node { "end": 486, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 17, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 12, @@ -8890,16 +12300,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 484, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 501, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 17, }, + "filename": undefined, "identifierName": "mutantCoverage", "start": Position { "column": 15, @@ -8907,10 +12323,14 @@ Object { }, }, "name": "mutantCoverage", + "range": undefined, "start": 487, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 484, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -8918,26 +12338,36 @@ Object { "column": 82, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 17, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 553, "extra": Object { "parenStart": 505, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 523, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 51, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 34, "line": 17, @@ -8945,11 +12375,15 @@ Object { }, "object": Node { "end": 508, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 36, "line": 17, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 34, @@ -8957,16 +12391,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 506, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 523, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 51, "line": 17, }, + "filename": undefined, "identifierName": "mutantCoverage", "start": Position { "column": 37, @@ -8974,10 +12414,14 @@ Object { }, }, "name": "mutantCoverage", + "range": undefined, "start": 509, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 506, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -8985,19 +12429,27 @@ Object { "column": 81, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 34, "line": 17, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 553, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 81, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 54, "line": 17, @@ -9007,13 +12459,19 @@ Object { Node { "computed": false, "end": 538, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 534, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 62, "line": 17, }, + "filename": undefined, "identifierName": "static", "start": Position { "column": 56, @@ -9021,50 +12479,70 @@ Object { }, }, "name": "static", + "range": undefined, "start": 528, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 66, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 56, "line": 17, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 528, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 538, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 66, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 64, "line": 17, }, }, "properties": Array [], + "range": undefined, "start": 536, + "trailingComments": undefined, "type": "ObjectExpression", }, }, Node { "computed": false, "end": 551, + "extra": undefined, + "innerComments": undefined, "key": Node { "end": 547, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 75, "line": 17, }, + "filename": undefined, "identifierName": "perTest", "start": Position { "column": 68, @@ -9072,77 +12550,108 @@ Object { }, }, "name": "perTest", + "range": undefined, "start": 540, + "trailingComments": undefined, "type": "Identifier", }, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 79, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 68, "line": 17, }, }, "method": false, + "range": undefined, "shorthand": false, "start": 540, + "trailingComments": undefined, "type": "ObjectProperty", "value": Node { "end": 551, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 79, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 77, "line": 17, }, }, "properties": Array [], + "range": undefined, "start": 549, + "trailingComments": undefined, "type": "ObjectExpression", }, }, ], + "range": undefined, "start": 526, + "trailingComments": undefined, "type": "ObjectExpression", }, "start": 506, + "trailingComments": undefined, "type": "AssignmentExpression", }, "start": 484, + "trailingComments": undefined, "type": "LogicalExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 82, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 17, }, }, + "range": undefined, "start": 478, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 555, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 83, "line": 17, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 17, }, }, + "range": undefined, "start": 474, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -9153,13 +12662,18 @@ Object { "declarations": Array [ Node { "end": 599, + "extra": undefined, "id": Node { "end": 586, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 19, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 8, @@ -9167,17 +12681,24 @@ Object { }, }, "name": "c", + "range": undefined, "start": 585, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "computed": false, "end": 599, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 19, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 19, @@ -9185,11 +12706,15 @@ Object { }, "object": Node { "end": 592, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 19, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 12, @@ -9197,16 +12722,22 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 589, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 599, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 19, }, + "filename": undefined, "identifierName": "static", "start": Position { "column": 16, @@ -9214,39 +12745,56 @@ Object { }, }, "name": "static", + "range": undefined, "start": 593, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 589, + "trailingComments": undefined, "type": "MemberExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 19, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 19, }, }, + "range": undefined, "start": 585, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 600, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 19, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 19, }, }, + "range": undefined, "start": 581, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -9257,13 +12805,20 @@ Object { "end": 707, "expression": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 636, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 21, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 6, @@ -9271,7 +12826,9 @@ Object { }, }, "name": "c", + "range": undefined, "start": 635, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -9279,22 +12836,33 @@ Object { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 21, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 668, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 39, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, @@ -9303,11 +12871,16 @@ Object { "object": Node { "computed": false, "end": 650, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, @@ -9315,11 +12888,15 @@ Object { }, "object": Node { "end": 642, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 21, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 10, @@ -9327,16 +12904,22 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 639, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 650, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 21, }, + "filename": undefined, "identifierName": "perTest", "start": Position { "column": 14, @@ -9344,20 +12927,29 @@ Object { }, }, "name": "perTest", + "range": undefined, "start": 643, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 639, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "computed": false, "end": 667, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 22, "line": 21, @@ -9365,11 +12957,15 @@ Object { }, "object": Node { "end": 653, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 21, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 22, @@ -9377,16 +12973,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 651, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 667, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 38, "line": 21, }, + "filename": undefined, "identifierName": "currentTestId", "start": Position { "column": 25, @@ -9394,13 +12996,19 @@ Object { }, }, "name": "currentTestId", + "range": undefined, "start": 654, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 651, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 639, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -9408,22 +13016,33 @@ Object { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 10, "line": 21, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 700, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 71, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 42, "line": 21, @@ -9432,11 +13051,16 @@ Object { "object": Node { "computed": false, "end": 682, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 53, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 42, "line": 21, @@ -9444,11 +13068,15 @@ Object { }, "object": Node { "end": 674, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 45, "line": 21, }, + "filename": undefined, "identifierName": "cov", "start": Position { "column": 42, @@ -9456,16 +13084,22 @@ Object { }, }, "name": "cov", + "range": undefined, "start": 671, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 682, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 53, "line": 21, }, + "filename": undefined, "identifierName": "perTest", "start": Position { "column": 46, @@ -9473,20 +13107,29 @@ Object { }, }, "name": "perTest", + "range": undefined, "start": 675, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 671, + "trailingComments": undefined, "type": "MemberExpression", }, "property": Node { "computed": false, "end": 699, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 54, "line": 21, @@ -9494,11 +13137,15 @@ Object { }, "object": Node { "end": 685, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 56, "line": 21, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 54, @@ -9506,16 +13153,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 683, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 699, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 70, "line": 21, }, + "filename": undefined, "identifierName": "currentTestId", "start": Position { "column": 57, @@ -9523,13 +13176,19 @@ Object { }, }, "name": "currentTestId", + "range": undefined, "start": 686, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 683, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 671, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -9537,86 +13196,124 @@ Object { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 42, "line": 21, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 706, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 77, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 75, "line": 21, }, }, "properties": Array [], + "range": undefined, "start": 704, + "trailingComments": undefined, "type": "ObjectExpression", }, "start": 671, + "trailingComments": undefined, "type": "LogicalExpression", }, "start": 639, + "trailingComments": undefined, "type": "AssignmentExpression", }, "start": 635, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 78, "line": 21, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 21, }, }, + "range": undefined, "start": 635, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 713, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 26, "line": 20, }, }, + "range": undefined, "start": 627, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 713, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 22, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 20, }, }, + "range": undefined, "start": 605, "test": Node { "computed": false, "end": 625, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 20, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 20, @@ -9624,11 +13321,15 @@ Object { }, "object": Node { "end": 611, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 10, "line": 20, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 8, @@ -9636,16 +13337,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 609, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 625, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 20, }, + "filename": undefined, "identifierName": "currentTestId", "start": Position { "column": 11, @@ -9653,25 +13360,35 @@ Object { }, }, "name": "currentTestId", + "range": undefined, "start": 612, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 609, + "trailingComments": undefined, "type": "MemberExpression", }, + "trailingComments": undefined, "type": "IfStatement", }, Node { "declarations": Array [ Node { "end": 735, + "extra": undefined, "id": Node { "end": 723, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 23, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 8, @@ -9679,16 +13396,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 722, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "end": 735, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 23, }, + "filename": undefined, "identifierName": "arguments", "start": Position { "column": 12, @@ -9696,36 +13419,51 @@ Object { }, }, "name": "arguments", + "range": undefined, "start": 726, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 23, }, }, + "range": undefined, "start": 722, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 736, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 23, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 23, }, }, + "range": undefined, "start": 718, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -9735,14 +13473,22 @@ Object { "end": 809, "expression": Node { "end": 808, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 787, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, @@ -9750,11 +13496,15 @@ Object { }, "object": Node { "end": 781, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 25, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 6, @@ -9762,17 +13512,24 @@ Object { }, }, "name": "c", + "range": undefined, "start": 780, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "computed": true, "end": 786, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 12, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 25, @@ -9780,11 +13537,15 @@ Object { }, "object": Node { "end": 783, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 25, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 8, @@ -9792,16 +13553,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 782, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 785, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 11, "line": 25, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 10, @@ -9809,13 +13576,19 @@ Object { }, }, "name": "i", + "range": undefined, "start": 784, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 782, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 780, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -9823,28 +13596,41 @@ Object { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 808, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 803, "extra": Object { "parenStart": 790, "parenthesized": true, }, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": true, "end": 798, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 25, @@ -9852,11 +13638,15 @@ Object { }, "object": Node { "end": 792, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 25, }, + "filename": undefined, "identifierName": "c", "start": Position { "column": 17, @@ -9864,17 +13654,24 @@ Object { }, }, "name": "c", + "range": undefined, "start": 791, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "computed": true, "end": 797, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 19, "line": 25, @@ -9882,11 +13679,15 @@ Object { }, "object": Node { "end": 794, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 25, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 19, @@ -9894,16 +13695,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 793, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 796, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 25, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 21, @@ -9911,13 +13718,19 @@ Object { }, }, "name": "i", + "range": undefined, "start": 795, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 793, + "trailingComments": undefined, "type": "MemberExpression", }, + "range": undefined, "start": 791, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -9925,33 +13738,43 @@ Object { "column": 29, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 25, }, }, "operator": "||", + "range": undefined, "right": Node { "end": 803, "extra": Object { "raw": "0", "rawValue": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 28, "line": 25, }, }, + "range": undefined, "start": 802, + "trailingComments": undefined, "type": "NumericLiteral", "value": 0, }, "start": 791, + "trailingComments": undefined, "type": "LogicalExpression", }, "loc": SourceLocation { @@ -9959,79 +13782,110 @@ Object { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 16, "line": 25, }, }, "operator": "+", + "range": undefined, "right": Node { "end": 808, "extra": Object { "raw": "1", "rawValue": 1, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 33, "line": 25, }, }, + "range": undefined, "start": 807, + "trailingComments": undefined, "type": "NumericLiteral", "value": 1, }, "start": 790, + "trailingComments": undefined, "type": "BinaryExpression", }, "start": 780, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 35, "line": 25, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 25, }, }, + "range": undefined, "start": 780, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 815, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 35, "line": 24, }, }, + "range": undefined, "start": 772, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 815, + "extra": undefined, "init": Node { "declarations": Array [ Node { "end": 752, + "extra": undefined, "id": Node { "end": 750, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 24, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 12, @@ -10039,7 +13893,9 @@ Object { }, }, "name": "i", + "range": undefined, "start": 749, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { @@ -10048,69 +13904,100 @@ Object { "raw": "0", "rawValue": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 24, }, }, + "range": undefined, "start": 751, + "trailingComments": undefined, "type": "NumericLiteral", "value": 0, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 24, }, }, + "range": undefined, "start": 749, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 752, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 8, "line": 24, }, }, + "range": undefined, "start": 745, + "trailingComments": undefined, "type": "VariableDeclaration", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 5, "line": 26, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 24, }, }, + "range": undefined, "start": 741, "test": Node { "end": 766, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 755, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 24, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 17, @@ -10118,7 +14005,9 @@ Object { }, }, "name": "i", + "range": undefined, "start": 754, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -10126,20 +14015,28 @@ Object { "column": 29, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 24, }, }, "operator": "<", + "range": undefined, "right": Node { "computed": false, "end": 766, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 21, "line": 24, @@ -10147,11 +14044,15 @@ Object { }, "object": Node { "end": 759, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 24, }, + "filename": undefined, "identifierName": "a", "start": Position { "column": 21, @@ -10159,16 +14060,22 @@ Object { }, }, "name": "a", + "range": undefined, "start": 758, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 766, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 24, }, + "filename": undefined, "identifierName": "length", "start": Position { "column": 23, @@ -10176,24 +14083,34 @@ Object { }, }, "name": "length", + "range": undefined, "start": 760, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 758, + "trailingComments": undefined, "type": "MemberExpression", }, "start": 754, + "trailingComments": undefined, "type": "BinaryExpression", }, + "trailingComments": undefined, "type": "ForStatement", "update": Node { "argument": Node { "end": 769, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 32, "line": 24, }, + "filename": undefined, "identifierName": "i", "start": Position { "column": 31, @@ -10201,15 +14118,22 @@ Object { }, }, "name": "i", + "range": undefined, "start": 768, + "trailingComments": undefined, "type": "Identifier", }, "end": 771, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 24, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 31, "line": 24, @@ -10217,35 +14141,49 @@ Object { }, "operator": "++", "prefix": false, + "range": undefined, "start": 768, + "trailingComments": undefined, "type": "UpdateExpression", }, }, ], "directives": Array [], "end": 819, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 19, "line": 18, }, }, + "range": undefined, "start": 575, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 819, + "extra": undefined, "generator": false, "id": Node { "end": 572, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 16, "line": 18, }, + "filename": undefined, "identifierName": "cover", "start": Position { "column": 11, @@ -10253,34 +14191,49 @@ Object { }, }, "name": "cover", + "range": undefined, "start": 567, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 27, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 18, }, }, "params": Array [], + "range": undefined, "start": 558, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "end": 844, "expression": Node { "end": 843, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 835, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 15, "line": 28, }, + "filename": undefined, "identifierName": "stryCov_9fa48", "start": Position { "column": 2, @@ -10288,7 +14241,9 @@ Object { }, }, "name": "stryCov_9fa48", + "range": undefined, "start": 822, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -10296,19 +14251,26 @@ Object { "column": 23, "line": 28, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 28, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 843, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 28, }, + "filename": undefined, "identifierName": "cover", "start": Position { "column": 18, @@ -10316,23 +14278,33 @@ Object { }, }, "name": "cover", + "range": undefined, "start": 838, + "trailingComments": undefined, "type": "Identifier", }, "start": 822, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 24, "line": 28, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 28, }, }, + "range": undefined, "start": 822, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -10341,26 +14313,37 @@ Object { "arguments": Array [ Node { "end": 863, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 14, "line": 29, }, }, + "range": undefined, "start": 859, + "trailingComments": undefined, "type": "NullLiteral", }, Node { "end": 874, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 29, }, + "filename": undefined, "identifierName": "arguments", "start": Position { "column": 20, @@ -10368,18 +14351,25 @@ Object { }, }, "name": "arguments", + "range": undefined, "start": 865, + "trailingComments": undefined, "type": "Identifier", }, ], "callee": Node { "computed": false, "end": 858, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, @@ -10387,11 +14377,15 @@ Object { }, "object": Node { "end": 852, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 7, "line": 29, }, + "filename": undefined, "identifierName": "cover", "start": Position { "column": 2, @@ -10399,16 +14393,22 @@ Object { }, }, "name": "cover", + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 858, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 29, }, + "filename": undefined, "identifierName": "apply", "start": Position { "column": 8, @@ -10416,64 +14416,94 @@ Object { }, }, "name": "apply", + "range": undefined, "start": 853, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "MemberExpression", }, "end": 875, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, }, }, + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "CallExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 31, "line": 29, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 29, }, }, + "range": undefined, "start": 847, + "trailingComments": undefined, "type": "ExpressionStatement", }, ], "directives": Array [], "end": 878, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 25, "line": 15, }, }, + "range": undefined, "start": 443, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 878, + "extra": undefined, "generator": false, "id": Node { "end": 440, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 15, }, + "filename": undefined, "identifierName": "stryCov_9fa48", "start": Position { "column": 9, @@ -10481,21 +14511,29 @@ Object { }, }, "name": "stryCov_9fa48", + "range": undefined, "start": 427, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 30, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 15, }, }, "params": Array [], + "range": undefined, "start": 418, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { @@ -10506,13 +14544,18 @@ Object { "declarations": Array [ Node { "end": 936, + "extra": undefined, "id": Node { "end": 919, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 8, "line": 32, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 6, @@ -10520,18 +14563,24 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 917, + "trailingComments": undefined, "type": "Identifier", }, "init": Node { "arguments": Array [], "callee": Node { "end": 934, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 23, "line": 32, }, + "filename": undefined, "identifierName": "stryNS_9fa48", "start": Position { "column": 11, @@ -10539,50 +14588,72 @@ Object { }, }, "name": "stryNS_9fa48", + "range": undefined, "start": 922, + "trailingComments": undefined, "type": "Identifier", }, "end": 936, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 32, }, }, + "range": undefined, "start": 922, + "trailingComments": undefined, "type": "CallExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 32, }, }, + "range": undefined, "start": 917, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 937, + "extra": undefined, + "innerComments": undefined, "kind": "var", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 32, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 32, }, }, + "range": undefined, "start": 913, + "trailingComments": undefined, "type": "VariableDeclaration", }, Node { @@ -10592,14 +14663,22 @@ Object { Node { "argument": Node { "end": 997, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "computed": false, "end": 990, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 34, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 34, @@ -10607,11 +14686,15 @@ Object { }, "object": Node { "end": 977, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 13, "line": 34, }, + "filename": undefined, "identifierName": "ns", "start": Position { "column": 11, @@ -10619,16 +14702,22 @@ Object { }, }, "name": "ns", + "range": undefined, "start": 975, + "trailingComments": undefined, "type": "Identifier", }, "property": Node { "end": 990, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 26, "line": 34, }, + "filename": undefined, "identifierName": "activeMutant", "start": Position { "column": 14, @@ -10636,10 +14725,14 @@ Object { }, }, "name": "activeMutant", + "range": undefined, "start": 978, + "trailingComments": undefined, "type": "Identifier", }, + "range": undefined, "start": 975, + "trailingComments": undefined, "type": "MemberExpression", }, "loc": SourceLocation { @@ -10647,19 +14740,26 @@ Object { "column": 33, "line": 34, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 11, "line": 34, }, }, "operator": "===", + "range": undefined, "right": Node { "end": 997, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 33, "line": 34, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 31, @@ -10667,51 +14767,73 @@ Object { }, }, "name": "id", + "range": undefined, "start": 995, + "trailingComments": undefined, "type": "Identifier", }, "start": 975, + "trailingComments": undefined, "type": "BinaryExpression", }, "end": 998, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 34, "line": 34, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 4, "line": 34, }, }, + "range": undefined, "start": 968, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 1002, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 35, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 24, "line": 33, }, }, + "range": undefined, "start": 962, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 1002, + "extra": undefined, "generator": false, "id": Node { "end": 957, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 19, "line": 33, }, + "filename": undefined, "identifierName": "isActive", "start": Position { "column": 11, @@ -10719,14 +14841,20 @@ Object { }, }, "name": "isActive", + "range": undefined, "start": 949, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 3, "line": 35, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 33, @@ -10735,11 +14863,15 @@ Object { "params": Array [ Node { "end": 960, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 33, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 20, @@ -10747,24 +14879,35 @@ Object { }, }, "name": "id", + "range": undefined, "start": 958, + "trailingComments": undefined, "type": "Identifier", }, ], + "range": undefined, "start": 940, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "end": 1033, "expression": Node { "end": 1032, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 1021, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 36, }, + "filename": undefined, "identifierName": "stryMutAct_9fa48", "start": Position { "column": 2, @@ -10772,7 +14915,9 @@ Object { }, }, "name": "stryMutAct_9fa48", + "range": undefined, "start": 1005, + "trailingComments": undefined, "type": "Identifier", }, "loc": SourceLocation { @@ -10780,19 +14925,26 @@ Object { "column": 29, "line": 36, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 36, }, }, "operator": "=", + "range": undefined, "right": Node { "end": 1032, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 29, "line": 36, }, + "filename": undefined, "identifierName": "isActive", "start": Position { "column": 21, @@ -10800,23 +14952,33 @@ Object { }, }, "name": "isActive", + "range": undefined, "start": 1024, + "trailingComments": undefined, "type": "Identifier", }, "start": 1005, + "trailingComments": undefined, "type": "AssignmentExpression", }, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 30, "line": 36, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 36, }, }, + "range": undefined, "start": 1005, + "trailingComments": undefined, "type": "ExpressionStatement", }, Node { @@ -10824,11 +14986,15 @@ Object { "arguments": Array [ Node { "end": 1054, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 20, "line": 37, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 18, @@ -10836,17 +15002,23 @@ Object { }, }, "name": "id", + "range": undefined, "start": 1052, + "trailingComments": undefined, "type": "Identifier", }, ], "callee": Node { "end": 1051, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 17, "line": 37, }, + "filename": undefined, "identifierName": "isActive", "start": Position { "column": 9, @@ -10854,62 +15026,90 @@ Object { }, }, "name": "isActive", + "range": undefined, "start": 1043, + "trailingComments": undefined, "type": "Identifier", }, "end": 1055, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 21, "line": 37, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 9, "line": 37, }, }, + "range": undefined, "start": 1043, + "trailingComments": undefined, "type": "CallExpression", }, "end": 1056, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 22, "line": 37, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 2, "line": 37, }, }, + "range": undefined, "start": 1036, + "trailingComments": undefined, "type": "ReturnStatement", }, ], "directives": Array [], "end": 1058, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 38, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 30, "line": 31, }, }, + "range": undefined, "start": 909, + "trailingComments": undefined, "type": "BlockStatement", }, "end": 1058, + "extra": undefined, "generator": false, "id": Node { "end": 904, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 25, "line": 31, }, + "filename": undefined, "identifierName": "stryMutAct_9fa48", "start": Position { "column": 9, @@ -10917,14 +15117,20 @@ Object { }, }, "name": "stryMutAct_9fa48", + "range": undefined, "start": 888, + "trailingComments": undefined, "type": "Identifier", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 1, "line": 38, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 31, @@ -10933,11 +15139,15 @@ Object { "params": Array [ Node { "end": 907, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 28, "line": 31, }, + "filename": undefined, "identifierName": "id", "start": Position { "column": 26, @@ -10945,24 +15155,33 @@ Object { }, }, "name": "id", + "range": undefined, "start": 905, + "trailingComments": undefined, "type": "Identifier", }, ], + "range": undefined, "start": 879, + "trailingComments": undefined, "type": "FunctionDeclaration", }, Node { "declarations": Array [ Node { "end": 18, + "extra": undefined, "id": Node { "end": 9, + "extra": undefined, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 9, "line": 1, }, + "filename": undefined, "identifierName": "foo", "start": Position { "column": 6, @@ -10970,7 +15189,9 @@ Object { }, }, "name": "foo", + "range": undefined, "start": 6, + "trailingComments": undefined, "type": "Identifier", }, "init": Object { @@ -10991,6 +15212,7 @@ Object { }, Node { "end": 18, + "extra": undefined, "innerComments": null, "leadingComments": null, "left": Node { @@ -10999,17 +15221,23 @@ Object { "raw": "40", "rawValue": 40, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, }, }, + "range": undefined, "start": 12, + "trailingComments": undefined, "type": "NumericLiteral", "value": 40, }, @@ -11018,29 +15246,38 @@ Object { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, }, }, "operator": "+", + "range": undefined, "right": Node { "end": 18, "extra": Object { "raw": "2", "rawValue": 2, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 1, }, }, + "range": undefined, "start": 17, + "trailingComments": undefined, "type": "NumericLiteral", "value": 2, }, @@ -11056,23 +15293,32 @@ Object { }, "consequent": Object { "end": 18, + "extra": Object {}, + "innerComments": undefined, + "leadingComments": undefined, "left": Node { "end": 14, "extra": Object { "raw": "40", "rawValue": 40, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 14, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, }, }, + "range": undefined, "start": 12, + "trailingComments": undefined, "type": "NumericLiteral", "value": 40, }, @@ -11081,6 +15327,8 @@ Object { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 12, "line": 1, @@ -11093,21 +15341,28 @@ Object { "raw": "2", "rawValue": 2, }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 17, "line": 1, }, }, + "range": undefined, "start": 17, + "trailingComments": undefined, "type": "NumericLiteral", "value": 2, }, "start": 12, + "trailingComments": undefined, "type": "BinaryExpression", }, "innerComments": Array [], @@ -11128,54 +15383,76 @@ Object { "trailingComments": Array [], "type": "ConditionalExpression", }, + "innerComments": undefined, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 6, "line": 1, }, }, + "range": undefined, "start": 6, + "trailingComments": undefined, "type": "VariableDeclarator", }, ], "end": 18, + "extra": undefined, + "innerComments": undefined, "kind": "const", + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "VariableDeclaration", }, ], "directives": Array [], "end": 18, + "extra": undefined, + "innerComments": undefined, "interpreter": null, + "leadingComments": undefined, "loc": SourceLocation { "end": Position { "column": 18, "line": 1, }, + "filename": undefined, + "identifierName": undefined, "start": Position { "column": 0, "line": 1, }, }, + "range": undefined, "sourceType": "module", "start": 0, + "trailingComments": undefined, "type": "Program", }, + "range": undefined, "start": 0, + "trailingComments": undefined, "type": "File", }, }, diff --git a/packages/instrumenter/test/unit/parsers/html-parser.spec.ts b/packages/instrumenter/test/unit/parsers/html-parser.spec.ts index 1884bd0718..af4b25822e 100644 --- a/packages/instrumenter/test/unit/parsers/html-parser.spec.ts +++ b/packages/instrumenter/test/unit/parsers/html-parser.spec.ts @@ -74,7 +74,8 @@ describe('html-parser', () => { const parsed = await parse(html, 'index.html', contextStub); // Assert - expect(parsed.root.scripts[0].root.loc).deep.eq({ + const { start, end } = parsed.root.scripts[0].root.loc!; + expect({ start, end }).deep.eq({ start: { line: 5, column: 12 }, end: { line: 7, column: 4 }, });