@maverick-js/compiler
Advanced tools
Comparing version 0.36.1 to 0.36.2
@@ -1020,6 +1020,7 @@ import { TS_NODE, resolvePath, resolveConfigPaths, escapeQuotes, camelToKebabCase } from './chunks/chunk-FDW5IKT6.js'; | ||
function cli() { | ||
yargs(hideBin(process.argv)).usage("Usage: $0 <command> [glob..] [options]").command({ | ||
command: ["analyze [glob..]", "$0 [glob..]"], | ||
describe: "Analyzes component metadata.", | ||
handler: async (config) => { | ||
yargs(hideBin(process.argv)).usage("Usage: $0 <command> [glob..] [options]").command( | ||
["analyze [glob..]", "$0 [glob..]"], | ||
"Analyzes component metadata.", | ||
void 0, | ||
async (config) => { | ||
setGlobalLogLevel(mapLogLevelStringToNumber(config.logLevel)); | ||
@@ -1036,3 +1037,3 @@ try { | ||
} | ||
}).example("$ $0", "").option("cwd", { | ||
).example("$ $0", "").option("cwd", { | ||
string: true, | ||
@@ -1039,0 +1040,0 @@ describe: "The base path to use when emitting files (useful when working inside a monorepo).", |
@@ -183,12 +183,3 @@ import { createFunctionCall, setGlobalLogLevel, mapLogLevelStringToNumber, log, logTime, Declarations, format, createImportDeclaration, trimQuotes, trimTrailingSemicolon, createStringLiteral, selfInvokingFunction, escapeDoubleQuotes, createObjectLiteral, trimWhitespace } from './chunks/chunk-SEGPSIF6.js'; | ||
]; | ||
/* @__PURE__ */ new Set([ | ||
"className", | ||
"value", | ||
"readOnly", | ||
"formNoValidate", | ||
"isMap", | ||
"noModule", | ||
"playsInline", | ||
...BOOLEAN_NAMES | ||
]); | ||
new Set(BOOLEAN_NAMES); | ||
var DELEGATED_EVENT_TYPE = /* @__PURE__ */ new Set([ | ||
@@ -195,0 +186,0 @@ "beforeinput", |
@@ -17,3 +17,3 @@ import { type FilterPattern } from '@rollup/pluginutils'; | ||
export declare const vite: (options?: Partial<ResolvedOptions> | undefined) => import("vite").Plugin | import("vite").Plugin[]; | ||
export declare const rollup: (options?: Partial<ResolvedOptions> | undefined) => import("unplugin").RollupPlugin | import("unplugin").RollupPlugin[]; | ||
export declare const rollup: (options?: Partial<ResolvedOptions> | undefined) => import("rollup").Plugin | import("rollup").Plugin[]; | ||
export declare const esbuild: (options?: Partial<ResolvedOptions> | undefined) => import("unplugin").EsbuildPlugin; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.36.1", | ||
"version": "0.36.2", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "types": "dist/types/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
266687
7149