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
(414)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: .analysis_options
Issue
2016483002
:
Enable strong mode in DDC, fix all warnings/errors (Closed)
Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set:
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
bin/dartdevc.dart
lib/src/analyzer/context.dart
lib/src/compiler/code_generator.dart
lib/src/compiler/element_helpers.dart
lib/src/compiler/js_metalet.dart
lib/src/compiler/module_builder.dart
lib/src/compiler/nullable_type_inference.dart
lib/src/compiler/reify_coercions.dart
lib/src/compiler/side_effect_analysis.dart
lib/src/compiler/type_utilities.dart
lib/src/js_ast/builder.dart
lib/src/js_ast/nodes.dart
lib/src/js_ast/printer.dart
lib/src/js_ast/template.dart
lib/src/js_ast/type_printer.dart
test/codegen_test.dart
test/worker/worker_test.dart
tool/global_compile.dart
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
bin/dartdevc.dart »
('j') |
lib/src/compiler/code_generator.dart »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 analyzer:
1 analyzer:
2
strong-mode: true
2 exclude:
3 exclude:
3 - doc/api/**
4 - doc/api/**
4 - gen/**
5 - gen/**
5 - node_modules/**
6 - node_modules/**
6 - tool/input_sdk/**
7 - tool/input_sdk/**
7 - test/codegen/**
8 - test/codegen/**
8 - test/samples/**
9 - test/samples/**
9 - test/transformer/hello_app/**
10 - test/transformer/hello_app/**
OLD
NEW
« no previous file with comments
|
« no previous file
|
bin/dartdevc.dart »
('j') |
lib/src/compiler/code_generator.dart »
('J')
Issue 2016483002: Enable strong mode in DDC, fix all warnings/errors (Closed)
Created 4 years, 7 months ago by Jennifer Messerly
Modified 4 years, 7 months ago
Reviewers: Leaf
Base URL: git@github.com:dart-lang/dev_compiler.git@master
Comments: 9
This is Rietveld
408576698