@graphitation/supermassive 2.4.6 → 2.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintcache +1 -1
- package/CHANGELOG.md +10 -2
- package/lib/ast/addTypesToRequestDocument.d.ts.map +1 -1
- package/lib/benchmarks/nice-benchmark.d.ts +1 -1
- package/lib/benchmarks/nice-benchmark.d.ts.map +1 -1
- package/lib/benchmarks/swapi-schema/resolvers.d.ts.map +1 -1
- package/lib/benchmarks/swapi-schema/resolvers.js +30 -33
- package/lib/benchmarks/swapi-schema/resolvers.mjs +30 -30
- package/lib/collectFields.d.ts.map +1 -1
- package/lib/definition.d.ts +2 -2
- package/lib/definition.d.ts.map +1 -1
- package/lib/executeWithoutSchema.d.ts +2 -2
- package/lib/executeWithoutSchema.d.ts.map +1 -1
- package/lib/executeWithoutSchema.js +12 -15
- package/lib/executeWithoutSchema.mjs +12 -9
- package/lib/extractImplicitTypesRuntime.d.ts +1 -1
- package/lib/extractImplicitTypesRuntime.d.ts.map +1 -1
- package/lib/extractImplicitTypesRuntime.js +1 -1
- package/lib/extractImplicitTypesRuntime.mjs +1 -1
- package/lib/hooks/types.d.ts +3 -4
- package/lib/hooks/types.d.ts.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -8
- package/lib/index.mjs +0 -16
- package/lib/jsutils/isAsyncIterable.d.ts.map +1 -1
- package/lib/jsutils/isIterableObject.d.ts.map +1 -1
- package/lib/jsutils/isPromise.d.ts.map +1 -1
- package/lib/subscribeWithSchema.d.ts.map +1 -1
- package/lib/subscribeWithoutSchema.d.ts +1 -1
- package/lib/subscribeWithoutSchema.d.ts.map +1 -1
- package/lib/subscribeWithoutSchema.js +2 -1
- package/lib/subscribeWithoutSchema.mjs +2 -1
- package/lib/types.d.ts +15 -14
- package/lib/types.d.ts.map +1 -1
- package/lib/utilities/array.d.ts +1 -1
- package/lib/utilities/array.d.ts.map +1 -1
- package/lib/utilities/mergeResolvers.d.ts +1 -1
- package/lib/utilities/mergeResolvers.d.ts.map +1 -1
- package/lib/values.d.ts.map +1 -1
- package/package.json +1 -1
- package/lib/compiledQuery.d.ts +0 -1
- package/lib/compiledQuery.d.ts.map +0 -1
- package/lib/compiledQuery.js +0 -1
- package/lib/compiledQuery.mjs +0 -0
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/execute.test.ts":"1","/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts":"2","/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/hooks.test.ts":"3","/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/subscribe.test.ts":"4","/mnt/vss/_work/1/s/packages/supermassive/src/ast/TypedAST.ts":"5","/mnt/vss/_work/1/s/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts":"6","/mnt/vss/_work/1/s/packages/supermassive/src/ast/addTypesToRequestDocument.ts":"7","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/index.ts":"8","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/nice-benchmark.ts":"9","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/index.ts":"10","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/models.ts":"11","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts":"12","/mnt/vss/_work/1/s/packages/supermassive/src/collectFields.ts":"13","/mnt/vss/_work/1/s/packages/supermassive/src/compiledQuery.ts":"14","/mnt/vss/_work/1/s/packages/supermassive/src/definition.ts":"15","/mnt/vss/_work/1/s/packages/supermassive/src/directives.ts":"16","/mnt/vss/_work/1/s/packages/supermassive/src/executeWithSchema.ts":"17","/mnt/vss/_work/1/s/packages/supermassive/src/executeWithoutSchema.ts":"18","/mnt/vss/_work/1/s/packages/supermassive/src/extractImplicitTypesRuntime.ts":"19","/mnt/vss/_work/1/s/packages/supermassive/src/hooks/types.ts":"20","/mnt/vss/_work/1/s/packages/supermassive/src/index.ts":"21","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Maybe.ts":"22","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/ObjMap.ts":"23","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Path.ts":"24","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/PromiseOrValue.ts":"25","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/devAssert.ts":"26","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/didYouMean.ts":"27","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/identityFunc.ts":"28","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/inspect.ts":"29","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/instanceOf.ts":"30","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/invariant.ts":"31","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isAsyncIterable.ts":"32","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isIterableObject.ts":"33","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isObjectLike.ts":"34","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isPromise.ts":"35","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyMap.ts":"36","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyValMap.ts":"37","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/mapValue.ts":"38","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/memoize3.ts":"39","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/naturalCompare.ts":"40","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/printPathArray.ts":"41","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseForObject.ts":"42","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseReduce.ts":"43","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/suggestionList.ts":"44","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/toObjMap.ts":"45","/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithSchema.ts":"46","/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithoutSchema.ts":"47","/mnt/vss/_work/1/s/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts":"48","/mnt/vss/_work/1/s/packages/supermassive/src/types.ts":"49","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/array.ts":"50","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/blankGraphQLTag.ts":"51","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mapAsyncIterator.ts":"52","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mergeResolvers.ts":"53","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/typeNameFromAST.ts":"54","/mnt/vss/_work/1/s/packages/supermassive/src/values.ts":"55"},{"size":7020,"mtime":1685461714906,"results":"56","hashOfConfig":"57"},{"size":967,"mtime":1685461714906,"results":"58","hashOfConfig":"57"},{"size":12147,"mtime":1685461714906,"results":"59","hashOfConfig":"57"},{"size":6843,"mtime":1685461714906,"results":"60","hashOfConfig":"57"},{"size":14346,"mtime":1685461714906,"results":"61","hashOfConfig":"57"},{"size":8279,"mtime":1685461714906,"results":"62","hashOfConfig":"57"},{"size":5086,"mtime":1685461714906,"results":"63","hashOfConfig":"57"},{"size":3662,"mtime":1685461714906,"results":"64","hashOfConfig":"57"},{"size":712,"mtime":1685461714906,"results":"65","hashOfConfig":"57"},{"size":382,"mtime":1685461714906,"results":"66","hashOfConfig":"57"},{"size":128,"mtime":1685461714906,"results":"67","hashOfConfig":"57"},{"size":10389,"mtime":1685461714906,"results":"68","hashOfConfig":"57"},{"size":5387,"mtime":1685461714906,"results":"69","hashOfConfig":"57"},{"size":3431,"mtime":1685461714906,"results":"70","hashOfConfig":"57"},{"size":1649,"mtime":1685461714906,"results":"71","hashOfConfig":"57"},{"size":6580,"mtime":1685461714906,"results":"72","hashOfConfig":"57"},{"size":1278,"mtime":1685461714910,"results":"73","hashOfConfig":"57"},{"size":33248,"mtime":1685461714910,"results":"74","hashOfConfig":"57"},{"size":4918,"mtime":1685461714910,"results":"75","hashOfConfig":"57"},{"size":946,"mtime":1685461714910,"results":"76","hashOfConfig":"57"},{"size":2075,"mtime":1685461714910,"results":"77","hashOfConfig":"57"},{"size":134,"mtime":1685461714910,"results":"78","hashOfConfig":"57"},{"size":277,"mtime":1685461714910,"results":"79","hashOfConfig":"57"},{"size":711,"mtime":1685461714910,"results":"80","hashOfConfig":"57"},{"size":48,"mtime":1685461714910,"results":"81","hashOfConfig":"57"},{"size":269,"mtime":1685461714910,"results":"82","hashOfConfig":"57"},{"size":1038,"mtime":1685461714910,"results":"83","hashOfConfig":"57"},{"size":108,"mtime":1685461714910,"results":"84","hashOfConfig":"57"},{"size":2797,"mtime":1685461714910,"results":"85","hashOfConfig":"57"},{"size":2294,"mtime":1685461714910,"results":"86","hashOfConfig":"57"},{"size":357,"mtime":1685461714910,"results":"87","hashOfConfig":"57"},{"size":325,"mtime":1685461714910,"results":"88","hashOfConfig":"57"},{"size":778,"mtime":1685461714910,"results":"89","hashOfConfig":"57"},{"size":278,"mtime":1685461714910,"results":"90","hashOfConfig":"57"},{"size":227,"mtime":1685461714910,"results":"91","hashOfConfig":"57"},{"size":921,"mtime":1685461714910,"results":"92","hashOfConfig":"57"},{"size":764,"mtime":1685461714910,"results":"93","hashOfConfig":"57"},{"size":441,"mtime":1685461714910,"results":"94","hashOfConfig":"57"},{"size":822,"mtime":1685461714910,"results":"95","hashOfConfig":"57"},{"size":1314,"mtime":1685461714910,"results":"96","hashOfConfig":"57"},{"size":253,"mtime":1685461714910,"results":"97","hashOfConfig":"57"},{"size":650,"mtime":1685461714910,"results":"98","hashOfConfig":"57"},{"size":803,"mtime":1685461714910,"results":"99","hashOfConfig":"57"},{"size":3938,"mtime":1685461714910,"results":"100","hashOfConfig":"57"},{"size":503,"mtime":1685461714910,"results":"101","hashOfConfig":"57"},{"size":1280,"mtime":1685461714910,"results":"102","hashOfConfig":"57"},{"size":9155,"mtime":1685461714910,"results":"103","hashOfConfig":"57"},{"size":495,"mtime":1685461714910,"results":"104","hashOfConfig":"57"},{"size":4671,"mtime":1685461714910,"results":"105","hashOfConfig":"57"},{"size":290,"mtime":1685461714910,"results":"106","hashOfConfig":"57"},{"size":104,"mtime":1685461714910,"results":"107","hashOfConfig":"57"},{"size":1815,"mtime":1685461714910,"results":"108","hashOfConfig":"57"},{"size":735,"mtime":1685461714910,"results":"109","hashOfConfig":"57"},{"size":308,"mtime":1685461714910,"results":"110","hashOfConfig":"57"},{"size":9116,"mtime":1685461714910,"results":"111","hashOfConfig":"57"},{"filePath":"112","messages":"113","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"6qytuh",{"filePath":"114","messages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"118","messages":"119","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"120","messages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"126","messages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"132","messages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"138","messages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"142","messages":"143","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"144","messages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"148","messages":"149","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"150","messages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"154","messages":"155","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"156","messages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"160","messages":"161","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"162","messages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"166","messages":"167","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"168","messages":"169","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"170","messages":"171","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"172","messages":"173","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"174","messages":"175","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"176","messages":"177","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"180","messages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"186","messages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"190","messages":"191","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"194","messages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"196","messages":"197","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"198","messages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"200","messages":"201","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"202","messages":"203","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"204","messages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"208","messages":"209","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"210","messages":"211","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"216","messages":"217","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"218","messages":"219","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"220","messages":"221","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/execute.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/hooks.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/subscribe.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/ast/TypedAST.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/ast/addTypesToRequestDocument.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/index.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/nice-benchmark.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/index.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/models.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/collectFields.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/compiledQuery.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/definition.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/directives.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/executeWithSchema.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/executeWithoutSchema.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/extractImplicitTypesRuntime.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/hooks/types.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/index.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Maybe.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/ObjMap.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Path.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/PromiseOrValue.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/devAssert.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/didYouMean.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/identityFunc.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/inspect.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/instanceOf.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/invariant.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isAsyncIterable.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isIterableObject.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isObjectLike.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isPromise.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyMap.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyValMap.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/mapValue.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/memoize3.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/naturalCompare.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/printPathArray.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseForObject.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseReduce.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/suggestionList.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/toObjMap.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithSchema.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithoutSchema.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/types.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/array.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/blankGraphQLTag.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mapAsyncIterator.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mergeResolvers.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/typeNameFromAST.ts",[],"/mnt/vss/_work/1/s/packages/supermassive/src/values.ts",[]]
|
|
1
|
+
[{"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/execute.test.ts":"1","/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts":"2","/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/hooks.test.ts":"3","/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/subscribe.test.ts":"4","/mnt/vss/_work/1/s/packages/supermassive/src/ast/TypedAST.ts":"5","/mnt/vss/_work/1/s/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts":"6","/mnt/vss/_work/1/s/packages/supermassive/src/ast/addTypesToRequestDocument.ts":"7","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/index.ts":"8","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/nice-benchmark.ts":"9","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/index.ts":"10","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/models.ts":"11","/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts":"12","/mnt/vss/_work/1/s/packages/supermassive/src/collectFields.ts":"13","/mnt/vss/_work/1/s/packages/supermassive/src/definition.ts":"14","/mnt/vss/_work/1/s/packages/supermassive/src/directives.ts":"15","/mnt/vss/_work/1/s/packages/supermassive/src/executeWithSchema.ts":"16","/mnt/vss/_work/1/s/packages/supermassive/src/executeWithoutSchema.ts":"17","/mnt/vss/_work/1/s/packages/supermassive/src/extractImplicitTypesRuntime.ts":"18","/mnt/vss/_work/1/s/packages/supermassive/src/hooks/types.ts":"19","/mnt/vss/_work/1/s/packages/supermassive/src/index.ts":"20","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Maybe.ts":"21","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/ObjMap.ts":"22","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Path.ts":"23","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/PromiseOrValue.ts":"24","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/devAssert.ts":"25","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/didYouMean.ts":"26","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/identityFunc.ts":"27","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/inspect.ts":"28","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/instanceOf.ts":"29","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/invariant.ts":"30","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isAsyncIterable.ts":"31","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isIterableObject.ts":"32","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isObjectLike.ts":"33","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isPromise.ts":"34","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyMap.ts":"35","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyValMap.ts":"36","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/mapValue.ts":"37","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/memoize3.ts":"38","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/naturalCompare.ts":"39","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/printPathArray.ts":"40","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseForObject.ts":"41","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseReduce.ts":"42","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/suggestionList.ts":"43","/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/toObjMap.ts":"44","/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithSchema.ts":"45","/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithoutSchema.ts":"46","/mnt/vss/_work/1/s/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts":"47","/mnt/vss/_work/1/s/packages/supermassive/src/types.ts":"48","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/array.ts":"49","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/blankGraphQLTag.ts":"50","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mapAsyncIterator.ts":"51","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mergeResolvers.ts":"52","/mnt/vss/_work/1/s/packages/supermassive/src/utilities/typeNameFromAST.ts":"53","/mnt/vss/_work/1/s/packages/supermassive/src/values.ts":"54"},{"size":6761,"mtime":1686127466409,"results":"55","hashOfConfig":"56"},{"size":907,"mtime":1686127466409,"results":"57","hashOfConfig":"56"},{"size":12171,"mtime":1686127466409,"results":"58","hashOfConfig":"56"},{"size":6592,"mtime":1686127466409,"results":"59","hashOfConfig":"56"},{"size":14346,"mtime":1686127466409,"results":"60","hashOfConfig":"56"},{"size":8290,"mtime":1686127466409,"results":"61","hashOfConfig":"56"},{"size":5055,"mtime":1686127466409,"results":"62","hashOfConfig":"56"},{"size":3662,"mtime":1686127466409,"results":"63","hashOfConfig":"56"},{"size":773,"mtime":1686127466409,"results":"64","hashOfConfig":"56"},{"size":382,"mtime":1686127466409,"results":"65","hashOfConfig":"56"},{"size":128,"mtime":1686127466409,"results":"66","hashOfConfig":"56"},{"size":10265,"mtime":1686127466409,"results":"67","hashOfConfig":"56"},{"size":5345,"mtime":1686127466409,"results":"68","hashOfConfig":"56"},{"size":1489,"mtime":1686127466409,"results":"69","hashOfConfig":"56"},{"size":6580,"mtime":1686127466409,"results":"70","hashOfConfig":"56"},{"size":1278,"mtime":1686127466409,"results":"71","hashOfConfig":"56"},{"size":33059,"mtime":1686127466409,"results":"72","hashOfConfig":"56"},{"size":4912,"mtime":1686127466409,"results":"73","hashOfConfig":"56"},{"size":941,"mtime":1686127466409,"results":"74","hashOfConfig":"56"},{"size":2080,"mtime":1686127466409,"results":"75","hashOfConfig":"56"},{"size":134,"mtime":1686127466409,"results":"76","hashOfConfig":"56"},{"size":277,"mtime":1686127466409,"results":"77","hashOfConfig":"56"},{"size":711,"mtime":1686127466409,"results":"78","hashOfConfig":"56"},{"size":48,"mtime":1686127466409,"results":"79","hashOfConfig":"56"},{"size":269,"mtime":1686127466409,"results":"80","hashOfConfig":"56"},{"size":1038,"mtime":1686127466409,"results":"81","hashOfConfig":"56"},{"size":108,"mtime":1686127466409,"results":"82","hashOfConfig":"56"},{"size":2860,"mtime":1686127466409,"results":"83","hashOfConfig":"56"},{"size":2294,"mtime":1686127466409,"results":"84","hashOfConfig":"56"},{"size":357,"mtime":1686127466409,"results":"85","hashOfConfig":"56"},{"size":390,"mtime":1686127466409,"results":"86","hashOfConfig":"56"},{"size":843,"mtime":1686127466409,"results":"87","hashOfConfig":"56"},{"size":278,"mtime":1686127466409,"results":"88","hashOfConfig":"56"},{"size":290,"mtime":1686127466409,"results":"89","hashOfConfig":"56"},{"size":921,"mtime":1686127466409,"results":"90","hashOfConfig":"56"},{"size":764,"mtime":1686127466409,"results":"91","hashOfConfig":"56"},{"size":441,"mtime":1686127466409,"results":"92","hashOfConfig":"56"},{"size":822,"mtime":1686127466409,"results":"93","hashOfConfig":"56"},{"size":1314,"mtime":1686127466409,"results":"94","hashOfConfig":"56"},{"size":253,"mtime":1686127466409,"results":"95","hashOfConfig":"56"},{"size":650,"mtime":1686127466409,"results":"96","hashOfConfig":"56"},{"size":803,"mtime":1686127466409,"results":"97","hashOfConfig":"56"},{"size":3938,"mtime":1686127466409,"results":"98","hashOfConfig":"56"},{"size":503,"mtime":1686127466409,"results":"99","hashOfConfig":"56"},{"size":1221,"mtime":1686127466409,"results":"100","hashOfConfig":"56"},{"size":9302,"mtime":1686127466409,"results":"101","hashOfConfig":"56"},{"size":495,"mtime":1686127466409,"results":"102","hashOfConfig":"56"},{"size":4952,"mtime":1686127466409,"results":"103","hashOfConfig":"56"},{"size":298,"mtime":1686127466409,"results":"104","hashOfConfig":"56"},{"size":104,"mtime":1686127466409,"results":"105","hashOfConfig":"56"},{"size":1824,"mtime":1686127466409,"results":"106","hashOfConfig":"56"},{"size":794,"mtime":1686127466409,"results":"107","hashOfConfig":"56"},{"size":308,"mtime":1686127466409,"results":"108","hashOfConfig":"56"},{"size":8994,"mtime":1686127466409,"results":"109","hashOfConfig":"56"},{"filePath":"110","messages":"111","suppressedMessages":"112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1t691mq",{"filePath":"113","messages":"114","suppressedMessages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","suppressedMessages":"118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"119","messages":"120","suppressedMessages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","suppressedMessages":"124","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"125","messages":"126","suppressedMessages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","suppressedMessages":"130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"131","messages":"132","suppressedMessages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","suppressedMessages":"136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"137","messages":"138","suppressedMessages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","suppressedMessages":"142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"143","messages":"144","suppressedMessages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","suppressedMessages":"148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"149","messages":"150","suppressedMessages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","suppressedMessages":"154","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"155","messages":"156","suppressedMessages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","suppressedMessages":"160","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"161","messages":"162","suppressedMessages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","suppressedMessages":"166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"167","messages":"168","suppressedMessages":"169","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"170","messages":"171","suppressedMessages":"172","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"173","messages":"174","suppressedMessages":"175","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"176","messages":"177","suppressedMessages":"178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"179","messages":"180","suppressedMessages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","suppressedMessages":"184","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"185","messages":"186","suppressedMessages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","suppressedMessages":"190","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"191","messages":"192","suppressedMessages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"194","messages":"195","suppressedMessages":"196","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"197","messages":"198","suppressedMessages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"200","messages":"201","suppressedMessages":"202","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"203","messages":"204","suppressedMessages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","suppressedMessages":"208","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"209","messages":"210","suppressedMessages":"211","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","suppressedMessages":"214","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"215","messages":"216","suppressedMessages":"217","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"218","messages":"219","suppressedMessages":"220","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"221","messages":"222","suppressedMessages":"223","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"224","messages":"225","suppressedMessages":"226","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"227","messages":"228","suppressedMessages":"229","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"230","messages":"231","suppressedMessages":"232","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"233","messages":"234","suppressedMessages":"235","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"236","messages":"237","suppressedMessages":"238","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"239","messages":"240","suppressedMessages":"241","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"242","messages":"243","suppressedMessages":"244","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"245","messages":"246","suppressedMessages":"247","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"248","messages":"249","suppressedMessages":"250","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"251","messages":"252","suppressedMessages":"253","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"254","messages":"255","suppressedMessages":"256","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"257","messages":"258","suppressedMessages":"259","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"260","messages":"261","suppressedMessages":"262","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"263","messages":"264","suppressedMessages":"265","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"266","messages":"267","suppressedMessages":"268","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"269","messages":"270","suppressedMessages":"271","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/execute.test.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/extractImplicitTypes.test.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/hooks.test.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/__tests__/subscribe.test.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/ast/TypedAST.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/ast/__tests__/addTypesToRequestDocument.test.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/ast/addTypesToRequestDocument.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/index.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/nice-benchmark.ts",[],["272","273","274"],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/index.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/models.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/benchmarks/swapi-schema/resolvers.ts",[],["275","276","277","278","279","280","281","282","283","284","285","286","287","288","289","290","291","292","293","294","295","296","297","298","299","300","301","302","303","304","305","306","307","308","309","310","311","312","313","314","315","316","317","318","319","320","321","322","323","324","325","326","327","328","329","330","331","332","333","334","335","336","337","338","339","340","341","342","343","344","345","346","347","348","349","350","351","352","353","354","355","356","357","358","359","360","361","362","363","364","365","366"],"/mnt/vss/_work/1/s/packages/supermassive/src/collectFields.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/definition.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/directives.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/executeWithSchema.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/executeWithoutSchema.ts",[],["367"],"/mnt/vss/_work/1/s/packages/supermassive/src/extractImplicitTypesRuntime.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/hooks/types.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/index.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Maybe.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/ObjMap.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/Path.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/PromiseOrValue.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/devAssert.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/didYouMean.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/identityFunc.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/inspect.ts",[],["368"],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/instanceOf.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/invariant.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isAsyncIterable.ts",[],["369"],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isIterableObject.ts",[],["370"],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isObjectLike.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/isPromise.ts",[],["371"],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyMap.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/keyValMap.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/mapValue.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/memoize3.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/naturalCompare.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/printPathArray.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseForObject.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/promiseReduce.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/suggestionList.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/jsutils/toObjMap.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithSchema.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/subscribeWithoutSchema.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/transforms/annotateDocumentGraphQLTransform.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/types.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/array.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/blankGraphQLTag.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mapAsyncIterator.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/mergeResolvers.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/utilities/typeNameFromAST.ts",[],[],"/mnt/vss/_work/1/s/packages/supermassive/src/values.ts",[],[],{"ruleId":"372","severity":1,"message":"373","line":12,"column":45,"nodeType":"374","messageId":"375","endLine":12,"endColumn":48,"suggestions":"376","suppressions":"377"},{"ruleId":"372","severity":1,"message":"373","line":20,"column":28,"nodeType":"374","messageId":"375","endLine":20,"endColumn":31,"suggestions":"378","suppressions":"379"},{"ruleId":"372","severity":1,"message":"373","line":27,"column":17,"nodeType":"374","messageId":"375","endLine":27,"endColumn":20,"suggestions":"380","suppressions":"381"},{"ruleId":"372","severity":1,"message":"373","line":6,"column":35,"nodeType":"374","messageId":"375","endLine":6,"endColumn":38,"suggestions":"382","suppressions":"383"},{"ruleId":"372","severity":1,"message":"373","line":6,"column":40,"nodeType":"374","messageId":"375","endLine":6,"endColumn":43,"suggestions":"384","suppressions":"385"},{"ruleId":"372","severity":1,"message":"373","line":6,"column":45,"nodeType":"374","messageId":"375","endLine":6,"endColumn":48,"suggestions":"386","suppressions":"387"},{"ruleId":"372","severity":1,"message":"373","line":13,"column":28,"nodeType":"374","messageId":"375","endLine":13,"endColumn":31,"suggestions":"388","suppressions":"389"},{"ruleId":"372","severity":1,"message":"373","line":16,"column":39,"nodeType":"374","messageId":"375","endLine":16,"endColumn":42,"suggestions":"390","suppressions":"391"},{"ruleId":"372","severity":1,"message":"373","line":16,"column":44,"nodeType":"374","messageId":"375","endLine":16,"endColumn":47,"suggestions":"392","suppressions":"393"},{"ruleId":"372","severity":1,"message":"373","line":16,"column":49,"nodeType":"374","messageId":"375","endLine":16,"endColumn":52,"suggestions":"394","suppressions":"395"},{"ruleId":"372","severity":1,"message":"373","line":23,"column":28,"nodeType":"374","messageId":"375","endLine":23,"endColumn":31,"suggestions":"396","suppressions":"397"},{"ruleId":"372","severity":1,"message":"373","line":26,"column":52,"nodeType":"374","messageId":"375","endLine":26,"endColumn":55,"suggestions":"398","suppressions":"399"},{"ruleId":"372","severity":1,"message":"373","line":26,"column":57,"nodeType":"374","messageId":"375","endLine":26,"endColumn":60,"suggestions":"400","suppressions":"401"},{"ruleId":"372","severity":1,"message":"373","line":26,"column":62,"nodeType":"374","messageId":"375","endLine":26,"endColumn":65,"suggestions":"402","suppressions":"403"},{"ruleId":"372","severity":1,"message":"373","line":30,"column":30,"nodeType":"374","messageId":"375","endLine":30,"endColumn":33,"suggestions":"404","suppressions":"405"},{"ruleId":"372","severity":1,"message":"373","line":34,"column":38,"nodeType":"374","messageId":"375","endLine":34,"endColumn":41,"suggestions":"406","suppressions":"407"},{"ruleId":"372","severity":1,"message":"373","line":34,"column":43,"nodeType":"374","messageId":"375","endLine":34,"endColumn":46,"suggestions":"408","suppressions":"409"},{"ruleId":"372","severity":1,"message":"373","line":34,"column":48,"nodeType":"374","messageId":"375","endLine":34,"endColumn":51,"suggestions":"410","suppressions":"411"},{"ruleId":"372","severity":1,"message":"373","line":41,"column":28,"nodeType":"374","messageId":"375","endLine":41,"endColumn":31,"suggestions":"412","suppressions":"413"},{"ruleId":"372","severity":1,"message":"373","line":44,"column":37,"nodeType":"374","messageId":"375","endLine":44,"endColumn":40,"suggestions":"414","suppressions":"415"},{"ruleId":"372","severity":1,"message":"373","line":44,"column":42,"nodeType":"374","messageId":"375","endLine":44,"endColumn":45,"suggestions":"416","suppressions":"417"},{"ruleId":"372","severity":1,"message":"373","line":44,"column":47,"nodeType":"374","messageId":"375","endLine":44,"endColumn":50,"suggestions":"418","suppressions":"419"},{"ruleId":"372","severity":1,"message":"373","line":51,"column":28,"nodeType":"374","messageId":"375","endLine":51,"endColumn":31,"suggestions":"420","suppressions":"421"},{"ruleId":"372","severity":1,"message":"373","line":54,"column":37,"nodeType":"374","messageId":"375","endLine":54,"endColumn":40,"suggestions":"422","suppressions":"423"},{"ruleId":"372","severity":1,"message":"373","line":54,"column":42,"nodeType":"374","messageId":"375","endLine":54,"endColumn":45,"suggestions":"424","suppressions":"425"},{"ruleId":"372","severity":1,"message":"373","line":54,"column":47,"nodeType":"374","messageId":"375","endLine":54,"endColumn":50,"suggestions":"426","suppressions":"427"},{"ruleId":"372","severity":1,"message":"373","line":61,"column":28,"nodeType":"374","messageId":"375","endLine":61,"endColumn":31,"suggestions":"428","suppressions":"429"},{"ruleId":"372","severity":1,"message":"373","line":63,"column":39,"nodeType":"374","messageId":"375","endLine":63,"endColumn":42,"suggestions":"430","suppressions":"431"},{"ruleId":"372","severity":1,"message":"373","line":63,"column":44,"nodeType":"374","messageId":"375","endLine":63,"endColumn":47,"suggestions":"432","suppressions":"433"},{"ruleId":"372","severity":1,"message":"373","line":63,"column":49,"nodeType":"374","messageId":"375","endLine":63,"endColumn":52,"suggestions":"434","suppressions":"435"},{"ruleId":"372","severity":1,"message":"373","line":70,"column":20,"nodeType":"374","messageId":"375","endLine":70,"endColumn":23,"suggestions":"436","suppressions":"437"},{"ruleId":"372","severity":1,"message":"373","line":73,"column":36,"nodeType":"374","messageId":"375","endLine":73,"endColumn":39,"suggestions":"438","suppressions":"439"},{"ruleId":"372","severity":1,"message":"373","line":73,"column":41,"nodeType":"374","messageId":"375","endLine":73,"endColumn":44,"suggestions":"440","suppressions":"441"},{"ruleId":"372","severity":1,"message":"373","line":73,"column":46,"nodeType":"374","messageId":"375","endLine":73,"endColumn":49,"suggestions":"442","suppressions":"443"},{"ruleId":"372","severity":1,"message":"373","line":78,"column":50,"nodeType":"374","messageId":"375","endLine":78,"endColumn":53,"suggestions":"444","suppressions":"445"},{"ruleId":"372","severity":1,"message":"373","line":81,"column":36,"nodeType":"374","messageId":"375","endLine":81,"endColumn":39,"suggestions":"446","suppressions":"447"},{"ruleId":"372","severity":1,"message":"373","line":81,"column":41,"nodeType":"374","messageId":"375","endLine":81,"endColumn":44,"suggestions":"448","suppressions":"449"},{"ruleId":"372","severity":1,"message":"373","line":81,"column":46,"nodeType":"374","messageId":"375","endLine":81,"endColumn":49,"suggestions":"450","suppressions":"451"},{"ruleId":"372","severity":1,"message":"373","line":86,"column":51,"nodeType":"374","messageId":"375","endLine":86,"endColumn":54,"suggestions":"452","suppressions":"453"},{"ruleId":"372","severity":1,"message":"373","line":89,"column":34,"nodeType":"374","messageId":"375","endLine":89,"endColumn":37,"suggestions":"454","suppressions":"455"},{"ruleId":"372","severity":1,"message":"373","line":89,"column":39,"nodeType":"374","messageId":"375","endLine":89,"endColumn":42,"suggestions":"456","suppressions":"457"},{"ruleId":"372","severity":1,"message":"373","line":89,"column":44,"nodeType":"374","messageId":"375","endLine":89,"endColumn":47,"suggestions":"458","suppressions":"459"},{"ruleId":"372","severity":1,"message":"373","line":94,"column":47,"nodeType":"374","messageId":"375","endLine":94,"endColumn":50,"suggestions":"460","suppressions":"461"},{"ruleId":"372","severity":1,"message":"373","line":97,"column":38,"nodeType":"374","messageId":"375","endLine":97,"endColumn":41,"suggestions":"462","suppressions":"463"},{"ruleId":"372","severity":1,"message":"373","line":97,"column":43,"nodeType":"374","messageId":"375","endLine":97,"endColumn":46,"suggestions":"464","suppressions":"465"},{"ruleId":"372","severity":1,"message":"373","line":97,"column":48,"nodeType":"374","messageId":"375","endLine":97,"endColumn":51,"suggestions":"466","suppressions":"467"},{"ruleId":"372","severity":1,"message":"373","line":104,"column":22,"nodeType":"374","messageId":"375","endLine":104,"endColumn":25,"suggestions":"468","suppressions":"469"},{"ruleId":"372","severity":1,"message":"373","line":107,"column":39,"nodeType":"374","messageId":"375","endLine":107,"endColumn":42,"suggestions":"470","suppressions":"471"},{"ruleId":"372","severity":1,"message":"373","line":107,"column":44,"nodeType":"374","messageId":"375","endLine":107,"endColumn":47,"suggestions":"472","suppressions":"473"},{"ruleId":"372","severity":1,"message":"373","line":107,"column":49,"nodeType":"374","messageId":"375","endLine":107,"endColumn":52,"suggestions":"474","suppressions":"475"},{"ruleId":"372","severity":1,"message":"373","line":114,"column":23,"nodeType":"374","messageId":"375","endLine":114,"endColumn":26,"suggestions":"476","suppressions":"477"},{"ruleId":"372","severity":1,"message":"373","line":117,"column":37,"nodeType":"374","messageId":"375","endLine":117,"endColumn":40,"suggestions":"478","suppressions":"479"},{"ruleId":"372","severity":1,"message":"373","line":117,"column":42,"nodeType":"374","messageId":"375","endLine":117,"endColumn":45,"suggestions":"480","suppressions":"481"},{"ruleId":"372","severity":1,"message":"373","line":117,"column":47,"nodeType":"374","messageId":"375","endLine":117,"endColumn":50,"suggestions":"482","suppressions":"483"},{"ruleId":"372","severity":1,"message":"373","line":122,"column":53,"nodeType":"374","messageId":"375","endLine":122,"endColumn":56,"suggestions":"484","suppressions":"485"},{"ruleId":"372","severity":1,"message":"373","line":125,"column":48,"nodeType":"374","messageId":"375","endLine":125,"endColumn":51,"suggestions":"486","suppressions":"487"},{"ruleId":"372","severity":1,"message":"373","line":125,"column":53,"nodeType":"374","messageId":"375","endLine":125,"endColumn":56,"suggestions":"488","suppressions":"489"},{"ruleId":"372","severity":1,"message":"373","line":125,"column":58,"nodeType":"374","messageId":"375","endLine":125,"endColumn":61,"suggestions":"490","suppressions":"491"},{"ruleId":"372","severity":1,"message":"373","line":132,"column":22,"nodeType":"374","messageId":"375","endLine":132,"endColumn":25,"suggestions":"492","suppressions":"493"},{"ruleId":"372","severity":1,"message":"373","line":135,"column":49,"nodeType":"374","messageId":"375","endLine":135,"endColumn":52,"suggestions":"494","suppressions":"495"},{"ruleId":"372","severity":1,"message":"373","line":135,"column":54,"nodeType":"374","messageId":"375","endLine":135,"endColumn":57,"suggestions":"496","suppressions":"497"},{"ruleId":"372","severity":1,"message":"373","line":135,"column":59,"nodeType":"374","messageId":"375","endLine":135,"endColumn":62,"suggestions":"498","suppressions":"499"},{"ruleId":"372","severity":1,"message":"373","line":142,"column":22,"nodeType":"374","messageId":"375","endLine":142,"endColumn":25,"suggestions":"500","suppressions":"501"},{"ruleId":"372","severity":1,"message":"373","line":145,"column":48,"nodeType":"374","messageId":"375","endLine":145,"endColumn":51,"suggestions":"502","suppressions":"503"},{"ruleId":"372","severity":1,"message":"373","line":145,"column":53,"nodeType":"374","messageId":"375","endLine":145,"endColumn":56,"suggestions":"504","suppressions":"505"},{"ruleId":"372","severity":1,"message":"373","line":145,"column":58,"nodeType":"374","messageId":"375","endLine":145,"endColumn":61,"suggestions":"506","suppressions":"507"},{"ruleId":"372","severity":1,"message":"373","line":152,"column":20,"nodeType":"374","messageId":"375","endLine":152,"endColumn":23,"suggestions":"508","suppressions":"509"},{"ruleId":"372","severity":1,"message":"373","line":155,"column":49,"nodeType":"374","messageId":"375","endLine":155,"endColumn":52,"suggestions":"510","suppressions":"511"},{"ruleId":"372","severity":1,"message":"373","line":155,"column":54,"nodeType":"374","messageId":"375","endLine":155,"endColumn":57,"suggestions":"512","suppressions":"513"},{"ruleId":"372","severity":1,"message":"373","line":155,"column":59,"nodeType":"374","messageId":"375","endLine":155,"endColumn":62,"suggestions":"514","suppressions":"515"},{"ruleId":"372","severity":1,"message":"373","line":162,"column":23,"nodeType":"374","messageId":"375","endLine":162,"endColumn":26,"suggestions":"516","suppressions":"517"},{"ruleId":"372","severity":1,"message":"373","line":165,"column":51,"nodeType":"374","messageId":"375","endLine":165,"endColumn":54,"suggestions":"518","suppressions":"519"},{"ruleId":"372","severity":1,"message":"373","line":165,"column":56,"nodeType":"374","messageId":"375","endLine":165,"endColumn":59,"suggestions":"520","suppressions":"521"},{"ruleId":"372","severity":1,"message":"373","line":165,"column":61,"nodeType":"374","messageId":"375","endLine":165,"endColumn":64,"suggestions":"522","suppressions":"523"},{"ruleId":"372","severity":1,"message":"373","line":172,"column":24,"nodeType":"374","messageId":"375","endLine":172,"endColumn":27,"suggestions":"524","suppressions":"525"},{"ruleId":"372","severity":1,"message":"373","line":175,"column":50,"nodeType":"374","messageId":"375","endLine":175,"endColumn":53,"suggestions":"526","suppressions":"527"},{"ruleId":"372","severity":1,"message":"373","line":175,"column":55,"nodeType":"374","messageId":"375","endLine":175,"endColumn":58,"suggestions":"528","suppressions":"529"},{"ruleId":"372","severity":1,"message":"373","line":175,"column":60,"nodeType":"374","messageId":"375","endLine":175,"endColumn":63,"suggestions":"530","suppressions":"531"},{"ruleId":"372","severity":1,"message":"373","line":182,"column":23,"nodeType":"374","messageId":"375","endLine":182,"endColumn":26,"suggestions":"532","suppressions":"533"},{"ruleId":"372","severity":1,"message":"373","line":185,"column":41,"nodeType":"374","messageId":"375","endLine":185,"endColumn":44,"suggestions":"534","suppressions":"535"},{"ruleId":"372","severity":1,"message":"373","line":185,"column":46,"nodeType":"374","messageId":"375","endLine":185,"endColumn":49,"suggestions":"536","suppressions":"537"},{"ruleId":"372","severity":1,"message":"373","line":185,"column":51,"nodeType":"374","messageId":"375","endLine":185,"endColumn":54,"suggestions":"538","suppressions":"539"},{"ruleId":"372","severity":1,"message":"373","line":196,"column":17,"nodeType":"374","messageId":"375","endLine":196,"endColumn":20,"suggestions":"540","suppressions":"541"},{"ruleId":"372","severity":1,"message":"373","line":203,"column":52,"nodeType":"374","messageId":"375","endLine":203,"endColumn":55,"suggestions":"542","suppressions":"543"},{"ruleId":"372","severity":1,"message":"373","line":203,"column":57,"nodeType":"374","messageId":"375","endLine":203,"endColumn":60,"suggestions":"544","suppressions":"545"},{"ruleId":"372","severity":1,"message":"373","line":203,"column":62,"nodeType":"374","messageId":"375","endLine":203,"endColumn":65,"suggestions":"546","suppressions":"547"},{"ruleId":"372","severity":1,"message":"373","line":210,"column":25,"nodeType":"374","messageId":"375","endLine":210,"endColumn":28,"suggestions":"548","suppressions":"549"},{"ruleId":"372","severity":1,"message":"373","line":215,"column":27,"nodeType":"374","messageId":"375","endLine":215,"endColumn":30,"suggestions":"550","suppressions":"551"},{"ruleId":"372","severity":1,"message":"373","line":228,"column":15,"nodeType":"374","messageId":"375","endLine":228,"endColumn":18,"suggestions":"552","suppressions":"553"},{"ruleId":"372","severity":1,"message":"373","line":231,"column":15,"nodeType":"374","messageId":"375","endLine":231,"endColumn":18,"suggestions":"554","suppressions":"555"},{"ruleId":"372","severity":1,"message":"373","line":234,"column":15,"nodeType":"374","messageId":"375","endLine":234,"endColumn":18,"suggestions":"556","suppressions":"557"},{"ruleId":"372","severity":1,"message":"373","line":237,"column":15,"nodeType":"374","messageId":"375","endLine":237,"endColumn":18,"suggestions":"558","suppressions":"559"},{"ruleId":"372","severity":1,"message":"373","line":240,"column":15,"nodeType":"374","messageId":"375","endLine":240,"endColumn":18,"suggestions":"560","suppressions":"561"},{"ruleId":"372","severity":1,"message":"373","line":243,"column":15,"nodeType":"374","messageId":"375","endLine":243,"endColumn":18,"suggestions":"562","suppressions":"563"},{"ruleId":"372","severity":1,"message":"373","line":246,"column":15,"nodeType":"374","messageId":"375","endLine":246,"endColumn":18,"suggestions":"564","suppressions":"565"},{"ruleId":"372","severity":1,"message":"373","line":1111,"column":21,"nodeType":"374","messageId":"375","endLine":1111,"endColumn":24,"suggestions":"566","suppressions":"567"},{"ruleId":"372","severity":1,"message":"373","line":58,"column":28,"nodeType":"374","messageId":"375","endLine":58,"endColumn":31,"suggestions":"568","suppressions":"569"},{"ruleId":"372","severity":1,"message":"373","line":7,"column":23,"nodeType":"374","messageId":"375","endLine":7,"endColumn":26,"suggestions":"570","suppressions":"571"},{"ruleId":"372","severity":1,"message":"373","line":19,"column":18,"nodeType":"374","messageId":"375","endLine":19,"endColumn":21,"suggestions":"572","suppressions":"573"},{"ruleId":"372","severity":1,"message":"373","line":6,"column":34,"nodeType":"374","messageId":"375","endLine":6,"endColumn":37,"suggestions":"574","suppressions":"575"},"@typescript-eslint/no-explicit-any","Unexpected any. Specify a different type.","TSAnyKeyword","unexpectedAny",["576","577"],["578"],["579","580"],["581"],["582","583"],["584"],["585","586"],["587"],["588","589"],["590"],["591","592"],["593"],["594","595"],["596"],["597","598"],["599"],["600","601"],["602"],["603","604"],["605"],["606","607"],["608"],["609","610"],["611"],["612","613"],["614"],["615","616"],["617"],["618","619"],["620"],["621","622"],["623"],["624","625"],["626"],["627","628"],["629"],["630","631"],["632"],["633","634"],["635"],["636","637"],["638"],["639","640"],["641"],["642","643"],["644"],["645","646"],["647"],["648","649"],["650"],["651","652"],["653"],["654","655"],["656"],["657","658"],["659"],["660","661"],["662"],["663","664"],["665"],["666","667"],["668"],["669","670"],["671"],["672","673"],["674"],["675","676"],["677"],["678","679"],["680"],["681","682"],["683"],["684","685"],["686"],["687","688"],["689"],["690","691"],["692"],["693","694"],["695"],["696","697"],["698"],["699","700"],["701"],["702","703"],["704"],["705","706"],["707"],["708","709"],["710"],["711","712"],["713"],["714","715"],["716"],["717","718"],["719"],["720","721"],["722"],["723","724"],["725"],["726","727"],["728"],["729","730"],["731"],["732","733"],["734"],["735","736"],["737"],["738","739"],["740"],["741","742"],["743"],["744","745"],["746"],["747","748"],["749"],["750","751"],["752"],["753","754"],["755"],["756","757"],["758"],["759","760"],["761"],["762","763"],["764"],["765","766"],["767"],["768","769"],["770"],["771","772"],["773"],["774","775"],["776"],["777","778"],["779"],["780","781"],["782"],["783","784"],["785"],["786","787"],["788"],["789","790"],["791"],["792","793"],["794"],["795","796"],["797"],["798","799"],["800"],["801","802"],["803"],["804","805"],["806"],["807","808"],["809"],["810","811"],["812"],["813","814"],["815"],["816","817"],["818"],["819","820"],["821"],["822","823"],["824"],["825","826"],["827"],["828","829"],["830"],["831","832"],["833"],["834","835"],["836"],["837","838"],["839"],["840","841"],["842"],["843","844"],["845"],["846","847"],["848"],["849","850"],["851"],["852","853"],["854"],["855","856"],["857"],["858","859"],["860"],["861","862"],["863"],["864","865"],["866"],["867","868"],["869"],["870","871"],["872"],["873","874"],["875"],{"messageId":"876","fix":"877","desc":"878"},{"messageId":"879","fix":"880","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"884","desc":"878"},{"messageId":"879","fix":"885","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"886","desc":"878"},{"messageId":"879","fix":"887","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"888","desc":"878"},{"messageId":"879","fix":"889","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"890","desc":"878"},{"messageId":"879","fix":"891","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"892","desc":"878"},{"messageId":"879","fix":"893","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"894","desc":"878"},{"messageId":"879","fix":"895","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"896","desc":"878"},{"messageId":"879","fix":"897","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"898","desc":"878"},{"messageId":"879","fix":"899","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"900","desc":"878"},{"messageId":"879","fix":"901","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"902","desc":"878"},{"messageId":"879","fix":"903","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"904","desc":"878"},{"messageId":"879","fix":"905","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"906","desc":"878"},{"messageId":"879","fix":"907","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"908","desc":"878"},{"messageId":"879","fix":"909","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"910","desc":"878"},{"messageId":"879","fix":"911","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"912","desc":"878"},{"messageId":"879","fix":"913","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"914","desc":"878"},{"messageId":"879","fix":"915","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"916","desc":"878"},{"messageId":"879","fix":"917","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"918","desc":"878"},{"messageId":"879","fix":"919","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"920","desc":"878"},{"messageId":"879","fix":"921","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"922","desc":"878"},{"messageId":"879","fix":"923","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"924","desc":"878"},{"messageId":"879","fix":"925","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"926","desc":"878"},{"messageId":"879","fix":"927","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"928","desc":"878"},{"messageId":"879","fix":"929","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"930","desc":"878"},{"messageId":"879","fix":"931","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"932","desc":"878"},{"messageId":"879","fix":"933","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"934","desc":"878"},{"messageId":"879","fix":"935","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"936","desc":"878"},{"messageId":"879","fix":"937","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"938","desc":"878"},{"messageId":"879","fix":"939","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"940","desc":"878"},{"messageId":"879","fix":"941","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"942","desc":"878"},{"messageId":"879","fix":"943","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"944","desc":"878"},{"messageId":"879","fix":"945","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"946","desc":"878"},{"messageId":"879","fix":"947","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"948","desc":"878"},{"messageId":"879","fix":"949","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"950","desc":"878"},{"messageId":"879","fix":"951","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"952","desc":"878"},{"messageId":"879","fix":"953","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"954","desc":"878"},{"messageId":"879","fix":"955","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"956","desc":"878"},{"messageId":"879","fix":"957","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"958","desc":"878"},{"messageId":"879","fix":"959","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"960","desc":"878"},{"messageId":"879","fix":"961","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"962","desc":"878"},{"messageId":"879","fix":"963","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"964","desc":"878"},{"messageId":"879","fix":"965","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"966","desc":"878"},{"messageId":"879","fix":"967","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"968","desc":"878"},{"messageId":"879","fix":"969","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"970","desc":"878"},{"messageId":"879","fix":"971","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"972","desc":"878"},{"messageId":"879","fix":"973","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"974","desc":"878"},{"messageId":"879","fix":"975","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"976","desc":"878"},{"messageId":"879","fix":"977","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"978","desc":"878"},{"messageId":"879","fix":"979","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"980","desc":"878"},{"messageId":"879","fix":"981","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"982","desc":"878"},{"messageId":"879","fix":"983","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"984","desc":"878"},{"messageId":"879","fix":"985","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"986","desc":"878"},{"messageId":"879","fix":"987","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"988","desc":"878"},{"messageId":"879","fix":"989","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"990","desc":"878"},{"messageId":"879","fix":"991","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"992","desc":"878"},{"messageId":"879","fix":"993","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"994","desc":"878"},{"messageId":"879","fix":"995","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"996","desc":"878"},{"messageId":"879","fix":"997","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"998","desc":"878"},{"messageId":"879","fix":"999","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1000","desc":"878"},{"messageId":"879","fix":"1001","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1002","desc":"878"},{"messageId":"879","fix":"1003","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1004","desc":"878"},{"messageId":"879","fix":"1005","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1006","desc":"878"},{"messageId":"879","fix":"1007","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1008","desc":"878"},{"messageId":"879","fix":"1009","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1010","desc":"878"},{"messageId":"879","fix":"1011","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1012","desc":"878"},{"messageId":"879","fix":"1013","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1014","desc":"878"},{"messageId":"879","fix":"1015","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1016","desc":"878"},{"messageId":"879","fix":"1017","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1018","desc":"878"},{"messageId":"879","fix":"1019","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1020","desc":"878"},{"messageId":"879","fix":"1021","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1022","desc":"878"},{"messageId":"879","fix":"1023","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1024","desc":"878"},{"messageId":"879","fix":"1025","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1026","desc":"878"},{"messageId":"879","fix":"1027","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1028","desc":"878"},{"messageId":"879","fix":"1029","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1030","desc":"878"},{"messageId":"879","fix":"1031","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1032","desc":"878"},{"messageId":"879","fix":"1033","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1034","desc":"878"},{"messageId":"879","fix":"1035","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1036","desc":"878"},{"messageId":"879","fix":"1037","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1038","desc":"878"},{"messageId":"879","fix":"1039","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1040","desc":"878"},{"messageId":"879","fix":"1041","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1042","desc":"878"},{"messageId":"879","fix":"1043","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1044","desc":"878"},{"messageId":"879","fix":"1045","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1046","desc":"878"},{"messageId":"879","fix":"1047","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1048","desc":"878"},{"messageId":"879","fix":"1049","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1050","desc":"878"},{"messageId":"879","fix":"1051","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1052","desc":"878"},{"messageId":"879","fix":"1053","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1054","desc":"878"},{"messageId":"879","fix":"1055","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1056","desc":"878"},{"messageId":"879","fix":"1057","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1058","desc":"878"},{"messageId":"879","fix":"1059","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1060","desc":"878"},{"messageId":"879","fix":"1061","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1062","desc":"878"},{"messageId":"879","fix":"1063","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1064","desc":"878"},{"messageId":"879","fix":"1065","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1066","desc":"878"},{"messageId":"879","fix":"1067","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1068","desc":"878"},{"messageId":"879","fix":"1069","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1070","desc":"878"},{"messageId":"879","fix":"1071","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1072","desc":"878"},{"messageId":"879","fix":"1073","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1074","desc":"878"},{"messageId":"879","fix":"1075","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1076","desc":"878"},{"messageId":"879","fix":"1077","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1078","desc":"878"},{"messageId":"879","fix":"1079","desc":"881"},{"kind":"882","justification":"883"},{"messageId":"876","fix":"1080","desc":"878"},{"messageId":"879","fix":"1081","desc":"881"},{"kind":"882","justification":"883"},"suggestUnknown",{"range":"1082","text":"1083"},"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct.","suggestNever",{"range":"1082","text":"1084"},"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of.","directive","",{"range":"1085","text":"1083"},{"range":"1085","text":"1084"},{"range":"1086","text":"1083"},{"range":"1086","text":"1084"},{"range":"1087","text":"1083"},{"range":"1087","text":"1084"},{"range":"1088","text":"1083"},{"range":"1088","text":"1084"},{"range":"1089","text":"1083"},{"range":"1089","text":"1084"},{"range":"1090","text":"1083"},{"range":"1090","text":"1084"},{"range":"1091","text":"1083"},{"range":"1091","text":"1084"},{"range":"1092","text":"1083"},{"range":"1092","text":"1084"},{"range":"1093","text":"1083"},{"range":"1093","text":"1084"},{"range":"1094","text":"1083"},{"range":"1094","text":"1084"},{"range":"1095","text":"1083"},{"range":"1095","text":"1084"},{"range":"1096","text":"1083"},{"range":"1096","text":"1084"},{"range":"1097","text":"1083"},{"range":"1097","text":"1084"},{"range":"1098","text":"1083"},{"range":"1098","text":"1084"},{"range":"1099","text":"1083"},{"range":"1099","text":"1084"},{"range":"1100","text":"1083"},{"range":"1100","text":"1084"},{"range":"1101","text":"1083"},{"range":"1101","text":"1084"},{"range":"1102","text":"1083"},{"range":"1102","text":"1084"},{"range":"1103","text":"1083"},{"range":"1103","text":"1084"},{"range":"1104","text":"1083"},{"range":"1104","text":"1084"},{"range":"1105","text":"1083"},{"range":"1105","text":"1084"},{"range":"1106","text":"1083"},{"range":"1106","text":"1084"},{"range":"1107","text":"1083"},{"range":"1107","text":"1084"},{"range":"1108","text":"1083"},{"range":"1108","text":"1084"},{"range":"1109","text":"1083"},{"range":"1109","text":"1084"},{"range":"1110","text":"1083"},{"range":"1110","text":"1084"},{"range":"1111","text":"1083"},{"range":"1111","text":"1084"},{"range":"1112","text":"1083"},{"range":"1112","text":"1084"},{"range":"1113","text":"1083"},{"range":"1113","text":"1084"},{"range":"1114","text":"1083"},{"range":"1114","text":"1084"},{"range":"1115","text":"1083"},{"range":"1115","text":"1084"},{"range":"1116","text":"1083"},{"range":"1116","text":"1084"},{"range":"1117","text":"1083"},{"range":"1117","text":"1084"},{"range":"1118","text":"1083"},{"range":"1118","text":"1084"},{"range":"1119","text":"1083"},{"range":"1119","text":"1084"},{"range":"1120","text":"1083"},{"range":"1120","text":"1084"},{"range":"1121","text":"1083"},{"range":"1121","text":"1084"},{"range":"1122","text":"1083"},{"range":"1122","text":"1084"},{"range":"1123","text":"1083"},{"range":"1123","text":"1084"},{"range":"1124","text":"1083"},{"range":"1124","text":"1084"},{"range":"1125","text":"1083"},{"range":"1125","text":"1084"},{"range":"1126","text":"1083"},{"range":"1126","text":"1084"},{"range":"1127","text":"1083"},{"range":"1127","text":"1084"},{"range":"1128","text":"1083"},{"range":"1128","text":"1084"},{"range":"1129","text":"1083"},{"range":"1129","text":"1084"},{"range":"1130","text":"1083"},{"range":"1130","text":"1084"},{"range":"1131","text":"1083"},{"range":"1131","text":"1084"},{"range":"1132","text":"1083"},{"range":"1132","text":"1084"},{"range":"1133","text":"1083"},{"range":"1133","text":"1084"},{"range":"1134","text":"1083"},{"range":"1134","text":"1084"},{"range":"1135","text":"1083"},{"range":"1135","text":"1084"},{"range":"1136","text":"1083"},{"range":"1136","text":"1084"},{"range":"1137","text":"1083"},{"range":"1137","text":"1084"},{"range":"1138","text":"1083"},{"range":"1138","text":"1084"},{"range":"1139","text":"1083"},{"range":"1139","text":"1084"},{"range":"1140","text":"1083"},{"range":"1140","text":"1084"},{"range":"1141","text":"1083"},{"range":"1141","text":"1084"},{"range":"1142","text":"1083"},{"range":"1142","text":"1084"},{"range":"1143","text":"1083"},{"range":"1143","text":"1084"},{"range":"1144","text":"1083"},{"range":"1144","text":"1084"},{"range":"1145","text":"1083"},{"range":"1145","text":"1084"},{"range":"1146","text":"1083"},{"range":"1146","text":"1084"},{"range":"1147","text":"1083"},{"range":"1147","text":"1084"},{"range":"1148","text":"1083"},{"range":"1148","text":"1084"},{"range":"1149","text":"1083"},{"range":"1149","text":"1084"},{"range":"1150","text":"1083"},{"range":"1150","text":"1084"},{"range":"1151","text":"1083"},{"range":"1151","text":"1084"},{"range":"1152","text":"1083"},{"range":"1152","text":"1084"},{"range":"1153","text":"1083"},{"range":"1153","text":"1084"},{"range":"1154","text":"1083"},{"range":"1154","text":"1084"},{"range":"1155","text":"1083"},{"range":"1155","text":"1084"},{"range":"1156","text":"1083"},{"range":"1156","text":"1084"},{"range":"1157","text":"1083"},{"range":"1157","text":"1084"},{"range":"1158","text":"1083"},{"range":"1158","text":"1084"},{"range":"1159","text":"1083"},{"range":"1159","text":"1084"},{"range":"1160","text":"1083"},{"range":"1160","text":"1084"},{"range":"1161","text":"1083"},{"range":"1161","text":"1084"},{"range":"1162","text":"1083"},{"range":"1162","text":"1084"},{"range":"1163","text":"1083"},{"range":"1163","text":"1084"},{"range":"1164","text":"1083"},{"range":"1164","text":"1084"},{"range":"1165","text":"1083"},{"range":"1165","text":"1084"},{"range":"1166","text":"1083"},{"range":"1166","text":"1084"},{"range":"1167","text":"1083"},{"range":"1167","text":"1084"},{"range":"1168","text":"1083"},{"range":"1168","text":"1084"},{"range":"1169","text":"1083"},{"range":"1169","text":"1084"},{"range":"1170","text":"1083"},{"range":"1170","text":"1084"},{"range":"1171","text":"1083"},{"range":"1171","text":"1084"},{"range":"1172","text":"1083"},{"range":"1172","text":"1084"},{"range":"1173","text":"1083"},{"range":"1173","text":"1084"},{"range":"1174","text":"1083"},{"range":"1174","text":"1084"},{"range":"1175","text":"1083"},{"range":"1175","text":"1084"},{"range":"1176","text":"1083"},{"range":"1176","text":"1084"},{"range":"1177","text":"1083"},{"range":"1177","text":"1084"},{"range":"1178","text":"1083"},{"range":"1178","text":"1084"},{"range":"1179","text":"1083"},{"range":"1179","text":"1084"},{"range":"1180","text":"1083"},{"range":"1180","text":"1084"},{"range":"1181","text":"1083"},{"range":"1181","text":"1084"},{"range":"1182","text":"1083"},{"range":"1182","text":"1084"},{"range":"1183","text":"1083"},{"range":"1183","text":"1084"},[309,312],"unknown","never",[497,500],[593,596],[271,274],[276,279],[281,284],[396,399],[476,479],[481,484],[486,489],[605,608],[702,705],[707,710],[712,715],[834,837],[916,919],[921,924],[926,929],[1044,1047],[1125,1128],[1130,1133],[1135,1138],[1252,1255],[1332,1335],[1337,1340],[1342,1345],[1459,1462],[1540,1543],[1545,1548],[1550,1553],[1659,1662],[1739,1742],[1744,1747],[1749,1752],[1849,1852],[1915,1918],[1920,1923],[1925,1928],[2026,2029],[2090,2093],[2095,2098],[2100,2103],[2197,2200],[2263,2266],[2268,2271],[2273,2276],[2388,2391],[2459,2462],[2464,2467],[2469,2472],[2585,2588],[2655,2658],[2660,2663],[2665,2668],[2768,2771],[2847,2850],[2852,2855],[2857,2860],[2973,2976],[3077,3080],[3082,3085],[3087,3090],[3204,3207],[3307,3310],[3312,3315],[3317,3320],[3430,3433],[3533,3536],[3538,3541],[3543,3546],[3661,3664],[3768,3771],[3773,3776],[3778,3781],[3899,3902],[4006,4009],[4011,4014],[4016,4019],[4135,4138],[4232,4235],[4237,4240],[4242,4245],[4509,4512],[4726,4729],[4731,4734],[4736,4739],[4858,4861],[5023,5026],[5325,5328],[5461,5464],[5600,5603],[5739,5742],[5881,5884],[6025,6028],[6168,6171],[32338,32341],[1337,1340],[258,261],[680,683],[210,213]]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @graphitation/supermassive
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 07 Jun 2023 08:48:11 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.4.7
|
|
8
|
+
|
|
9
|
+
Wed, 07 Jun 2023 08:48:11 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Fix type export (mnovikov@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 2.4.6
|
|
8
16
|
|
|
9
|
-
Tue, 30 May 2023 15:52:
|
|
17
|
+
Tue, 30 May 2023 15:52:16 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addTypesToRequestDocument.d.ts","sourceRoot":"","sources":["../../src/ast/addTypesToRequestDocument.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,
|
|
1
|
+
{"version":3,"file":"addTypesToRequestDocument.d.ts","sourceRoot":"","sources":["../../src/ast/addTypesToRequestDocument.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,EAUd,MAAM,SAAS,CAAC;AAEjB,OAAO,KAAK,WAAW,MAAM,sBAAsB,CAAC;AACpD,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,cAAc,YAAY,CAAC;AAE3B,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,aAAa,EACrB,QAAQ,EAAE,WAAW,CAAC,YAAY,GACjC,QAAQ,CAAC,YAAY,CA+FvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nice-benchmark.d.ts","sourceRoot":"","sources":["../../src/benchmarks/nice-benchmark.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nice-benchmark.d.ts","sourceRoot":"","sources":["../../src/benchmarks/nice-benchmark.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,OAAO,aAAa;IAChC,OAAO,CAAC,IAAI,CAAS;IACrB,OAAO,CAAC,KAAK,CAAQ;gBAET,IAAI,EAAE,MAAM;IAQxB,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;IAUhD,GAAG,CAAC,OAAO,CAAC,EAAE,GAAG,GAAG,OAAO,CAAC,OAAO,CAAC;CAOrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolvers.d.ts","sourceRoot":"","sources":["../../../src/benchmarks/swapi-schema/resolvers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"resolvers.d.ts","sourceRoot":"","sources":["../../../src/benchmarks/swapi-schema/resolvers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,2BAA2B,EAAE,MAAM,uBAAuB,CAAC;AAkNpE,QAAA,MAAM,SAAS,EAAE,2BAA2B,CAAC,WAAW,CA8KvD,CAAC;AAKF,eAAe,SAAS,CAAC"}
|
|
@@ -59,70 +59,67 @@ __export(resolvers_exports, {
|
|
|
59
59
|
});
|
|
60
60
|
module.exports = __toCommonJS(resolvers_exports);
|
|
61
61
|
var import_iterall = require("iterall");
|
|
62
|
-
const films = (parent,
|
|
62
|
+
const films = (parent, _args, { models }) => {
|
|
63
63
|
return models.getData("/films").filter(({ id }) => parent.films.includes(id));
|
|
64
64
|
};
|
|
65
|
-
const starships = (parent,
|
|
66
|
-
return models.getData("/starships").filter(({ id
|
|
65
|
+
const starships = (parent, _args, { models }) => {
|
|
66
|
+
return models.getData("/starships").filter(({ id }) => parent.starships.includes(id));
|
|
67
67
|
};
|
|
68
68
|
function people(key) {
|
|
69
|
-
return (parent,
|
|
69
|
+
return (parent, _args, { models }) => {
|
|
70
70
|
return models.getData("/people").filter(({ id }) => parent[key].includes(id));
|
|
71
71
|
};
|
|
72
72
|
}
|
|
73
|
-
const vehicles = (parent,
|
|
73
|
+
const vehicles = (parent, _args, { models }) => {
|
|
74
74
|
return models.getData("/vehicles").filter(({ id }) => parent.vehicles.includes(id));
|
|
75
75
|
};
|
|
76
|
-
const
|
|
77
|
-
return models.getData("/transport").filter(({ id }) => parent.starships.includes(id));
|
|
78
|
-
};
|
|
79
|
-
const planets = (parent, args, { models }) => {
|
|
76
|
+
const planets = (parent, _args, { models }) => {
|
|
80
77
|
return models.getData("/planets").filter(({ id }) => parent.planets.includes(id));
|
|
81
78
|
};
|
|
82
|
-
const species = (parent,
|
|
79
|
+
const species = (parent, _args, { models }) => {
|
|
83
80
|
return models.getData("/species").filter(({ id }) => parent.species.includes(id));
|
|
84
81
|
};
|
|
85
|
-
const homeworld = (parent,
|
|
82
|
+
const homeworld = (parent, _args, { models }) => {
|
|
86
83
|
return models.getData("/planets").find((planet2) => planet2.id === parent.homeworld);
|
|
87
84
|
};
|
|
88
|
-
const person = (
|
|
85
|
+
const person = (_parent, { id }, { models }) => {
|
|
89
86
|
return models.getData("/people").find((person2) => person2.id === id);
|
|
90
87
|
};
|
|
91
|
-
const planet = (
|
|
88
|
+
const planet = (_parent, { id }, { models }) => {
|
|
92
89
|
return models.getData("/planets").find((planet2) => planet2.id === id);
|
|
93
90
|
};
|
|
94
|
-
const film = (
|
|
91
|
+
const film = (_parent, { id }, { models }) => {
|
|
95
92
|
return models.getData("/films").find((film2) => film2.id === id);
|
|
96
93
|
};
|
|
97
|
-
const starship = (
|
|
94
|
+
const starship = (_parent, { id }, { models }) => {
|
|
98
95
|
return models.getData("/starships").find((starship2) => starship2.id === id);
|
|
99
96
|
};
|
|
100
|
-
const transport = (
|
|
97
|
+
const transport = (_parent, { id }, { models }) => {
|
|
101
98
|
return models.getData("/transport").find((transport2) => transport2.id === id);
|
|
102
99
|
};
|
|
103
|
-
const vehicle = (
|
|
100
|
+
const vehicle = (_parent, { id }, { models }) => {
|
|
104
101
|
return models.getData("/vehicles").find((vehicle2) => vehicle2.id === id);
|
|
105
102
|
};
|
|
106
|
-
const searchPeopleByName = (
|
|
103
|
+
const searchPeopleByName = (_parent, { search }, { models }) => {
|
|
107
104
|
return models.getData("/people").filter((person2) => new RegExp(search, "i").test(person2.name));
|
|
108
105
|
};
|
|
109
|
-
const searchPlanetsByName = (
|
|
106
|
+
const searchPlanetsByName = (_parent, { search }, { models }) => {
|
|
110
107
|
return models.getData("/planets").filter((planet2) => new RegExp(search, "i").test(planet2.name));
|
|
111
108
|
};
|
|
112
|
-
const searchFilmsByTitle = (
|
|
109
|
+
const searchFilmsByTitle = (_parent, { search }, { models }) => {
|
|
113
110
|
return models.getData("/films").filter((film2) => new RegExp(search, "i").test(film2.title));
|
|
114
111
|
};
|
|
115
|
-
const searchSpeciesByName = (
|
|
112
|
+
const searchSpeciesByName = (_parent, { search }, { models }) => {
|
|
116
113
|
return models.getData("/species").filter((species2) => new RegExp(search, "i").test(species2.name));
|
|
117
114
|
};
|
|
118
|
-
const searchStarshipsByName = (
|
|
115
|
+
const searchStarshipsByName = (_parent, { search }, { models }) => {
|
|
119
116
|
return models.getData("/starships").filter((starship2) => new RegExp(search, "i").test(starship2.name));
|
|
120
117
|
};
|
|
121
|
-
const searchVehiclesByName = (
|
|
118
|
+
const searchVehiclesByName = (_parent, { search }, { models }) => {
|
|
122
119
|
return models.getData("/vehicles").filter((vehicle2) => new RegExp(search, "i").test(vehicle2.name));
|
|
123
120
|
};
|
|
124
121
|
const emitPersons = function(_0, _1, _2) {
|
|
125
|
-
return __async(this, arguments, function* (
|
|
122
|
+
return __async(this, arguments, function* (_parent, { limit, throwError }, { models }) {
|
|
126
123
|
if (throwError) {
|
|
127
124
|
throw new Error("error");
|
|
128
125
|
return;
|
|
@@ -136,7 +133,7 @@ const emitPersons = function(_0, _1, _2) {
|
|
|
136
133
|
return (0, import_iterall.createAsyncIterator)(output);
|
|
137
134
|
});
|
|
138
135
|
};
|
|
139
|
-
const searchTransportsByName = (
|
|
136
|
+
const searchTransportsByName = (_parent, { search }, { models }) => {
|
|
140
137
|
return models.getData("/transport").filter((transport2) => new RegExp(search, "i").test(transport2.name));
|
|
141
138
|
};
|
|
142
139
|
const resolvers = {
|
|
@@ -228,28 +225,28 @@ const resolvers = {
|
|
|
228
225
|
searchVehiclesByName,
|
|
229
226
|
searchPlanetsByName,
|
|
230
227
|
searchFilmsByTitle,
|
|
231
|
-
allStarships(
|
|
228
|
+
allStarships(_parent, _args, { models }) {
|
|
232
229
|
return models.getData("/starships");
|
|
233
230
|
},
|
|
234
|
-
allFilms(
|
|
231
|
+
allFilms(_parent, _args, { models }) {
|
|
235
232
|
return models.getData("/films");
|
|
236
233
|
},
|
|
237
|
-
allPeople(
|
|
234
|
+
allPeople(_parent, _args, { models }) {
|
|
238
235
|
return models.getData("/people");
|
|
239
236
|
},
|
|
240
|
-
allPlanets(
|
|
237
|
+
allPlanets(_parent, _args, { models }) {
|
|
241
238
|
return models.getData("/planets");
|
|
242
239
|
},
|
|
243
|
-
allSpecies(
|
|
240
|
+
allSpecies(_parent, _args, { models }) {
|
|
244
241
|
return models.getData("/species");
|
|
245
242
|
},
|
|
246
|
-
allTransports(
|
|
243
|
+
allTransports(_parent, _args, { models }) {
|
|
247
244
|
return models.getData("/transport");
|
|
248
245
|
},
|
|
249
|
-
advancedDefaultInput(
|
|
246
|
+
advancedDefaultInput(_parent, args) {
|
|
250
247
|
return JSON.stringify(args);
|
|
251
248
|
},
|
|
252
|
-
multiArger(
|
|
249
|
+
multiArger(_parent, args) {
|
|
253
250
|
return JSON.stringify(args);
|
|
254
251
|
}
|
|
255
252
|
},
|