TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Sass: The Discontinuation of Node-Fibers

2 pointsby 0xedbalmost 4 years ago

1 comment

trinovantesalmost 4 years ago
I really like sass the language. I really hate the dart-sass implementation.<p>Earlier this week they pushed a _minor_ version that started throwing deprecation warnings in all of my projects. Worst part is that it&#x27;s not even my code; it&#x27;s from one of my dependencies so there&#x27;s no way to fix it other than piping the warnings to &#x2F;dev&#x2F;null or pinning dart-sass to a random minor version.<p>Maybe this is just the way things work in the node ecosystem but in frameworks&#x2F;languages that I actually enjoy using, deprecation warnings usually come in major version N+1.0.0 not in N.X.Y+1.