Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit e76bbab

Browse files
committed
note about ECMAScript
Change-Id: I875245558477eea3e7d01bfd8e06c31a826ea0a8
1 parent fd5a255 commit e76bbab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Contributions are welcome.
2525
### Native Node Usage
2626

2727
The module provides `compile` as a low-level method to compile JavaScript.
28-
By default, this compiles ES6 to ES5 and includes the default set of EcmaScript externs files.
28+
By default, this compiles ES6 to ES5 and includes the default set of ECMAScript externs files.
2929

3030
```js
3131
const compiler = require('closure-compiler-js').compiler;

compile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ module.exports = function(flags) {
4949
}
5050

5151
// add default externs
52+
// TODO(samthor): this should load browser code, merge into a single file
5253
if (!externs) {
5354
externs = loadExterns();
5455
}

0 commit comments

Comments
 (0)