definitelytyped-header-parser
Advanced tools
Comparing version 1.0.1 to 1.1.0
import pm = require("parsimmon"); | ||
/** Parse-able TypeScript versions. Only add to this list if we will support this version on DefinitelyTyped. */ | ||
export declare type TypeScriptVersion = "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "3.0" | "3.1" | "3.2" | "3.3" | "3.4"; | ||
export declare type TypeScriptVersion = "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "3.0" | "3.1" | "3.2" | "3.3" | "3.4" | "3.5"; | ||
export declare namespace TypeScriptVersion { | ||
@@ -5,0 +5,0 @@ const all: ReadonlyArray<TypeScriptVersion>; |
@@ -7,3 +7,3 @@ "use strict"; | ||
(function (TypeScriptVersion) { | ||
TypeScriptVersion.all = ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9", "3.0", "3.1", "3.2", "3.3", "3.4"]; | ||
TypeScriptVersion.all = ["2.0", "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9", "3.0", "3.1", "3.2", "3.3", "3.4", "3.5"]; | ||
TypeScriptVersion.lowest = TypeScriptVersion.all[0]; | ||
@@ -37,2 +37,3 @@ /** Latest version that may be specified in a `// TypeScript Version:` header. */ | ||
"ts3.4", | ||
"ts3.5", | ||
"latest", | ||
@@ -39,0 +40,0 @@ ]; |
{ | ||
"name": "definitelytyped-header-parser", | ||
"author": "Nathan Shively-Sanders <nathansa@microsoft.com> (http://github.com/Microsoft/definitelytyped-header-parser)", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14367
277
0