mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
1ddf9283f2
Adds a `flags` parameter to the request JSON, appearing under the `compile.options` key (alongside such stalwarts as `compiler`, `timeout`, etc.). This is primarily to support `-file-line-error` as an option, but could have other uses as well. `flags` should be an array of strings, or absent. If supplied, the listed arguments are added to the base latexmk command. |
||
---|---|---|
.. | ||
CommandRunner.coffee | ||
CompileController.coffee | ||
CompileManager.coffee | ||
ContentTypeMapper.coffee | ||
db.coffee | ||
DbQueue.coffee | ||
DockerLockManager.coffee | ||
DockerRunner.coffee | ||
DraftModeManager.coffee | ||
Errors.coffee | ||
LatexRunner.coffee | ||
LocalCommandRunner.coffee | ||
LockManager.coffee | ||
Metrics.coffee | ||
OutputCacheManager.coffee | ||
OutputFileFinder.coffee | ||
OutputFileOptimiser.coffee | ||
ProjectPersistenceManager.coffee | ||
RequestParser.coffee | ||
ResourceStateManager.coffee | ||
ResourceWriter.coffee | ||
SafeReader.coffee | ||
StaticServerForbidSymlinks.coffee | ||
TikzManager.coffee | ||
UrlCache.coffee | ||
UrlFetcher.coffee |