@types/nunjucks
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for nunjucks 3.0 | ||
// Type definitions for nunjucks 3.1 | ||
// Project: http://mozilla.github.io/nunjucks/ | ||
@@ -98,2 +98,3 @@ // Definitions by: Ruben Slabbert <https://github.com/RubenSlabbert> | ||
getSource(name: string): LoaderSource; | ||
getSource(name: string, callback: (err?: any, result?: LoaderSource) => void): void; | ||
extend?(extender: ILoader): ILoader; | ||
@@ -132,3 +133,3 @@ } | ||
export class WebLoader implements ILoader { | ||
export class WebLoader extends Loader implements ILoader { | ||
constructor(baseUrl: string, opts?: any); | ||
@@ -142,1 +143,11 @@ getSource(name: string): LoaderSource; | ||
} | ||
export namespace runtime { | ||
class SafeString { | ||
constructor(val: string); | ||
val: string; | ||
length: number; | ||
valueOf(): string; | ||
toString(): string; | ||
} | ||
} |
{ | ||
"name": "@types/nunjucks", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "TypeScript definitions for nunjucks", | ||
@@ -16,8 +16,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0ccc7ee5e02090044d73de410cd7f64e401e318b6244ccccf97b822fb2833205", | ||
"typesPublisherContentHash": "bfc82344959f5832c26975f59c89be47252efac55339a144a03b88e81f5da375", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.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, 07 Nov 2017 08:18:22 GMT | ||
* Last updated: Sat, 18 Aug 2018 01:07:25 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
7364
123