Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32159405
get_clang_paths.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
752 B
Referenced Files
None
Subscribers
None
get_clang_paths.js
View Options
// @flow
const
clangPaths
=
[
{
path
:
'native/cpp/CommonCpp'
,
extensions
:
[
'h'
,
'cpp'
],
excludes
:
[
'_generated'
],
},
{
path
:
'native/android/app/src/cpp'
,
extensions
:
[
'cpp'
,
'h'
],
},
{
path
:
'native/ios/Comm'
,
extensions
:
[
'h'
,
'm'
,
'mm'
],
},
{
path
:
'native/ios/CommTests'
,
extensions
:
[
'mm'
],
},
{
path
:
'native/ios/NotificationService'
,
extensions
:
[
'h'
,
'm'
,
'mm'
],
},
{
path
:
'native/android/app/src/main/java/app/comm'
,
extensions
:
[
'java'
],
excludes
:
[
'generated'
],
},
{
path
:
'web/cpp'
,
extensions
:
[
'cpp'
,
'h'
],
},
];
function
getClangPaths
()
{
return
clangPaths
.
map
(
pathItem
=>
pathItem
.
path
);
}
module
.
exports
=
{
getClangPaths
,
clangPaths
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 4:31 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5839586
Default Alt Text
get_clang_paths.js (752 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment