-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did notice that one of the paths mentioned has an unmatched closing paren: #7631
Comments
This is not a small repro, but you can do: $ git clone --filter blob:none https://github.com/DefinitelyTyped/DefinitelyTyped.git
$ cd DefinitelyTyped
$ node /path/to/pnpm.cjs install --filter '{./types/react-native-safari-view}...`
$ ls types/react-native-safari-view/node_modules/.pnpm | grep ')'
@react-native+babel-plugin-codegen@0.73.4_@babel+preset-env@7.23.9_@babel+core@7.23.9)
@react-native+babel-preset@0.73.21_@babel+core@7.23.9_@babel+preset-env@7.23.9_@babel+core@7.23.9)
@react-native+codegen@0.73.3_@babel+preset-env@7.23.9_@babel+core@7.23.9)
@react-native+community-cli-plugin@0.73.16_@babel+core@7.23.9_@babel+preset-env@7.23.9_@babel+core@7.23.9)
@react-native+metro-babel-transformer@0.73.15_@babel+core@7.23.9_@babel+preset-env@7.23.9_@babel+core@7.23.9)
jscodeshift@0.14.0_@babel+preset-env@7.23.9_@babel+core@7.23.9)
react-native@0.73.4_@babel+core@7.23.9_@babel+preset-env@7.23.9_@babel+core@7.23.9)_react@18.2.0 All of these are missing the open paren. |
The easiest solution would be just to use the paren and not convert it to _. It would make the directory names longer though |
zkochan
added a commit
that referenced
this issue
Feb 9, 2024
zkochan
added a commit
that referenced
this issue
Feb 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which may be a bug in this PR.
Originally posted by @jakebailey in #7606 (comment)
The text was updated successfully, but these errors were encountered: