TypeScript uses triple slash directives of the form:
/// <reference path="..."/>
For various non-source instructions that should not be wrapped.
Reference:
https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html
Differential D32997
clang-format: [JS] keep triple slash directives intact. mprobst on May 9 2017, 5:35 AM. Authored by
Details TypeScript uses triple slash directives of the form: /// <reference path="..."/> For various non-source instructions that should not be wrapped. Reference:
Diff Detail
|