-
Notifications
You must be signed in to change notification settings - Fork 629
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
feat: add ensureSymlink/ensureSymlinkSync for fs modules #268
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename from Syslink
to Symlink
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think Should skip is a good solution. I'd test assertThrows(ensureSymlink()) if deno.platform === 'win'
or should wait for support |
You may have to do a conditionnal if(win) in the tests due to the notimplemend status. No? Seems legit to me. |
@zekth Yes. you are right. I found that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
part of #261
not implement in Windows now.