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

Don't use @import in the legacy importer #342

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Oct 22, 2024

This unfortunately may make error reports look a little odd for errors
on the first line of SCSS files loaded via the legacy importer and
it'll give indented-syntax errors an off-by-one error, but there's an
easy fix: stop using the legacy API.

Closes #340

@nex3 nex3 requested a review from jathak October 22, 2024 20:02
This unfortunately may make error reports look a little odd for errors
on the first line of SCSS files loaded via the legacy importer and
it'll give indented-syntax errors an off-by-one error, but there's an
easy fix: stop using the legacy API.

Closes #340
@nex3 nex3 changed the title Export the SassBoolean type Don't use @import in the legacy importer Oct 22, 2024
lib/src/legacy/importer.ts Outdated Show resolved Hide resolved
Co-authored-by: Jennifer Thakar <[email protected]>
nex3 added a commit to sass/dart-sass that referenced this pull request Oct 24, 2024
nex3 added a commit to sass/dart-sass that referenced this pull request Oct 24, 2024
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.

Using legacy APIs with importers triggers @import deprecation warning
2 participants