@molt/types
Advanced tools
Comparing version 0.1.1 to 0.1.3
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=data.js.map |
@@ -1,3 +0,3 @@ | ||
export * as Types from './data'; | ||
export { Checks, Errors, Parse } from './parser'; | ||
export * as Types from './data.js'; | ||
export { Checks, Errors, Parse } from './parser.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,28 +0,2 @@ | ||
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Types = void 0; | ||
exports.Types = __importStar(require("./data")); | ||
export * as Types from './data.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,3 @@ | ||
import { Str } from '../prelude'; | ||
import { FlagNames, FlagNamesEmpty } from './data'; | ||
import { Str } from '../prelude.js'; | ||
import { FlagNames, FlagNamesEmpty } from './data.js'; | ||
import { String } from 'ts-toolbelt'; | ||
@@ -4,0 +4,0 @@ export declare namespace Checks { |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=parser.js.map |
@@ -1,2 +0,2 @@ | ||
export * as FlagName from './FlagName'; | ||
export * as FlagName from './FlagName/index.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,28 +0,2 @@ | ||
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FlagName = void 0; | ||
exports.FlagName = __importStar(require("./FlagName")); | ||
export * as FlagName from './FlagName/index.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; | ||
//# sourceMappingURL=prelude.js.map |
{ | ||
"name": "@molt/types", | ||
"version": "0.1.1", | ||
"version": "0.1.3", | ||
"description": "Advanced Types for parsing CLI flags and more.", | ||
"type": "module", | ||
"files": [ | ||
@@ -6,0 +7,0 @@ "src", |
@@ -1,2 +0,2 @@ | ||
export * as Types from './data' | ||
export { Checks, Errors, Parse } from './parser' | ||
export * as Types from './data.js' | ||
export { Checks, Errors, Parse } from './parser.js' |
@@ -1,3 +0,3 @@ | ||
import { Str } from '../prelude' | ||
import { FlagNames, FlagNamesEmpty } from './data' | ||
import { Str } from '../prelude.js' | ||
import { FlagNames, FlagNamesEmpty } from './data.js' | ||
import { String } from 'ts-toolbelt' | ||
@@ -4,0 +4,0 @@ |
@@ -1,1 +0,1 @@ | ||
export * as FlagName from './FlagName' | ||
export * as FlagName from './FlagName/index.js' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Yes
30655
28
270