@fimbul/ymir
Advanced tools
Comparing version 0.17.0-dev.20181205 to 0.17.0-dev.20181215
{ | ||
"name": "@fimbul/ymir", | ||
"version": "0.17.0-dev.20181205", | ||
"version": "0.17.0-dev.20181215", | ||
"description": "Core library for the Fimbullinter project", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -274,3 +274,4 @@ import 'reflect-metadata'; | ||
export interface Resolver { | ||
resolve(id: string, basedir: string, extensions: ReadonlyArray<string>, paths?: ReadonlyArray<string>): string; | ||
getDefaultExtensions(): ReadonlyArray<string>; | ||
resolve(id: string, basedir?: string, extensions?: ReadonlyArray<string>, paths?: ReadonlyArray<string>): string; | ||
require(id: string, options?: { | ||
@@ -277,0 +278,0 @@ cache?: boolean; |
Sorry, the diff of this file is not supported yet
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
35513
504