Updated Exports Files (markdown)

Éric Lemoine
2013-05-10 04:01:56 -07:00
parent e860d86b6f
commit 07e92d5be8
+2
@@ -1,3 +1,5 @@
## Exports files (.exports)
Alongside js files, the *src* dir includes "exports files" (e.g. `src/ol/map.exports`). The export files declare symbols and properties that the library exports. (See the [Closure Compiler docs](https://developers.google.com/closure/compiler/docs/api-tutorial3?hl=fr#export) to know more about _exporting_.)
For example the `src/ol/map.exports` file includes this: