Skip to content
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

Pass the containing URL to importers under some circumstances #246

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Sep 15, 2023

@@ -32,7 +32,7 @@ export async function getLanguageRepo(
// Workaround for https://github.com/shelljs/shelljs/issues/198
// This file is a symlink which gets messed up by `shell.cp` (called from
// `utils.link`) on Windows.
shell.rm('build/sass/spec/README.md');
if (process.platform === 'win32') shell.rm('build/sass/spec/README.md');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why this is no longer necessary on Linux/Mac?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was only ever present as a workaround for a Windows issue in the first place (see the comment above).

@nex3 nex3 merged commit 8e7a23a into main Sep 18, 2023
16 checks passed
@nex3 nex3 deleted the prev-url branch September 18, 2023 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants