You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a dependabot PR to update typescript-transform-paths for my repository. It looks like it's trying to require ts-node, but I do not use that in my project, I use ttypescript.
This threw me for a second. The require is wrapped in try ... catch. Looks like a type import at the top slipped through and imported the full const, however. Should be fixed in v3.2.1
Hi,
I got a dependabot PR to update
typescript-transform-paths
for my repository. It looks like it's trying to requirets-node
, but I do not use that in my project, I use ttypescript.https://github.com/roblox-ts/roblox-ts/pull/1546/checks?check_run_id=3238321112#step:6:16
The text was updated successfully, but these errors were encountered: