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 1.1.17 to 1.1.18

12

CHANGELOG.json

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

{
"version": "1.1.18",
"tag": "@microsoft/api-extractor_v1.1.18",
"date": "Mon, 20 Mar 2017 03:50:55 GMT",
"comments": {
"patch": [
{
"comment": "Reverting previous change, which causes a regression in SPFx yeoman sc enario."
}
]
}
},
{
"version": "1.1.17",

@@ -7,0 +19,0 @@ "tag": "@microsoft/api-extractor_v1.1.17",

9

CHANGELOG.md
# Change Log - @microsoft/api-extractor
This log was last generated on Mon, 20 Mar 2017 00:54:03 GMT and should not be manually modified.
This log was last generated on Mon, 20 Mar 2017 03:50:55 GMT and should not be manually modified.
## 1.1.18
Mon, 20 Mar 2017 03:50:55 GMT
### Patches
- Reverting previous change, which causes a regression in SPFx yeoman sc enario.
## 1.1.17

@@ -6,0 +13,0 @@ Mon, 20 Mar 2017 00:54:03 GMT

2

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

@@ -131,4 +130,5 @@ * {@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");

@@ -56,4 +55,5 @@ 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");

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

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

@@ -310,4 +309,5 @@ 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 () {
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 __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 ApiItem_1 = require("./ApiItem");

@@ -41,4 +35,5 @@ 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 () {
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 __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 ApiItem_1 = require("./ApiItem");

@@ -34,4 +28,5 @@ 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 () {
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 __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 ApiItem_1 = require("./ApiItem");

@@ -64,4 +58,5 @@ 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");

@@ -268,4 +267,5 @@ 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 () {
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 __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 ApiItem_1 = require("./ApiItem");

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

}(ApiItem_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiItemContainer;
//# sourceMappingURL=ApiItemContainer.js.map
"use strict";
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 __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 ts = require("typescript");

@@ -96,4 +90,5 @@ 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 () {
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 __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 ApiItem_1 = require("./ApiItem");

@@ -60,4 +54,5 @@ 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 () {
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 __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 ts = require("typescript");

@@ -105,4 +99,5 @@ 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 () {
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 __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 ApiItem_1 = require("./ApiItem");

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

}(ApiItem_1.default));
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ApiParameter;
//# sourceMappingURL=ApiParameter.js.map
"use strict";
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 __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 ApiItem_1 = require("./ApiItem");

@@ -45,4 +39,5 @@ 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 () {
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 __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 ts = require("typescript");

@@ -168,4 +162,5 @@ 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");

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

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

@@ -204,8 +203,8 @@ var ApiItem_1 = require("./definitions/ApiItem");

}
// We are going to copy the resolvedApiItem's documentation
// We are going to copy the resolvedApiItem's documentation
// We must make sure it's documentation can be completed,
// if we cannot, an error will be reported viathe documentation error handler.
// This will only be the case our resolvedApiItem was created from a local
// if we cannot, an error will be reported viathe documentation error handler.
// This will only be the case our resolvedApiItem was created from a local
// ApiItem. Resolutions from JSON will have an undefined 'apiItem' property.
// Example: a circular reference will report an error.
// Example: a circular reference will report an error.
if (resolvedApiItem.apiItem) {

@@ -258,4 +257,5 @@ resolvedApiItem.apiItem.completeInitialization();

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");

@@ -34,7 +33,7 @@ var os = require("os");

DocItemLoader.prototype.resolve = function (apiDefinitionRef, apiPackage, reportError) {
// If there is a packageName then there must be a scopeName, and they
// If there is a packageName then there must be a scopeName, and they
// both must match the current scope and package we are in.
// We can take advantage of '&&' being evaluated left to right.
if (!apiDefinitionRef.packageName && !apiDefinitionRef.scopeName) {
// Resolution for local references
// Resolution for local references
return this.resolveLocalReferences(apiDefinitionRef, apiPackage, reportError);

@@ -93,3 +92,3 @@ }

}
// found JSON package, now ensure export name is there
// found JSON package, now ensure export name is there
// hasOwnProperty() not needed for JJU objects

@@ -183,4 +182,5 @@ if (!(apiDefinitionRef.exportName in docPackage.exports)) {

}());
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");

@@ -63,4 +62,5 @@ 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");

@@ -77,4 +76,5 @@ 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 () {
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 __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 fs = require("fs");

@@ -81,3 +75,3 @@ var ApiItem_1 = require("../definitions/ApiItem");

// Type literals don't have normal JSDoc. Write only the warnings,
// and put them after the '{' since the declaration is nested.
// and put them after the '{' since the declaration is nested.
_this._writeWarnings(apiStructuredType);

@@ -199,4 +193,5 @@ }

}(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");

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

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 () {
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 __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 os = require("os");

@@ -216,4 +210,5 @@ 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");

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

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

@@ -5,0 +4,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 });
/**

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

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

@@ -115,4 +114,5 @@ * 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");

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

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

@@ -93,4 +92,5 @@ 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");

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

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

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

}());
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");

@@ -50,4 +49,5 @@ 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");

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

/// <reference types="mocha" />
"use strict";
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 __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 chai_1 = require("chai");

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

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

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

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

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

/// <reference types="mocha" />
"use strict";
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 __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 chai_1 = require("chai");

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

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

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

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

@@ -48,4 +47,5 @@ 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");

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

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

@@ -71,4 +70,5 @@ * 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");

@@ -124,4 +123,5 @@ 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");

@@ -216,4 +215,5 @@ 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": "1.1.17",
"version": "1.1.18",
"description": "Validatation, documentation, and auditing for the exported API of a TypeScript package",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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