Summary: If I have Pygments enabled in config but `pygmentize` doesn't work then unhighlighted source is stored to cache. If I later make `pygmentize` work then the unhighlighted source is still loaded from the cache. Test Plan: Break `pygmentize`. View a diff with JS files. Fix `pygmenize`. View the diff again. Reviewers: epriestley Reviewed By: epriestley CC: aran, gatos99, Koolvin Differential Revision: https://secure.phabricator.com/D2227
33 lines
1.3 KiB
PHP
33 lines
1.3 KiB
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('arcanist', 'difference');
|
|
|
|
phutil_require_module('phabricator', 'aphront/writeguard');
|
|
phutil_require_module('phabricator', 'applications/differential/constants/changetype');
|
|
phutil_require_module('phabricator', 'applications/differential/storage/changeset');
|
|
phutil_require_module('phabricator', 'applications/differential/view/inlinecomment');
|
|
phutil_require_module('phabricator', 'applications/files/storage/file');
|
|
phutil_require_module('phabricator', 'applications/markup/syntax');
|
|
phutil_require_module('phabricator', 'infrastructure/diff/engine');
|
|
phutil_require_module('phabricator', 'infrastructure/env');
|
|
phutil_require_module('phabricator', 'infrastructure/events/constant/type');
|
|
phutil_require_module('phabricator', 'infrastructure/events/event');
|
|
phutil_require_module('phabricator', 'infrastructure/javelin/markup');
|
|
phutil_require_module('phabricator', 'storage/queryfx');
|
|
|
|
phutil_require_module('phutil', 'error');
|
|
phutil_require_module('phutil', 'events/engine');
|
|
phutil_require_module('phutil', 'future');
|
|
phutil_require_module('phutil', 'markup');
|
|
phutil_require_module('phutil', 'markup/syntax/highlighter/default');
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
phutil_require_source('DifferentialChangesetParser.php');
|