@kdujs/compiler-sfc-canary
Advanced tools
Comparing version 3.20240101.0 to 3.20240108.0-minor.0
@@ -0,1 +1,2 @@ | ||
import * as lru_cache_min from 'lru-cache/min'; | ||
import * as _babel_types from '@babel/types'; | ||
@@ -231,2 +232,3 @@ import { Statement, Expression, TSType, Program, CallExpression, Node, ObjectPattern, TSModuleDeclaration, TSPropertySignature, TSMethodSignature, TSCallSignatureDeclaration, TSFunctionType } from '@babel/types'; | ||
} | ||
export declare const parseCache: Map<string, SFCParseResult> | lru_cache_min.LRUCache<string, SFCParseResult, unknown>; | ||
export declare function parse(source: string, { sourceMap, filename, sourceRoot, pad, ignoreEmpty, compiler }?: SFCParseOptions): SFCParseResult; | ||
@@ -471,5 +473,3 @@ | ||
export declare const parseCache: Map<string, SFCParseResult>; | ||
export declare const walk: any; | ||
{ | ||
"name": "@kdujs/compiler-sfc-canary", | ||
"version": "3.20240101.0", | ||
"version": "3.20240108.0-minor.0", | ||
"description": "@kdujs/compiler-sfc", | ||
@@ -35,8 +35,8 @@ "main": "dist/compiler-sfc.cjs.js", | ||
"dependencies": { | ||
"@babel/parser": "^7.23.3", | ||
"@kdujs/compiler-core": "npm:@kdujs/compiler-core-canary@3.20240101.0", | ||
"@kdujs/compiler-dom": "npm:@kdujs/compiler-dom-canary@3.20240101.0", | ||
"@kdujs/compiler-ssr": "npm:@kdujs/compiler-ssr-canary@3.20240101.0", | ||
"@kdujs/reactivity-transform": "npm:@kdujs/reactivity-transform-canary@3.20240101.0", | ||
"@kdujs/shared": "npm:@kdujs/shared-canary@3.20240101.0", | ||
"@babel/parser": "^7.23.0", | ||
"@kdujs/compiler-core": "npm:@kdujs/compiler-core-canary@3.20240108.0-minor.0", | ||
"@kdujs/compiler-dom": "npm:@kdujs/compiler-dom-canary@3.20240108.0-minor.0", | ||
"@kdujs/compiler-ssr": "npm:@kdujs/compiler-ssr-canary@3.20240108.0-minor.0", | ||
"@kdujs/reactivity-transform": "npm:@kdujs/reactivity-transform-canary@3.20240108.0-minor.0", | ||
"@kdujs/shared": "npm:@kdujs/shared-canary@3.20240108.0-minor.0", | ||
"estree-walker": "^2.0.2", | ||
@@ -48,3 +48,3 @@ "magic-string": "^0.30.5", | ||
"devDependencies": { | ||
"@babel/types": "^7.23.3", | ||
"@babel/types": "^7.23.0", | ||
"@kdujs/consolidate": "^0.17.3", | ||
@@ -58,4 +58,4 @@ "hash-sum": "^2.0.0", | ||
"pug": "^3.0.2", | ||
"sass": "^1.69.5" | ||
"sass": "^1.69.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2223917
66647
2
+ Added@kdujs/compiler-core-canary@3.20240108.0-minor.0(transitive)
+ Added@kdujs/compiler-dom-canary@3.20240108.0-minor.0(transitive)
+ Added@kdujs/compiler-ssr-canary@3.20240108.0-minor.0(transitive)
+ Added@kdujs/reactivity-transform-canary@3.20240108.0-minor.0(transitive)
+ Added@kdujs/shared-canary@3.20240108.0-minor.0(transitive)
- Removed@kdujs/compiler-core-canary@3.20240101.0(transitive)
- Removed@kdujs/compiler-dom-canary@3.20240101.0(transitive)
- Removed@kdujs/compiler-ssr-canary@3.20240101.0(transitive)
- Removed@kdujs/reactivity-transform-canary@3.20240101.0(transitive)
- Removed@kdujs/shared-canary@3.20240101.0(transitive)
Updated@babel/parser@^7.23.0
Updated@kdujs/compiler-core@npm:@kdujs/compiler-core-canary@3.20240108.0-minor.0
Updated@kdujs/compiler-dom@npm:@kdujs/compiler-dom-canary@3.20240108.0-minor.0
Updated@kdujs/compiler-ssr@npm:@kdujs/compiler-ssr-canary@3.20240108.0-minor.0
Updated@kdujs/reactivity-transform@npm:@kdujs/reactivity-transform-canary@3.20240108.0-minor.0
Updated@kdujs/shared@npm:@kdujs/shared-canary@3.20240108.0-minor.0