Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0623f74

Browse files
committed
Fix types
1 parent5fbe80a commit0623f74

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

‎index.js‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* https://www.typescriptlang.org/docs/handbook/compiler-options.html
66
*/
77

8+
/*::
9+
import type { TranspileOptions, TranspileOutput, CompileOptions } from './types';
10+
*/
11+
812
"use strict";
913

1014
constfs=require("fs");

‎package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"*.js": ["prettier --write --print-width 120","git add"]
3333
},
3434
"jest": {
35-
"collectCoverageFrom": ["*.js"]
35+
"collectCoverageFrom": ["*.js"],
36+
"coveragePathIgnorePatterns": ["node_modules","<rootDir>/types.js"]
3637
}
3738
}
File renamed without changes.

‎utils.js‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
//@flow
2+
3+
/*::
4+
import type { CompileOptions, CompilerOptions, Diagnostic, DiagnosticByGroup } from './types';
5+
*/
6+
27
"use strict";
38

49
constfs=require("fs");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp