mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-02 09:37:49 +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
|
## 1.0.0-beta.8
|
||||||
|
|
||||||
* Support version 1.0.0-beta.11 of the Sass embedded protocol:
|
* 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:
|
case Value_Value.notSet:
|
||||||
|
default:
|
||||||
throw mandatoryError("Value.value");
|
throw mandatoryError("Value.value");
|
||||||
}
|
}
|
||||||
} on RangeError catch (error) {
|
} on RangeError catch (error) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: sass_embedded
|
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.
|
description: An implementation of the Sass embedded protocol using Dart Sass.
|
||||||
author: Sass Team
|
author: Sass Team
|
||||||
homepage: https://github.com/sass/dart-sass-embedded
|
homepage: https://github.com/sass/dart-sass-embedded
|
||||||
|
Loading…
Reference in New Issue
Block a user