Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Wirtz committed Mar 6, 2013
1 parent 0a73754 commit 02054eb
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -9,12 +9,12 @@ If you are sitting on (a bunch of) externs which are not yet included, please dr
#### Naming convention ####

* Externs for core components are all lower case
* Externs for non-core components begin with an upper case character
* Externs for [non-core components](https://github.com/dcodeIO/node.js-closure-compiler-externs/tree/master/contrib) begin with an upper case character

#### Node.js specific annotation ####

If an extern file refers to a module that's usually loaded through require(moduleName), a comment is added on top of the
file. For example for the "fs" module:
If an extern file refers to a module that's usually loaded through var modulename = require("modulename"), a comment is
added on top of the file. For example for the fs module:

````javascript
/**
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 02054eb

Please sign in to comment.