-
Notifications
You must be signed in to change notification settings - Fork 15
/
sample_config.json
28 lines (28 loc) · 1.13 KB
/
sample_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"output": "out/sample",
"license": "LICENSE",
"readme": "README.md",
"language": "ES5",
"useMarkdown": false,
"sources": [
"third_party/js/closure_library/closure/goog",
"third_party/js/closure_library/third_party/closure/goog"
],
"excludes": [
"third_party/js/closure_library/closure/goog/events/eventtargettester.js",
"third_party/js/closure_library/closure/goog/**_test.js",
"third_party/js/closure_library/closure/goog/**_testhelper.js",
"third_party/js/closure_library/closure/goog/**test.pb.js",
"third_party/js/closure_library/closure/goog/**_perf.js",
"third_party/js/closure_library/closure/goog/demos",
"third_party/js/closure_library/closure/goog/tweak/testhelpers.js",
"third_party/js/closure_library/third_party/closure/goog/**_test.js",
"third_party/js/closure_library/third_party/closure/goog/base.js",
"third_party/js/closure_library/third_party/closure/goog/deps.js"
],
"sourceUrlTemplate": "https://github.com/jleyba/js-dossier/blob/master/third_party/js/closure_library/%path%#L%line%",
"typeFilters": [
"^goog.i18n.\\w+_.*",
"^goog.labs.i18n.\\w+_.*",
]
}