mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
5 lines
397 B
Markdown
5 lines
397 B
Markdown
lgtm,codescanning
|
|
* `FormattingFunction.getOutputParameterIndex` now has a parameter identifying whether the output at that index is a buffer or a stream.
|
|
* `FormattingFunction` now has a predicate `isOutputGlobal` indicating when the output is to a global stream.
|
|
* The `primitiveVariadicFormatter` and `variadicFormatter` predicates have more parameters exposing information about the function.
|