@jsxstyle/bundler-utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -11,2 +11,3 @@ import * as path from 'node:path'; | ||
import { generateUid } from './generatedUid.js'; | ||
import { getCustomPropsAstNode } from './getCustomPropsAstNode.js'; | ||
import { getEvaluateAstNodeWithScopeFunction } from './getEvaluateAstNodeWithScopeFunction.js'; | ||
@@ -18,3 +19,2 @@ import { getImportForSource } from './getImportForSource.js'; | ||
import { handleJsxElement } from './handleJsxAttributes.js'; | ||
import { getCustomPropsAstNode } from './getCustomPropsAstNode.js'; | ||
function skipChildren(path) { | ||
@@ -21,0 +21,0 @@ const keys = VISITOR_KEYS[path.type]; |
@@ -0,3 +1,3 @@ | ||
import * as t from '@babel/types'; | ||
import type { CustomPropsObject } from '@jsxstyle/core'; | ||
import * as t from '@babel/types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Given a custom properties object, this function returns an array of |
@@ -16,3 +16,3 @@ import * as path from 'node:path'; | ||
// the contents of this file will be discarded | ||
'@jsxstyle/bundler-utils/noop'; | ||
'@jsxstyle/webpack-plugin/noop'; | ||
//# sourceMappingURL=getInlineImportString.js.map |
{ | ||
"name": "@jsxstyle/bundler-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -23,16 +23,12 @@ "keywords": [ | ||
"import": "./lib/index.js" | ||
}, | ||
"./noop": { | ||
"types": "./lib/noop.d.ts", | ||
"import": "./lib/noop.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@babel/generator": "^7.26.5", | ||
"@babel/parser": "^7.26.5", | ||
"@babel/traverse": "^7.26.5", | ||
"@babel/types": "^7.26.5", | ||
"@types/babel__generator": "^7.6.8", | ||
"@types/babel__traverse": "^7.20.6", | ||
"@babel/generator": "^7.26.3", | ||
"@babel/parser": "^7.26.3", | ||
"@babel/traverse": "^7.26.4", | ||
"@babel/types": "^7.26.3", | ||
"memfs": "^3.4.1", | ||
"memfs": "^4.17.0", | ||
"@jsxstyle/core": "3.0.0" | ||
@@ -39,0 +35,0 @@ }, |
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
149148
110
1754
+ Added@jsonjoy.com/base64@1.1.2(transitive)
+ Added@jsonjoy.com/json-pack@1.1.1(transitive)
+ Added@jsonjoy.com/util@1.5.0(transitive)
+ Addedhyperdyperid@1.2.0(transitive)
+ Addedmemfs@4.17.0(transitive)
+ Addedthingies@1.21.0(transitive)
+ Addedtree-dump@1.0.2(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedfs-monkey@1.0.6(transitive)
- Removedmemfs@3.6.0(transitive)
Updated@babel/generator@^7.26.5
Updated@babel/parser@^7.26.5
Updated@babel/traverse@^7.26.5
Updated@babel/types@^7.26.5
Updatedmemfs@^4.17.0