overleaf/services/clsi/app/coffee
Michael Mazour 1ddf9283f2 Add flags option to request JSON
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.
2019-05-14 16:24:34 +01:00
..
CommandRunner.coffee
CompileController.coffee use explicit json content-type to avoid security issues with text/html 2019-02-12 16:54:59 +00:00
CompileManager.coffee Add flags option to request JSON 2019-05-14 16:24:34 +01:00
ContentTypeMapper.coffee
db.coffee
DbQueue.coffee change console.log for logger.log 2019-03-22 20:42:26 +00:00
DockerLockManager.coffee
DockerRunner.coffee
DraftModeManager.coffee
Errors.coffee
LatexRunner.coffee Add flags option to request JSON 2019-05-14 16:24:34 +01:00
LocalCommandRunner.coffee
LockManager.coffee
Metrics.coffee
OutputCacheManager.coffee
OutputFileFinder.coffee
OutputFileOptimiser.coffee
ProjectPersistenceManager.coffee
RequestParser.coffee Add flags option to request JSON 2019-05-14 16:24:34 +01:00
ResourceStateManager.coffee
ResourceWriter.coffee
SafeReader.coffee
StaticServerForbidSymlinks.coffee
TikzManager.coffee fix exception when content undefined in TikzManager 2018-10-15 10:01:52 +01:00
UrlCache.coffee
UrlFetcher.coffee