Skip to content

Commit

Permalink
Merge branch 'develop' into feature/analyzer-report
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy1978 authored Apr 26, 2021
2 parents 67d73dc + 190d1b6 commit 661dc46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#### Enhancements

- Allow re-using an existing dartanalyzer report with `sonar.dart.analysis.reportPath`
- Add missing dart keywords `extension`, `on`, `mixin`

#### Bug Fixes

Expand Down
10 changes: 8 additions & 2 deletions dart-lang/src/main/resources/dart.keywords
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ abstract
as
assert
async
async*
await
break
case
Expand All @@ -14,8 +15,9 @@ do$dynamic
else
enum
export
external
extends
extension
external
factory
false
final
Expand All @@ -28,17 +30,21 @@ import
in
is
library
mixin
new
null
on
operator
part
required
rethrow
return
set
static
super
switch
sync
sync*
this
throw
true
Expand All @@ -48,4 +54,4 @@ void
while
with
yield

yield*

0 comments on commit 661dc46

Please sign in to comment.