-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'canary' into update/cache-methods
- Loading branch information
Showing
5 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...es/next-swc/crates/next-dev-tests/tests/integration/turbopack/sass/warning/input/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import './styles.sass' | ||
import './styles.scss' | ||
|
||
it('runs', () => {}) |
Empty file.
Empty file.
14 changes: 14 additions & 0 deletions
14
...ion/turbopack/sass/warning/issues/Unsupported Sass request__c__ .__styles.sass-051026.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PlainIssue { | ||
severity: Warning, | ||
context: "[project]/packages/next-swc/crates/next-dev-tests/tests/integration/turbopack/sass/warning/input", | ||
category: "resolve", | ||
title: "Unsupported Sass request: ./styles.sass", | ||
description: "Turbopack does not yet support importing Sass modules.", | ||
detail: "", | ||
documentation_link: "", | ||
source: None, | ||
sub_issues: [], | ||
processing_path: Some( | ||
[], | ||
), | ||
} |
14 changes: 14 additions & 0 deletions
14
...ion/turbopack/sass/warning/issues/Unsupported Sass request__c__ .__styles.scss-aa344f.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
PlainIssue { | ||
severity: Warning, | ||
context: "[project]/packages/next-swc/crates/next-dev-tests/tests/integration/turbopack/sass/warning/input", | ||
category: "resolve", | ||
title: "Unsupported Sass request: ./styles.scss", | ||
description: "Turbopack does not yet support importing Sass modules.", | ||
detail: "", | ||
documentation_link: "", | ||
source: None, | ||
sub_issues: [], | ||
processing_path: Some( | ||
[], | ||
), | ||
} |