Comparing version 0.6.3 to 0.6.4
@@ -30,12 +30,5 @@ "use strict"; | ||
}; | ||
var _a, _b, _c; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const plutonio = __importStar(require("./main")); | ||
exports.default = plutonio; | ||
const base_path = `/Users/x71c9/repos/plutonio/builder`; | ||
const scanned = plutonio.scan(`${base_path}/tsconfig.json`); | ||
const imports = (_a = scanned[`${base_path}/src/index.ts`]) === null || _a === void 0 ? void 0 : _a.imports; | ||
const type = (_c = (_b = scanned[`${base_path}/src/index.ts`]) === null || _b === void 0 ? void 0 : _b.interfaces) === null || _c === void 0 ? void 0 : _c['Something']; | ||
console.log(JSON.stringify(imports, null, 2)); | ||
console.log(JSON.stringify(type, null, 2)); | ||
//# sourceMappingURL=index.js.map |
@@ -151,3 +151,3 @@ "use strict"; | ||
clause: '', | ||
specifiers: [] | ||
specifiers: [], | ||
}; | ||
@@ -154,0 +154,0 @@ // if (!import_clause) { |
{ | ||
"name": "plutonio", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "A typescript library that scans your typescript project and generate a schema of all types and interfaces of the project.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110196
2515