Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(445)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: pubspec.yaml
Issue
1648963002
:
Add reactive-inspired stream transformers:
Base URL: https://github.com/dart-lang/async@master
Patch Set: Restructure failes and add more tests.
Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
CHANGELOG.md
lib/async.dart
lib/result.dart
lib/src/concatenate_streams.dart
lib/src/transformers/debounce.dart
lib/src/transformers/group_by.dart
lib/src/transformers/scan.dart
lib/src/transformers/throttle.dart
pubspec.yaml
test/debounce_test.dart
test/group_by_test.dart
test/scan_test.dart
test/stream_transformers_test.dart
test/throttle_test.dart
View unified diff
|
Download patch
« lib/src/transformers/scan.dart
('K') |
« lib/src/transformers/throttle.dart
('k') |
test/debounce_test.dart »
('j') |
test/debounce_test.dart »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 name: async
1 name: async
2
version: 1.
8
.0
2
version: 1.
9
.0
3 author: Dart Team <misc@dartlang.org>
3 author: Dart Team <misc@dartlang.org>
4 description: Utility functions and classes related to the 'dart:async' library.
4 description: Utility functions and classes related to the 'dart:async' library.
5 homepage: https://www.github.com/dart-lang/async
5 homepage: https://www.github.com/dart-lang/async
6 dev_dependencies:
6 dev_dependencies:
7
clock: "^0.1.2"
7 fake_async: "^0.1.2"
8 fake_async: "^0.1.2"
8 stack_trace: "^1.0.0"
9 stack_trace: "^1.0.0"
9 test: "^0.12.0"
10 test: "^0.12.0"
10 environment:
11 environment:
11
sdk: ">=1.
9
.0 <2.0.0"
12
sdk: ">=1.
14
.0 <2.0.0"
OLD
NEW
« lib/src/transformers/scan.dart
('K') |
« lib/src/transformers/throttle.dart
('k') |
test/debounce_test.dart »
('j') |
test/debounce_test.dart »
('J')
Issue 1648963002: Add reactive-inspired stream transformers:
Created 4 years, 10 months ago by Lasse Reichstein Nielsen
Modified 4 years, 9 months ago
Reviewers: floitsch, nweiz
Base URL: https://github.com/dart-lang/async@master
Comments: 129
This is Rietveld
408576698