@fimbul/wotan
Advanced tools
Comparing version 0.20.0-dev.20190203 to 0.20.0-dev.20190207
{ | ||
"name": "@fimbul/wotan", | ||
"version": "0.20.0-dev.20190203", | ||
"version": "0.20.0-dev.20190207", | ||
"description": "Pluggable TypeScript and JavaScript linter", | ||
@@ -32,5 +32,3 @@ "bin": "bin/main.js", | ||
"@types/debug": "^0.0.31", | ||
"@types/diff": "^4.0.0", | ||
"@types/escape-string-regexp": "^1.0.0", | ||
"@types/glob": "^7.1.1", | ||
"@types/is-negated-glob": "^1.0.0", | ||
@@ -40,5 +38,3 @@ "@types/js-yaml": "^3.10.1", | ||
"@types/minimatch": "^3.0.1", | ||
"@types/mkdirp": "^0.5.2", | ||
"@types/resolve": "^0.0.8", | ||
"@types/rimraf": "^2.0.2", | ||
"@types/semver": "^5.4.0", | ||
@@ -45,0 +41,0 @@ "escape-string-regexp": "^1.0.5", |
@@ -9,13 +9,13 @@ import { GlobalOptions } from '@fimbul/ymir'; | ||
export declare const GLOBAL_OPTIONS_SPEC: { | ||
modules: OptionParser.ParseFunction<readonly string[]>; | ||
modules: OptionParser.ParseFunction<ReadonlyArray<string>>; | ||
config: OptionParser.ParseFunction<string | undefined>; | ||
files: OptionParser.ParseFunction<readonly string[]>; | ||
exclude: OptionParser.ParseFunction<readonly string[]>; | ||
project: OptionParser.ParseFunction<readonly string[]>; | ||
files: OptionParser.ParseFunction<ReadonlyArray<string>>; | ||
exclude: OptionParser.ParseFunction<ReadonlyArray<string>>; | ||
project: OptionParser.ParseFunction<ReadonlyArray<string>>; | ||
references: OptionParser.ParseFunction<boolean>; | ||
formatter: OptionParser.ParseFunction<string | undefined>; | ||
fix: OptionParser.ParseFunction<number | boolean>; | ||
extensions: OptionParser.ParseFunction<readonly string[] | undefined>; | ||
extensions: OptionParser.ParseFunction<ReadonlyArray<string> | undefined>; | ||
reportUselessDirectives: OptionParser.ParseFunction<boolean | "warning" | "error" | "suggestion">; | ||
}; | ||
export declare function parseGlobalOptions(options: GlobalOptions | undefined): ParsedGlobalOptions; |
@@ -8,4 +8,4 @@ import { Resolver, DirectoryService } from '@fimbul/ymir'; | ||
constructor(fs: CachedFileSystem, directories: DirectoryService); | ||
getDefaultExtensions(): readonly string[]; | ||
resolve(id: string, basedir?: string, extensions?: readonly string[], paths?: ReadonlyArray<string>): string; | ||
getDefaultExtensions(): ReadonlyArray<string>; | ||
resolve(id: string, basedir?: string, extensions?: ReadonlyArray<string>, paths?: ReadonlyArray<string>): string; | ||
require(id: string, options?: { | ||
@@ -12,0 +12,0 @@ cache?: boolean; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10
319718
106
3946