forked from facebook/watchman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__phutil_library_map__.php
48 lines (46 loc) · 1.83 KB
/
__phutil_library_map__.php
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
/**
* This file is automatically generated. Use 'arc liberate' to rebuild it.
* @generated
* @phutil-library-version 2
*/
phutil_register_library_map(array(
'__library_version__' => 2,
'class' =>
array(
'CallgrindFile' => 'lib/cov/CallgrindFile.php',
'DwarfLineInfo' => 'lib/cov/DwarfLineInfo.php',
'PythonProvidedWatchmanInstance' => 'lib/WatchmanInstance.php',
'TestSkipException' => 'lib/WatchmanTestCase.php',
'WatchmanDirectoryFixture' => 'lib/WatchmanDirectoryFixture.php',
'WatchmanInstance' => 'lib/WatchmanInstance.php',
'WatchmanIntegrationEngine' => 'lib/WatchmanIntegrationEngine.php',
'WatchmanLicenseLinter' => 'lib/WatchmanLicenseLinter.php',
'WatchmanLintEngine' => 'lib/WatchmanLintEngine.php',
'WatchmanQueryFuture' => 'lib/WatchmanQueryFuture.php',
'WatchmanTapEngine' => 'lib/WatchmanTapEngine.php',
'WatchmanTestCase' => 'lib/WatchmanTestCase.php',
),
'function' =>
array(
'execx' => 'lib/WatchmanInstance.php',
'w_find_subdata_containing_file' => 'lib/WatchmanTestCase.php',
'w_is_file_in_file_list' => 'lib/WatchmanTestCase.php',
'w_is_same_file_list' => 'lib/WatchmanTestCase.php',
'w_is_same_filename' => 'lib/WatchmanTestCase.php',
'w_normalize_file_list' => 'lib/WatchmanTestCase.php',
'w_normalize_filename' => 'lib/WatchmanTestCase.php',
'w_rmdir_recursive' => 'lib/WatchmanDirectoryFixture.php',
'w_rmdir_recursive_inner' => 'lib/WatchmanDirectoryFixture.php',
'w_unlink' => 'lib/WatchmanTestCase.php',
),
'xmap' =>
array(
'PythonProvidedWatchmanInstance' => 'WatchmanInstance',
'TestSkipException' => 'Exception',
'WatchmanIntegrationEngine' => 'WatchmanTapEngine',
'WatchmanLicenseLinter' => 'ArcanistLinter',
'WatchmanLintEngine' => 'ArcanistLintEngine',
'WatchmanQueryFuture' => 'FutureProxy',
),
));