From 07e92d5be8bf9968661e41c39c0777d5d8fa4ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 10 May 2013 04:01:56 -0700 Subject: [PATCH] Updated Exports Files (markdown) --- Exports-Files.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Exports-Files.md b/Exports-Files.md index 3741142..ce4d8df 100644 --- a/Exports-Files.md +++ b/Exports-Files.md @@ -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: