mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Give nnbd an explicit guarantee on the switch case. (#51)
This commit is contained in:
parent
c80320f777
commit
0de8deb489
@ -1,3 +1,7 @@
|
||||
## 1.0.0-beta.9
|
||||
|
||||
* No user-visible changes.
|
||||
|
||||
## 1.0.0-beta.8
|
||||
|
||||
* Support version 1.0.0-beta.11 of the Sass embedded protocol:
|
||||
|
@ -162,6 +162,7 @@ sass.Value deprotofyValue(Dispatcher dispatcher, FunctionRegistry functions,
|
||||
}
|
||||
|
||||
case Value_Value.notSet:
|
||||
default:
|
||||
throw mandatoryError("Value.value");
|
||||
}
|
||||
} on RangeError catch (error) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: sass_embedded
|
||||
version: 1.0.0-beta.8
|
||||
version: 1.0.0-beta.9
|
||||
description: An implementation of the Sass embedded protocol using Dart Sass.
|
||||
author: Sass Team
|
||||
homepage: https://github.com/sass/dart-sass-embedded
|
||||
|
Loading…
Reference in New Issue
Block a user