@playwright/experimental-ct-core
Advanced tools
Comparing version 1.34.0-alpha-may-1-2023 to 1.34.0-alpha-may-10-2023
@@ -142,5 +142,5 @@ "use strict"; | ||
// Support following notations for Button.tsx: | ||
// - import { Button } from './Button.js' - via js2ts, it handles tsx too | ||
// - import { Button } from './Button.js' - via resolveImportSpecifierExtension | ||
// - import { Button } from './Button' - via require.resolve | ||
const importPath = isModuleOrAlias ? importSource : (0, _util.js2ts)(unresolvedImportPath) || require.resolve(unresolvedImportPath); | ||
const importPath = isModuleOrAlias ? importSource : (0, _util.resolveImportSpecifierExtension)(unresolvedImportPath) || require.resolve(unresolvedImportPath); | ||
const prefix = importPath.replace(/[^\w_\d]/g, '_'); | ||
@@ -147,0 +147,0 @@ const pathInfo = { |
{ | ||
"name": "@playwright/experimental-ct-core", | ||
"version": "1.34.0-alpha-may-1-2023", | ||
"version": "1.34.0-alpha-may-10-2023", | ||
"description": "Playwright Component Testing Helpers", | ||
@@ -20,4 +20,4 @@ "repository": "github:Microsoft/playwright", | ||
"dependencies": { | ||
"vite": "^4.2.1", | ||
"@playwright/test": "1.34.0-alpha-may-1-2023" | ||
"vite": "^4.3.3", | ||
"@playwright/test": "1.34.0-alpha-may-10-2023" | ||
}, | ||
@@ -24,0 +24,0 @@ "bin": { |
41451
+ Added@playwright/test@1.34.0-alpha-may-10-2023(transitive)
+ Added@types/node@22.10.9(transitive)
+ Addedplaywright-core@1.34.0-alpha-may-10-2023(transitive)
+ Addedvite@4.5.9(transitive)
- Removed@playwright/test@1.34.0-alpha-may-1-2023(transitive)
- Removed@types/node@22.10.7(transitive)
- Removedplaywright-core@1.34.0-alpha-may-1-2023(transitive)
- Removedvite@4.5.8(transitive)
Updatedvite@^4.3.3