-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsource_files.json
More file actions
19 lines (18 loc) · 927 Bytes
/
source_files.json
File metadata and controls
19 lines (18 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"webapi": [
"<%= webapi_path %>/namespace.js",
"<%= webapi_path %>/dependencies/static/utils/arrayutils.js",
"<%= webapi_path %>/dependencies/static/utils/stringutils.js",
"<%= webapi_path %>/dependencies/static/utils/browser.js",
"<%= webapi_path %>/dependencies/static/utils/polyfills.js",
"<%= webapi_path %>/dependencies/static/utils/typechecker.js",
"<%= webapi_path %>/dependencies/static/utils/regularssources.js",
"<%= webapi_path %>/dependencies/static/logger.js",
"<%= webapi_path %>/dependencies/static/io.js",
"<%= webapi_path %>/dependencies/static/regexpmanager.js",
"<%= webapi_path %>/dependencies/static/optionsmanager.js",
"<%= webapi_path %>/webapi.js",
"<%= webapi_path %>/dependencies/instancebased/textprocessor.js",
"<%= webapi_path %>/dependencies/instancebased/connection.js"
]
}