File: __phutil_library_map__.php

package info (click to toggle)
arcanist-clang-format-linter 0.git20161021-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • sloc: php: 438; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 823 bytes parent folder | download | duplicates (2)
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
<?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(
    'FnClangFormatLinter' => 'lint/linter/FnClangFormatLinter.php',
    'FnCpplintLinter' => 'lint/linter/FnCpplintLinter.php',
    'FnGlslangLinter' => 'lint/linter/FnGlslangLinter.php',
    'FnSequenceMatcher' => 'utils/FnSequenceMatcher.php',
    'FnYAPFLinter' => 'lint/linter/FnYAPFLinter.php',
  ),
  'function' => array(),
  'xmap' => array(
    'FnClangFormatLinter' => 'ArcanistExternalLinter',
    'FnCpplintLinter' => 'ArcanistExternalLinter',
    'FnGlslangLinter' => 'ArcanistExternalLinter',
    'FnSequenceMatcher' => 'Phobject',
    'FnYAPFLinter' => 'ArcanistExternalLinter',
  ),
));