[ { "description": "Bananas are yellow", "tags": [], "loc": { "start": { "line": 8, "column": 0 }, "end": { "line": 10, "column": 3 } }, "context": { "loc": { "start": { "line": 11, "column": 0 }, "end": { "line": 13, "column": 2 } }, "file": "fixture/sorting/input.js", "code": "var apples = function() {\n return 'red';\n};\n\n/**\n * Bananas are yellow\n */\nvar bananas = function() {\n return 'yellow';\n};\n\n/**\n * Carrots are awesome\n */\nvar carrots = function() {\n return 'awesome';\n};" }, "name": "bananas", "kind": "function" }, { "description": "Carrots are awesome", "tags": [], "loc": { "start": { "line": 15, "column": 0 }, "end": { "line": 17, "column": 3 } }, "context": { "loc": { "start": { "line": 18, "column": 0 }, "end": { "line": 20, "column": 2 } }, "file": "fixture/sorting/input.js", "code": "var apples = function() {\n return 'red';\n};\n\n/**\n * Bananas are yellow\n */\nvar bananas = function() {\n return 'yellow';\n};\n\n/**\n * Carrots are awesome\n */\nvar carrots = function() {\n return 'awesome';\n};" }, "name": "carrots", "kind": "function" }, { "description": "Apples are red", "tags": [], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 3, "column": 3 } }, "context": { "loc": { "start": { "line": 4, "column": 0 }, "end": { "line": 6, "column": 2 } }, "file": "fixture/sorting/input.js", "code": "var apples = function() {\n return 'red';\n};\n\n/**\n * Bananas are yellow\n */\nvar bananas = function() {\n return 'yellow';\n};\n\n/**\n * Carrots are awesome\n */\nvar carrots = function() {\n return 'awesome';\n};" }, "name": "apples", "kind": "function" } ]