Socket
Socket
Sign inDemoInstall

@microsoft/api-extractor

Package Overview
Dependencies
Maintainers
2
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/api-extractor - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "2.0.2",
"tag": "@microsoft/api-extractor_v2.0.2",
"date": "Fri, 07 Apr 2017 21:43:16 GMT",
"comments": {
"patch": [
{
"comment": "Adjusted the version specifier for typescript to ~2.2.2"
}
]
}
},
{
"version": "2.0.1",

@@ -7,0 +19,0 @@ "tag": "@microsoft/api-extractor_v2.0.1",

9

CHANGELOG.md
# Change Log - @microsoft/api-extractor
This log was last generated on Thu, 06 Apr 2017 01:32:23 GMT and should not be manually modified.
This log was last generated on Fri, 07 Apr 2017 21:43:16 GMT and should not be manually modified.
## 2.0.2
Fri, 07 Apr 2017 21:43:16 GMT
### Patches
- Adjusted the version specifier for typescript to ~2.2.2
## 2.0.1

@@ -6,0 +13,0 @@ Thu, 06 Apr 2017 01:32:23 GMT

2

lib/ApiDefinitionReference.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -130,5 +131,4 @@ * {@inheritdoc IApiDefinintionReferenceParts}

ApiDefinitionReference._exportRegEx = /^\w+/;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiDefinitionReference;
//# sourceMappingURL=ApiDefinitionReference.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ApiPackage_1 = require("./definitions/ApiPackage");

@@ -55,5 +56,4 @@ var ApiEnum_1 = require("./definitions/ApiEnum");

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiItemVisitor;
//# sourceMappingURL=ApiItemVisitor.js.map
// NOTE: THIS SOURCE FILE IS FOR DEBUGGING PURPOSES ONLY.
// IT IS INVOKED BY THE "Run.cmd" AND "Debug.cmd" BATCH FILES.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -5,0 +6,0 @@ var os = require("os");

/* tslint:disable:no-bitwise */
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var DocElementParser_1 = require("../DocElementParser");

@@ -309,5 +310,4 @@ var ApiDefinitionReference_1 = require("../ApiDefinitionReference");

];
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiDocumentation;
//# sourceMappingURL=ApiDocumentation.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ApiItem_1 = require("./ApiItem");

