Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Conversation

dylanlan
Copy link
Contributor

It looked like the scss parser was treating everything with @ as an import.

I'm not super familiar with scss, but I consulted this doc for what can be an import: https://sass-lang.com/documentation/at-rules

It looks to me that only @use, @import, and @forward should be treated as imports.

Relates to #653
And #627 (comment)

@codecov
Copy link

codecov bot commented Jul 31, 2021

Codecov Report

Merging #658 (e0ac92e) into main (58cb163) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #658      +/-   ##
==========================================
+ Coverage   98.63%   98.64%   +0.01%     
==========================================
  Files          49       49              
  Lines        1021     1023       +2     
==========================================
+ Hits         1007     1009       +2     
  Misses         14       14              
Impacted Files Coverage Δ
src/parser/sass.js 100.00% <100.00%> (ø)
src/special/bin.js 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4bbc09b...e0ac92e. Read the comment docs.

Copy link
Member

@rumpl rumpl left a comment

Choose a reason for hiding this comment

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

LGTM

@rumpl rumpl merged commit 1c6efe2 into depcheck:main Aug 4, 2021
@theKashey
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants