stryker-api
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.11.0"></a> | ||
# [0.11.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.10.0...stryker-api@0.11.0) (2017-10-24) | ||
### Features | ||
* **transpiler api:** Async transpiler plugin support ([#433](https://github.com/stryker-mutator/stryker/issues/433)) ([794e587](https://github.com/stryker-mutator/stryker/commit/794e587)) | ||
<a name="0.10.0"></a> | ||
@@ -8,0 +19,0 @@ ## [0.10.0](https://github.com/stryker-mutator/stryker/compare/stryker-api@0.9.0...stryker-api@0.10.0) (2017-10-20) |
export { default as Config } from './src/config/Config'; | ||
export { default as ConfigEditor } from './src/config/ConfigEditor'; | ||
export { default as ConfigEditorFactory } from './src/config/ConfigEditorFactory'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export { default as StrykerOptions } from './src/core/StrykerOptions'; |
@@ -0,0 +0,0 @@ "use strict"; |
export { default as Mutant } from './src/mutant/Mutant'; | ||
export { default as Mutator } from './src/mutant/Mutator'; | ||
export { default as MutatorFactory } from './src/mutant/MutatorFactory'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "stryker-api", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "The api for the extendable JavaScript mutation testing framework Stryker", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.org/stryker-mutator/stryker.svg?branch=master)](https://travis-ci.org/stryker-mutator/stryker) |
@@ -0,0 +0,0 @@ export { default as Reporter } from './src/report/Reporter'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { StrykerOptions, InputFileDescriptor, MutationScoreThresholds } from '../../core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import Config from './Config'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ConfigEditor.js.map |
@@ -0,0 +0,0 @@ import { Factory } from '../../core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ interface InputFileDescriptor { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=InputFileDescriptor.js.map |
@@ -0,0 +0,0 @@ import Position from './Position'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Location.js.map |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=MutationScoreThresholds.js.map |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Position.js.map |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Range.js.map |
@@ -0,0 +0,0 @@ import InputFileDescriptor from './InputFileDescriptor'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=StrykerOptions.js.map |
@@ -0,0 +0,0 @@ import { Range } from '../../core'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Mutant.js.map |
@@ -0,0 +0,0 @@ import { File } from '../../core'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Mutator.js.map |
@@ -0,0 +0,0 @@ import Mutator from './Mutator'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ interface MatchedMutant { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=MatchedMutant.js.map |
@@ -0,0 +0,0 @@ import MutantStatus from './MutantStatus'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=MutantResult.js.map |
@@ -0,0 +0,0 @@ declare enum MutantStatus { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import ScoreResult from './ScoreResult'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Reporter.js.map |
@@ -0,0 +0,0 @@ import { Factory, StrykerOptions } from '../../core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ScoreResult.js.map |
@@ -0,0 +0,0 @@ interface SourceFile { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=SourceFile.js.map |
@@ -0,0 +0,0 @@ import TestSelection from './TestSelection'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=TestFramework.js.map |
@@ -0,0 +0,0 @@ import { Factory } from '../../core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { StrykerOptions } from '../../core'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=TestFrameworkSettings.js.map |
@@ -0,0 +0,0 @@ export default interface TestSelection { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=TestSelection.js.map |
@@ -0,0 +0,0 @@ import { Location } from '../../core'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Coverage.js.map |
@@ -0,0 +0,0 @@ import { StrykerOptions, FileDescriptor } from '../../core'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=RunnerOptions.js.map |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=RunOptions.js.map |
@@ -0,0 +0,0 @@ import TestResult from './TestResult'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=RunResult.js.map |
@@ -0,0 +0,0 @@ declare enum RunStatus { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import TestStatus from './TestStatus'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=TestResult.js.map |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=TestRunner.js.map |
@@ -0,0 +0,0 @@ import { Factory } from '../../core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Location } from '../../core'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=FileLocation.js.map |
@@ -33,3 +33,3 @@ import FileLocation from './FileLocation'; | ||
*/ | ||
transpile(files: File[]): TranspileResult; | ||
transpile(files: File[]): Promise<TranspileResult>; | ||
/** | ||
@@ -36,0 +36,0 @@ * Retrieve the location of a source location in the transpiled file. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Transpiler.js.map |
@@ -0,0 +0,0 @@ import { File } from '../../core'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=TranspileResult.js.map |
@@ -0,0 +0,0 @@ import { Factory } from '../../core'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Config } from '../../config'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=TranspilerOptions.js.map |
@@ -0,0 +0,0 @@ export { default as TestFramework } from './src/test_framework/TestFramework'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './src/test_runner/Coverage'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export { default as FileLocation } from './src/transpile/FileLocation'; |
@@ -0,0 +0,0 @@ "use strict"; |
Sorry, the diff of this file is not supported yet
72160