Give nnbd an explicit guarantee on the switch case. (#51)

This commit is contained in:
Awjin Ahn 2021-08-17 14:36:59 -07:00 committed by GitHub
parent c80320f777
commit 0de8deb489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -162,6 +162,7 @@ sass.Value deprotofyValue(Dispatcher dispatcher, FunctionRegistry functions,
}
case Value_Value.notSet:
default:
throw mandatoryError("Value.value");
}
} on RangeError catch (error) {

View File

@ -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