@code-inspector/core
Advanced tools
| import type { NodeTransform } from '@vue/compiler-dom'; | ||
| import type { EscapeTags, PathType } from '../../shared'; | ||
| type VueInspectorNodeTransformOptions = { | ||
| escapeTags?: EscapeTags; | ||
| pathType?: PathType; | ||
| mappings?: Record<string, string> | Array<{ | ||
| find: string | RegExp; | ||
| replacement: string; | ||
| }>; | ||
| }; | ||
| export declare function createVueInspectorNodeTransform(options?: VueInspectorNodeTransformOptions): NodeTransform; | ||
| export {}; |
+1
-1
| { | ||
| "name": "@code-inspector/core", | ||
| "version": "1.6.2", | ||
| "version": "1.6.3", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
@@ -1,3 +0,3 @@ | ||
| export { transformCode } from './transform'; | ||
| export { createVueInspectorNodeTransform, transformCode, } from './transform'; | ||
| export * from './use-client'; | ||
| export * from './server'; |
@@ -0,1 +1,2 @@ | ||
| export { createVueInspectorNodeTransform } from './vue-node-transform'; | ||
| import { EscapeTags, PathType } from '../../shared'; | ||
@@ -12,2 +13,1 @@ type FileType = 'vue' | 'jsx' | 'svelte' | 'astro' | 'mdx' | unknown; | ||
| export declare function transformCode(params: TransformCodeParams): Promise<string>; | ||
| export {}; |
@@ -8,1 +8,2 @@ export declare const LineName = "data-insp-row"; | ||
| export declare const AstroToolbarFile = "\0astro:dev-toolbar"; | ||
| export declare const CodeInspectorEscapeTags: string[]; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Telemetry
Supply chain riskThis package contains telemetry which tracks how it is used.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Telemetry
Supply chain riskThis package contains telemetry which tracks how it is used.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
12466150
0.02%26
4%3305
0.39%