This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Description
Libsass directly writes its deprecation warnings to std::cerr in certain functions.
As a result, it becomes very hard to check these warnings in the tests as there is no error object being returned once the sass module has finished rendering (no exception thrown means no error object). Existing packages and methods for capturing the stderr output only works for output coming from the Javascript code and not output coming from native modules.