embedded-host-node icon indicating copy to clipboard operation
embedded-host-node copied to clipboard

Deprecate and remove support for default export

Open nex3 opened this issue 2 years ago • 0 comments

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

nex3 avatar Jun 09 '23 22:06 nex3