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
(108)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: pubspec.yaml
Issue
1912273003
:
Make the package strong-mode clean. (Closed)
Base URL: git@github.com:dart-lang/convert.git@master
Patch Set: Code review changes
Created 4 years, 7 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:
.analysis_options
CHANGELOG.md
lib/src/hex/decoder.dart
lib/src/hex/encoder.dart
lib/src/percent/decoder.dart
lib/src/percent/encoder.dart
pubspec.yaml
test/accumulator_sink_test.dart
test/byte_accumulator_sink_test.dart
test/hex_test.dart
test/percent_test.dart
test/string_accumulator_sink_test.dart
View unified diff
|
Download patch
« no previous file with comments
|
« lib/src/percent/encoder.dart
('k') |
test/accumulator_sink_test.dart »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 name: convert
1 name: convert
2
version: 1.1.
0
2
version: 1.1.
1
3 description: Utilities for converting between data representations.
3 description: Utilities for converting between data representations.
4 author: Dart Team <misc@dartlang.org>
4 author: Dart Team <misc@dartlang.org>
5 homepage: https://github.com/dart-lang/convert
5 homepage: https://github.com/dart-lang/convert
6
6
7 environment:
7 environment:
8
sdk: '>=1.
8
.0 <2.0.0'
8
sdk: '>=1.
16
.0 <2.0.0'
9
9
10 dependencies:
10 dependencies:
11 charcode: '^1.1.0'
11 charcode: '^1.1.0'
12 typed_data: '^1.1.0'
12 typed_data: '^1.1.0'
13
13
14 dev_dependencies:
14 dev_dependencies:
15 test: '^0.12.0'
15 test: '^0.12.0'
OLD
NEW
« no previous file with comments
|
« lib/src/percent/encoder.dart
('k') |
test/accumulator_sink_test.dart »
('j') |
no next file with comments »
Issue 1912273003: Make the package strong-mode clean. (Closed)
Created 4 years, 8 months ago by nweiz
Modified 4 years, 7 months ago
Reviewers: Bob Nystrom, kevmoo
Base URL: git@github.com:dart-lang/convert.git@master
Comments: 2
This is Rietveld
408576698