@fimbul/ymir
Advanced tools
Comparing version 0.15.0-dev.20180913 to 0.15.0-dev.20181018
{ | ||
"name": "@fimbul/ymir", | ||
"version": "0.15.0-dev.20180913", | ||
"version": "0.15.0-dev.20181018", | ||
"description": "Core library for the Fimbullinter project", | ||
@@ -28,9 +28,11 @@ "publishConfig": { | ||
"reflect-metadata": "^0.1.12", | ||
"tslib": "^1.8.1", | ||
"tsutils": "^3.0.0" | ||
"tslib": "^1.8.1" | ||
}, | ||
"devDependencies": { | ||
"tsutils": "^3.1.0" | ||
}, | ||
"peerDependencies": { | ||
"tsutils": ">2.19.0", | ||
"tsutils": ">2.29.0", | ||
"typescript": ">= 2.8.1 || >= 3.0.0-dev || >= 3.0.0-insiders || 3.0.0-rc || >= 3.1.0-dev" | ||
} | ||
} |
@@ -100,3 +100,3 @@ import 'reflect-metadata'; | ||
export declare abstract class TypedRule extends AbstractRule { | ||
static readonly requiresTypeInformation: boolean; | ||
static readonly requiresTypeInformation = true; | ||
readonly context: TypedRuleContext; | ||
@@ -103,0 +103,0 @@ readonly program: ts.Program; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35317
5
1
- Removedtsutils@^3.0.0