@@ -35,5 +41,4 @@ var ApiItemContainer_1 = require("./ApiItemContainer");

}(ApiItemContainer_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiEnum;
//# sourceMappingURL=ApiEnum.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ApiItem_1 = require("./ApiItem");

@@ -28,5 +34,4 @@ var PrettyPrinter_1 = require("../PrettyPrinter");

}(ApiItem_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiEnumValue;
//# sourceMappingURL=ApiEnumValue.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ApiItem_1 = require("./ApiItem");

@@ -58,5 +64,4 @@ var ApiParameter_1 = require("./ApiParameter");

}(ApiItem_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiFunction;
//# sourceMappingURL=ApiFunction.js.map
/* tslint:disable:no-bitwise */
/* tslint:disable:no-constant-condition */
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -266,5 +267,4 @@ var ApiDocumentation_1 = require("./ApiDocumentation");

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiItem;
//# sourceMappingURL=ApiItem.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ApiItem_1 = require("./ApiItem");

@@ -44,5 +50,4 @@ /**

}(ApiItem_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiItemContainer;
//# sourceMappingURL=ApiItemContainer.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -90,5 +96,4 @@ var ApiItem_1 = require("./ApiItem");

}(ApiItem_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiMember;
//# sourceMappingURL=ApiMember.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ApiItem_1 = require("./ApiItem");

@@ -54,5 +60,4 @@ var ApiMember_1 = require("./ApiMember");

}(ApiMember_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiMethod;
//# sourceMappingURL=ApiMethod.js.map
/* tslint:disable:no-bitwise */
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -99,5 +105,4 @@ var ApiStructuredType_1 = require("./ApiStructuredType");

}(ApiItemContainer_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiPackage;
//# sourceMappingURL=ApiPackage.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ApiItem_1 = require("./ApiItem");

@@ -30,5 +36,4 @@ /**

}(ApiItem_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiParameter;
//# sourceMappingURL=ApiParameter.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ApiItem_1 = require("./ApiItem");

@@ -39,5 +45,4 @@ var ApiMember_1 = require("./ApiMember");

}(ApiMember_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiProperty;
//# sourceMappingURL=ApiProperty.js.map
/* tslint:disable:no-bitwise */
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -162,5 +168,4 @@ var ApiMethod_1 = require("./ApiMethod");

}(ApiItemContainer_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiStructuredType;
//# sourceMappingURL=ApiStructuredType.js.map
/// <reference types="mocha" />
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -4,0 +5,0 @@ var ts = require("typescript");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ApiDefinitionReference_1 = require("./ApiDefinitionReference");

@@ -256,5 +257,4 @@ var ApiItem_1 = require("./definitions/ApiItem");

DocElementParser._hrefRegEx = /^[a-z]+:\/\//;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = DocElementParser;
//# sourceMappingURL=DocElementParser.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var fsx = require("fs-extra");

@@ -180,5 +181,4 @@ var os = require("os");

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = DocItemLoader;
//# sourceMappingURL=DocItemLoader.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -62,5 +63,4 @@ var os = require("os");

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ExternalApiHelper;
//# sourceMappingURL=ExternalApiHelper.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -76,5 +77,4 @@ var fsx = require("fs-extra");

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = Extractor;
//# sourceMappingURL=Extractor.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var fs = require("fs");

@@ -192,5 +198,4 @@ var ApiItem_1 = require("../definitions/ApiItem");

}(ApiItemVisitor_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiFileGenerator;
//# sourceMappingURL=ApiFileGenerator.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ApiItem_1 = require("../definitions/ApiItem");

@@ -79,5 +80,4 @@ /**

ApiJsonFile._KIND_METHOD = 'method';
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiJsonFile;
//# sourceMappingURL=ApiJsonFile.js.map
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var os = require("os");

@@ -210,5 +216,4 @@ var path = require("path");

ApiJsonGenerator._EXPORTS_KEY = 'exports';
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiJsonGenerator;
//# sourceMappingURL=ApiJsonGenerator.js.map
/// <reference types="mocha" />
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -4,0 +5,0 @@ var ts = require("typescript");

/// <reference types="mocha" />
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -4,0 +5,0 @@ var path = require("path");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IDocElement.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -3,0 +4,0 @@ * Whether the function is public, private, or protected.

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -114,5 +115,4 @@ * A utility for writing indented text. In the current implementation,

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = IndentedWriter;
//# sourceMappingURL=IndentedWriter.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Extractor_1 = require("./Extractor");

@@ -3,0 +4,0 @@ exports.Extractor = Extractor_1.default;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var fsx = require("fs-extra");

@@ -92,5 +93,4 @@ var os = require("os");

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = JsonFile;
//# sourceMappingURL=JsonFile.js.map
/* tslint:disable:no-bitwise */
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -36,2 +37,3 @@ /**

catch (e) {
// sometimes getChildren() throws an exception
}

@@ -141,5 +143,4 @@ };

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = PrettyPrinter;
//# sourceMappingURL=PrettyPrinter.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ApiDocumentation_1 = require("./definitions/ApiDocumentation");

@@ -49,5 +50,4 @@ var ApiJsonFile_1 = require("./generators/ApiJsonFile");

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ResolvedApiItem;
//# sourceMappingURL=ResolvedApiItem.js.map
/// <reference types="mocha" />
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -4,0 +5,0 @@ var ApiDefinitionReference_1 = require("../ApiDefinitionReference");

/// <reference types="mocha" />
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -9,0 +15,0 @@ var ts = require("typescript");

/// <reference types="mocha" />
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -4,0 +5,0 @@ var ts = require("typescript");

/// <reference types="mocha" />
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -4,0 +5,0 @@ var Token_1 = require("../Token");

/// <reference types="mocha" />
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -9,0 +15,0 @@ var JsonFile_1 = require("../JsonFile");

/// <reference types="mocha" />
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -4,0 +5,0 @@ var TypeScriptHelpers_1 = require("../TypeScriptHelpers");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var chai_1 = require("chai");

@@ -47,5 +48,4 @@ var fs = require("fs");

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = TestFileComparer;
//# sourceMappingURL=TestFileComparer.js.map
// NOTE: THIS SOURCE FILE IS FOR DEBUGGING PURPOSES ONLY.
// IT IS INVOKED BY THE "Run.cmd" AND "Debug.cmd" BATCH FILES.
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ts = require("typescript");

@@ -5,0 +6,0 @@ var path = require("path");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -70,5 +71,4 @@ * Allowed Token types.

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = Token;
//# sourceMappingURL=Token.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Token_1 = require("./Token");

@@ -123,5 +124,4 @@ var TypeScriptHelpers_1 = require("./TypeScriptHelpers");

Tokenizer._jsdocTagsRegex = /{\s*@(\\{|\\}|[^{}])*}|(?:^|\s)(\@[a-z_]+)(?=\s|$)/gi;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = Tokenizer;
//# sourceMappingURL=Tokenizer.js.map
/* tslint:disable:no-bitwise */
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var PrettyPrinter_1 = require("./PrettyPrinter");

@@ -215,5 +216,4 @@ var TypeScriptHelpers = (function () {

TypeScriptHelpers.jsDocIntermediateRegEx = /^\s*[*]\s?/g;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = TypeScriptHelpers;
//# sourceMappingURL=TypeScriptHelpers.js.map
{
"name": "@microsoft/api-extractor",
"version": "2.0.1",
"version": "2.0.2",
"description": "Validatation, documentation, and auditing for the exported API of a TypeScript package",

@@ -19,3 +19,3 @@ "main": "lib/index.js",

"mocha": "~2.5.3",
"@microsoft/node-library-build": ">=2.3.0 <3.0.0"
"@microsoft/node-library-build": ">=3.0.0 <4.0.0"
},

@@ -29,5 +29,5 @@ "dependencies": {

"jju": "~1.3.0",
"typescript": ">=2.2.1-0 <3.0.0-0",
"typescript": "~2.2.2",
"z-schema": "~3.17.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc