@canva/closure-compiler-externs-generator
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -9,2 +9,3 @@ /** | ||
import { Library } from './library'; | ||
export { applyDefaults, Library } from './library'; | ||
export declare type FS = { | ||
@@ -11,0 +12,0 @@ mkdirSync: typeof fs.mkdirSync; |
@@ -27,3 +27,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.processLibraries = void 0; | ||
exports.processLibraries = exports.applyDefaults = void 0; | ||
/** | ||
@@ -40,2 +40,4 @@ * Generates Closure Compiler externs from the TypeScript declaration (.d.ts) files of libraries | ||
const get_external_symbols_1 = require("./get_external_symbols"); | ||
var library_1 = require("./library"); | ||
Object.defineProperty(exports, "applyDefaults", { enumerable: true, get: function () { return library_1.applyDefaults; } }); | ||
const cwd = process.cwd(); | ||
@@ -42,0 +44,0 @@ /** |
{ | ||
"name": "@canva/closure-compiler-externs-generator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Generates externs for closure compiler from TypeScript declarations", | ||
@@ -5,0 +5,0 @@ "files": [ |
28069
529