Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 0de8deb

Browse files
author
Awjin Ahn
authored
Give nnbd an explicit guarantee on the switch case. (#51)
1 parent c80320f commit 0de8deb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0-beta.9
2+
3+
* No user-visible changes.
4+
15
## 1.0.0-beta.8
26

37
* Support version 1.0.0-beta.11 of the Sass embedded protocol:

lib/src/value.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ sass.Value deprotofyValue(Dispatcher dispatcher, FunctionRegistry functions,
162162
}
163163

164164
case Value_Value.notSet:
165+
default:
165166
throw mandatoryError("Value.value");
166167
}
167168
} on RangeError catch (error) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.0.0-beta.8
2+
version: 1.0.0-beta.9
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass-embedded

0 commit comments

Comments
 (0)