Skip to content

Commit

Permalink
2.10.0-next.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarringdal committed Jun 19, 2018
1 parent eee0ea0 commit 81fe9b0
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 16 deletions.
4 changes: 4 additions & 0 deletions dist/commonjs/checker.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ export declare class Checker {
private writeText;
private processLintFiles;
private processTsDiagnostics;
private getOptionsDiagnostics;
private getGlobalDiagnostics;
private getSyntacticDiagnostics;
private getSemanticDiagnostics;
}
64 changes: 54 additions & 10 deletions dist/commonjs/checker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/checker.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/commonjs/interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export interface ITypeCheckerOptions {
shortenFilenames?: boolean;
emit?: boolean;
clearOnEmit?: boolean;
skipTsErrors?: number[];
}
export interface ILintOptions {
fix?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/interfaces.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuse-box-typechecker",
"version": "2.10.0-next.6",
"version": "2.10.0-next.7",
"description": "Fuse-Box type checker plugin",
"keywords": [
"fuse-box-bundler",
Expand Down Expand Up @@ -33,4 +33,4 @@
"object.entries": "^1.0.4",
"watch": "^1.0.2"
}
}
}

0 comments on commit 81fe9b0

Please sign in to comment.