embedded-host-node
embedded-host-node copied to clipboard
Deprecate and remove support for default export
To match the behavior of https://github.com/sass/dart-sass/issues/2008, we should emit deprecation warnings for users who write import sass from 'sass-embedded' and then drop support in 2.0.0. It may be that we need to add an explicit set of ESM re-exports to make this work.
- [x] Emit deprecation warnings when using the default export (https://github.com/sass/embedded-host-node/pull/230)
- [ ] In Dart Sass 2.0.0, drop this default export