Chromium Code Reviews

Unified Diff: lib/src/compiler/code_generator.dart

Issue 2234343003: fix #620, infer the input files from sources (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: format Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: lib/src/compiler/code_generator.dart
diff --git a/lib/src/compiler/code_generator.dart b/lib/src/compiler/code_generator.dart
index d990f27e9f64adc4e6d1fd6f83914222094e6c37..d7567ad260abebecce0c34284790d804364f9cf9 100644
--- a/lib/src/compiler/code_generator.dart
+++ b/lib/src/compiler/code_generator.dart
@@ -236,7 +236,7 @@ class CodeGenerator extends GeneralizingAstVisitor
items.add(new JS.ExportDeclaration(
js.call('const # = Object.create(null)', [libraryTemp])));
- // dart:_runtime has a magic module that holds extenstion method symbols.
+ // dart:_runtime has a magic module that holds extension method symbols.
// TODO(jmesserly): find a cleaner design for this.
if (_isDartRuntime(library)) {
items.add(new JS.ExportDeclaration(
« no previous file with comments | « karma.conf.js ('k') | lib/src/compiler/compiler.dart » ('j') | lib/src/compiler/compiler.dart » ('J')

Powered by Google App Engine