@rushstack/typings-generator
Advanced tools
Comparing version 0.8.17 to 0.8.18
@@ -0,1 +1,9 @@ | ||
/** | ||
* An engine for generating TypeScript .d.ts files that provide type signatures | ||
* for non-TypeScript modules such as generated JavaScript or CSS. It can operate | ||
* in either a single-run mode or a watch mode. | ||
* | ||
* @packageDocumentation | ||
*/ | ||
import { ITerminal } from '@rushstack/node-core-library'; | ||
@@ -2,0 +10,0 @@ |
@@ -0,3 +1,10 @@ | ||
/** | ||
* An engine for generating TypeScript .d.ts files that provide type signatures | ||
* for non-TypeScript modules such as generated JavaScript or CSS. It can operate | ||
* in either a single-run mode or a watch mode. | ||
* | ||
* @packageDocumentation | ||
*/ | ||
export { ITypingsGeneratorBaseOptions, ITypingsGeneratorOptions, TypingsGenerator } from './TypingsGenerator'; | ||
export { IStringValueTyping, IStringValueTypings, IStringValuesTypingsGeneratorOptions, StringValuesTypingsGenerator } from './StringValuesTypingsGenerator'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,2 +6,9 @@ "use strict"; | ||
exports.StringValuesTypingsGenerator = exports.TypingsGenerator = void 0; | ||
/** | ||
* An engine for generating TypeScript .d.ts files that provide type signatures | ||
* for non-TypeScript modules such as generated JavaScript or CSS. It can operate | ||
* in either a single-run mode or a watch mode. | ||
* | ||
* @packageDocumentation | ||
*/ | ||
var TypingsGenerator_1 = require("./TypingsGenerator"); | ||
@@ -8,0 +15,0 @@ Object.defineProperty(exports, "TypingsGenerator", { enumerable: true, get: function () { return TypingsGenerator_1.TypingsGenerator; } }); |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.8.17", | ||
"version": "0.8.18", | ||
"description": "This library provides functionality for automatically generating typings for non-TS files.", | ||
@@ -19,12 +19,12 @@ "keywords": [ | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.53.3", | ||
"@types/node": "12.20.24", | ||
"chokidar": "~3.4.0", | ||
"glob": "~7.0.5" | ||
"glob": "~7.0.5", | ||
"@rushstack/node-core-library": "3.53.3" | ||
}, | ||
"devDependencies": { | ||
"@types/glob": "7.1.1", | ||
"@rushstack/eslint-config": "3.1.1", | ||
"@rushstack/heft": "0.49.3", | ||
"@rushstack/heft-node-rig": "1.11.14", | ||
"@types/glob": "7.1.1" | ||
"@rushstack/heft-node-rig": "1.12.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59921
587