@types/nunjucks
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -107,3 +107,2 @@ // Type definitions for nunjucks 3.1 | ||
getSource(name: string, callback: Callback<Error, LoaderSource>): void; | ||
extend?(extender: ILoader): ILoader; | ||
} | ||
@@ -118,3 +117,3 @@ | ||
isRelative(filename: string): boolean; | ||
extend(toExtend: ILoader): ILoader; | ||
static extend<LoaderClass extends typeof Loader>(this: LoaderClass, toExtend: ILoader): LoaderClass; | ||
} | ||
@@ -121,0 +120,0 @@ |
{ | ||
"name": "@types/nunjucks", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "TypeScript definitions for nunjucks", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -28,4 +28,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "04b99ca2f30a90d56e8f41133c2b420b111f1ed76fef24fc267f52d1e57ab73a", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "1b0a9a2d2fcd2914fbd165f1a3ef1c14b4034f2190822557e40e6271491b731e", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nunjucks | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nunjucks. | ||
Additional Details | ||
* Last updated: Tue, 05 Nov 2019 21:26:17 GMT | ||
### Additional Details | ||
* Last updated: Thu, 04 Feb 2021 03:30:01 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Ruben Slabbert <https://github.com/RubenSlabbert>, and Matthew Burstein <https://github.com/MatthewBurstein>. | ||
These definitions were written by [Ruben Slabbert](https://github.com/RubenSlabbert), and [Matthew Burstein](https://github.com/MatthewBurstein). |
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
8273
140