fix(cli): allow special characters in paths (#13282)

* fix(cli): commas in import paths

* adding more test cases
This commit is contained in:
Jonathan Jogenfors
2024-10-09 18:15:50 +02:00
committed by GitHub
parent 057510af0a
commit b7dcc97712
5 changed files with 149 additions and 26 deletions

1
cli/package-lock.json generated
View File

@@ -2498,6 +2498,7 @@
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
"license": "MIT",
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",