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
(1)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: test/codegen/node_modules.dart
Issue
1633003002
:
Add --modules=node support (Closed)
Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: regen sdk and expectations
Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
.travis.yml
lib/runtime/dart/_debugger.js
lib/runtime/dart/_interceptors.js
lib/runtime/dart/_internal.js
lib/runtime/dart/_isolate_helper.js
lib/runtime/dart/_js_helper.js
lib/runtime/dart/_js_mirrors.js
lib/runtime/dart/_runtime.js
lib/runtime/dart/async.js
lib/runtime/dart/collection.js
lib/runtime/dart/convert.js
lib/runtime/dart/core.js
lib/runtime/dart/html.js
lib/runtime/dart/html_common.js
lib/runtime/dart/isolate.js
lib/runtime/dart/js.js
lib/runtime/dart/math.js
lib/src/codegen/js_codegen.dart
lib/src/codegen/js_names.dart
lib/src/codegen/module_builder.dart
lib/src/compiler.dart
lib/src/options.dart
lib/src/utils.dart
test/browser/runtime_tests.js
test/codegen/expect/cascade.js
test/codegen/expect/closure.js
test/codegen/expect/collection/priority_queue.js
test/codegen/expect/collection/src/canonicalized_map.js
test/codegen/expect/collection/src/canonicalized_map.txt
test/codegen/expect/collection/src/queue_list.js
test/codegen/expect/collection/src/queue_list.txt
test/codegen/expect/collection/src/unmodifiable_wrappers.js
test/codegen/expect/collection/src/unmodifiable_wrappers.txt
test/codegen/expect/collection/src/utils.js
test/codegen/expect/collection/wrappers.js
test/codegen/expect/collection/wrappers.txt
test/codegen/expect/constructors.js
test/codegen/expect/covariance.js
test/codegen/expect/dir/html_input_b.js
test/codegen/expect/es6_modules.js
test/codegen/expect/fieldtest.js
test/codegen/expect/functions.js
test/codegen/expect/html_input.html
test/codegen/expect/js/js.js
test/codegen/expect/map_keys.js.map
test/codegen/expect/misc.js
test/codegen/expect/node_modules.js
test/codegen/expect/node_modules.txt
test/codegen/expect/sunflower/sunflower.html
test/codegen/expect/unittest.js
test/codegen/expect/unittest/unittest.js
test/codegen/node_modules.dart
test/codegen_test.dart
test/utils_test.dart
tool/input_sdk/lib/html/ddc/html_ddc.dart
tool/input_sdk/lib/html/html_common/html_common_ddc.dart
tool/input_sdk/private/classes.dart
tool/input_sdk/private/debugger.dart
tool/input_sdk/private/js_mirrors.dart
tool/input_sdk/private/runtime.dart
tool/input_sdk/private/types.dart
tool/input_sdk/private/utils.dart
tool/node_test.sh
tool/presubmit.sh
tool/sdk_expected_errors.txt
View side-by-side diff with in-line comments
Download patch
« lib/src/compiler.dart
('K') |
« test/codegen/expect/unittest/unittest.js
('k') |
test/codegen_test.dart »
('j') |
tool/input_sdk/lib/html/ddc/html_ddc.dart »
('J')
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: test/codegen/node_modules.dart
diff --git a/test/codegen/es6_modules.dart b/test/codegen/node_modules.dart
similarity index 100%
copy from test/codegen/es6_modules.dart
copy to test/codegen/node_modules.dart
« lib/src/compiler.dart
('K') |
« test/codegen/expect/unittest/unittest.js
('k') |
test/codegen_test.dart »
('j') |
tool/input_sdk/lib/html/ddc/html_ddc.dart »
('J')
Issue 1633003002: Add --modules=node support (Closed)
Created 4 years, 11 months ago by ochafik
Modified 4 years, 11 months ago
Reviewers: vsm, Jennifer Messerly
Base URL: git@github.com:dart-lang/dev_compiler.git@master
Comments: 36
This is Rietveld
408576698