mutation-testing-report-schema
Advanced tools
| export * from '../src-generated/schema.js'; | ||
| import type schemaType from './mutation-testing-report-schema.json'; | ||
| export declare const schema: typeof schemaType; | ||
| type SchemaType = typeof import('./mutation-testing-report-schema.json'); | ||
| export declare const schema: SchemaType; | ||
| //# sourceMappingURL=index.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAE3C,OAAO,KAAK,UAAU,MAAM,uCAAuC,CAAC;AAEpE,eAAO,MAAM,MAAM,EAAE,OAAO,UAAoH,CAAC"} | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAI3C,KAAK,UAAU,GAAG,cAAc,uCAAuC,CAAC,CAAC;AAEzE,eAAO,MAAM,MAAM,EAAE,UAAoH,CAAC"} |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,MAAM,IAAI,CAAC;AAGpB,MAAM,CAAC,MAAM,MAAM,GAAsB,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,IAAI,GAAG,CAAC,uCAAuC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC"} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,MAAM,IAAI,CAAC;AAKpB,MAAM,CAAC,MAAM,MAAM,GAAe,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,IAAI,GAAG,CAAC,uCAAuC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC"} |
+2
-2
| { | ||
| "name": "mutation-testing-report-schema", | ||
| "version": "3.3.0", | ||
| "version": "3.5.0", | ||
| "description": "The json schema for a mutation testing report.", | ||
@@ -43,3 +43,3 @@ "main": "dist/src/index.js", | ||
| }, | ||
| "gitHead": "644ea99b209c321803d1a3d06d259e537c9eaa52" | ||
| "gitHead": "62a0b54c3bfaadfc1971d407725cc607963825ed" | ||
| } |
+4
-2
| export * from '../src-generated/schema.js'; | ||
| import fs from 'fs'; | ||
| import type schemaType from './mutation-testing-report-schema.json'; | ||
| export const schema: typeof schemaType = JSON.parse(fs.readFileSync(new URL('./mutation-testing-report-schema.json', import.meta.url), 'utf-8')); | ||
| // eslint-disable-next-line @typescript-eslint/consistent-type-imports | ||
| type SchemaType = typeof import('./mutation-testing-report-schema.json'); | ||
| export const schema: SchemaType = JSON.parse(fs.readFileSync(new URL('./mutation-testing-report-schema.json', import.meta.url), 'utf-8')); |
42301
0.16%635
0.16%