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

Support deprecation options in the legacy JS API #312

Merged
merged 4 commits into from
Sep 3, 2024
Merged

Conversation

jathak
Copy link
Member

@jathak jathak commented Jul 29, 2024

@jathak jathak requested a review from nex3 July 30, 2024 16:59
@@ -156,7 +156,6 @@ function convertOptions<sync extends 'sync' | 'async'>(
),
]
: undefined;

Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: keep this

jest.config.ts Outdated
@@ -1,6 +1,7 @@
const config = {
preset: 'ts-jest',
testEnvironment: 'node',
modulePathIgnorePatterns: ['<rootDir>/dart-sass/'],
Copy link
Contributor

Choose a reason for hiding this comment

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

I had a similar but different commit to fix this issue: 01d7e42

Not sure which way is preferred.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, your solution looks better. I'll just add it to this PR for simplicity

@jathak jathak merged commit 9343ff7 into main Sep 3, 2024
16 checks passed
@jathak jathak deleted the deprecation-backport branch September 3, 2024 22:04
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.

3 participants