@rushstack/typings-generator 0.8.17 → 0.8.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,11 @@
1
+ /**
2
+ * An engine for generating TypeScript .d.ts files that provide type signatures
3
+ * for non-TypeScript modules such as generated JavaScript or CSS. It can operate
4
+ * in either a single-run mode or a watch mode.
5
+ *
6
+ * @packageDocumentation
7
+ */
8
+
1
9
  import { ITerminal } from '@rushstack/node-core-library';
2
10
 
3
11
  /**
package/lib/index.d.ts CHANGED
@@ -1,3 +1,10 @@
1
+ /**
2
+ * An engine for generating TypeScript .d.ts files that provide type signatures
3
+ * for non-TypeScript modules such as generated JavaScript or CSS. It can operate
4
+ * in either a single-run mode or a watch mode.
5
+ *
6
+ * @packageDocumentation
7
+ */
1
8
  export { ITypingsGeneratorBaseOptions, ITypingsGeneratorOptions, TypingsGenerator } from './TypingsGenerator';
2
9
  export { IStringValueTyping, IStringValueTypings, IStringValuesTypingsGeneratorOptions, StringValuesTypingsGenerator } from './StringValuesTypingsGenerator';
3
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE9G,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,oCAAoC,EACpC,4BAA4B,EAC7B,MAAM,gCAAgC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA;;;;;;GAMG;AAEH,OAAO,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE9G,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,oCAAoC,EACpC,4BAA4B,EAC7B,MAAM,gCAAgC,CAAC"}
package/lib/index.js CHANGED
@@ -3,6 +3,13 @@
3
3
  // See LICENSE in the project root for license information.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.StringValuesTypingsGenerator = exports.TypingsGenerator = void 0;
6
+ /**
7
+ * An engine for generating TypeScript .d.ts files that provide type signatures
8
+ * for non-TypeScript modules such as generated JavaScript or CSS. It can operate
9
+ * in either a single-run mode or a watch mode.
10
+ *
11
+ * @packageDocumentation
12
+ */
6
13
  var TypingsGenerator_1 = require("./TypingsGenerator");
7
14
  Object.defineProperty(exports, "TypingsGenerator", { enumerable: true, get: function () { return TypingsGenerator_1.TypingsGenerator; } });
8
15
  var StringValuesTypingsGenerator_1 = require("./StringValuesTypingsGenerator");
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D,uDAA8G;AAA7C,oHAAA,gBAAgB,OAAA;AAEjF,+EAKwC;AADtC,4IAAA,4BAA4B,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\nexport { ITypingsGeneratorBaseOptions, ITypingsGeneratorOptions, TypingsGenerator } from './TypingsGenerator';\n\nexport {\n IStringValueTyping,\n IStringValueTypings,\n IStringValuesTypingsGeneratorOptions,\n StringValuesTypingsGenerator\n} from './StringValuesTypingsGenerator';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,4FAA4F;AAC5F,2DAA2D;;;AAE3D;;;;;;GAMG;AAEH,uDAA8G;AAA7C,oHAAA,gBAAgB,OAAA;AAEjF,+EAKwC;AADtC,4IAAA,4BAA4B,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.\n// See LICENSE in the project root for license information.\n\n/**\n * An engine for generating TypeScript .d.ts files that provide type signatures\n * for non-TypeScript modules such as generated JavaScript or CSS. It can operate\n * in either a single-run mode or a watch mode.\n *\n * @packageDocumentation\n */\n\nexport { ITypingsGeneratorBaseOptions, ITypingsGeneratorOptions, TypingsGenerator } from './TypingsGenerator';\n\nexport {\n IStringValueTyping,\n IStringValueTypings,\n IStringValuesTypingsGeneratorOptions,\n StringValuesTypingsGenerator\n} from './StringValuesTypingsGenerator';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/typings-generator",
3
- "version": "0.8.17",
3
+ "version": "0.8.18",
4
4
  "description": "This library provides functionality for automatically generating typings for non-TS files.",
5
5
  "keywords": [
6
6
  "dts",
@@ -16,16 +16,16 @@
16
16
  "directory": "libraries/typings-generator"
17
17
  },
18
18
  "dependencies": {
19
- "@rushstack/node-core-library": "3.53.3",
20
19
  "@types/node": "12.20.24",
21
20
  "chokidar": "~3.4.0",
22
- "glob": "~7.0.5"
21
+ "glob": "~7.0.5",
22
+ "@rushstack/node-core-library": "3.53.3"
23
23
  },
24
24
  "devDependencies": {
25
+ "@types/glob": "7.1.1",
25
26
  "@rushstack/eslint-config": "3.1.1",
26
27
  "@rushstack/heft": "0.49.3",
27
- "@rushstack/heft-node-rig": "1.11.14",
28
- "@types/glob": "7.1.1"
28
+ "@rushstack/heft-node-rig": "1.12.0"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "heft build --clean",