Skip to content

Commit

Permalink
fix: extract MemberExpression from SequenceExpression in getName (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Sheremet <[email protected]>
  • Loading branch information
tsirlucas and sheremet-va authored Jan 22, 2025
1 parent a466c6b commit aeb219f
Show file tree
Hide file tree
Showing 12 changed files with 936 additions and 3 deletions.
1 change: 1 addition & 0 deletions samples/vite-6/.skip/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
throw new Error('do not import')
9 changes: 9 additions & 0 deletions samples/vite-6/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"vitest.nodeEnv": {
"TEST_CUSTOM_ENV": "hello"
},
"vitest.experimentalStaticAstCollect": true,
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
}
}
15 changes: 15 additions & 0 deletions samples/vite-6/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "vite-6",
"version": "1.0.0",
"description": "",
"author": "",
"license": "ISC",
"main": "index.js",
"scripts": {
"test": "vitest run"
},
"devDependencies": {
"vite": "^6.0.0",
"vitest": "^3.0.0"
}
}
Loading

0 comments on commit aeb219f

Please sign in to comment.