+0
-1
@@ -29,2 +29,1 @@ declare const common: { | ||
| export default common; | ||
| //# sourceMappingURL=index.d.ts.map |
+3
-3
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| const ISSUE_LABELS = { | ||
| var ISSUE_LABELS = { | ||
| MIGRATION_TASK: "Migration Task", | ||
@@ -28,5 +28,5 @@ MIGRATION_COMPLETED: "Migration Completed", | ||
| }; | ||
| const common = { | ||
| ISSUE_LABELS, | ||
| var common = { | ||
| ISSUE_LABELS: ISSUE_LABELS, | ||
| }; | ||
| exports.default = common; |
+1
-1
| { | ||
| "name": "common-fv", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": ".dist/index.js", |
+9
-26
| { | ||
| // Change this to match your project | ||
| "include": ["src/**/*"], | ||
| // We don't need to transpile these directories | ||
| "exclude": ["node_modules", "dist"], | ||
| "compilerOptions": { | ||
| // Tells TypeScript to read JS files, as | ||
| // normally they are ignored as source files | ||
| "allowJs": true, | ||
| // Generate d.ts files | ||
| "declaration": true, | ||
| // This compiler run should | ||
| // only output d.ts files | ||
| "emitDeclarationOnly": false, | ||
| // Types should go into this directory. | ||
| // Removing this would place the .d.ts files | ||
| // next to the .js files | ||
| "outDir": "dist", | ||
| // go to js file when using IDE functions like | ||
| // "Go to Definition" in VSCode | ||
| "declarationMap": true, | ||
| "strict": true, | ||
| "esModuleInterop": true, | ||
| "moduleResolution": "node", | ||
| "module": "commonjs", | ||
| "target": "ES6" | ||
| } | ||
| "compilerOptions": { | ||
| "target": "es5", | ||
| "module": "commonjs", | ||
| "declaration": true, | ||
| "outDir": "./dist", | ||
| "strict": true | ||
| }, | ||
| "include": ["src"], | ||
| "exclude": ["node_modules"] | ||
| } |
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AA2BA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;CAEX,CAAA;AAED,eAAe,MAAM,CAAC"} |
3981
-16.63%5
-16.67%99
-14.66%