-
Notifications
You must be signed in to change notification settings - Fork 29
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
Merge feature.color-4 into main #330
Conversation
This also stops running shell commands silently to help diagnose errors, and ensures that the embedded protocol's VERSION file is accessible even when installing from a path.
Merge main into feature.color-4
Merge branch 'main' of github.com:sass/embedded-host-node into feature.color-4
Merge main into feature.color-4
Merge main into feature.color-4
Merge main into feature.color-4
Merge origin/main into feature.color-4
Merge main into feature.color-4
Merge origin/main into feature.color-4
} | ||
|
||
/** Warn users about legacy color channel getters. */ | ||
function emitColor4ApiGetterDeprecation(name: string): void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the color-4-api deprecation warnings need some sort of handling for silenceDeprecations
and fatalDeprecations
since the host can't rely on the compiler to do the processing for any warnings emitted directly by the host.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it might be worth just merging this anyway so that we can get rid of the feature branch hassle, and then updating this along with your incoming change.
See #170
See sass/sass#3930
See sass/sass-spec#2013
See sass/dart-sass#2341