docs: update JSDOC comment for the ArbTranslationSerializer (#40354)
Update JSDOC comment for the ArbTranslationSerializer as it was a copy of the JSON parser. PR Close #40354
This commit is contained in:
parent
27d0e54705
commit
4bb067d738
@ -35,13 +35,6 @@ import {consolidateMessages, hasLocation} from './utils';
|
|||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* This is a semi-public bespoke serialization format that is used for testing and sometimes as a
|
|
||||||
* format for storing translations that will be inlined at runtime.
|
|
||||||
*
|
|
||||||
* @see ArbTranslationParser
|
|
||||||
*/
|
|
||||||
export class ArbTranslationSerializer implements TranslationSerializer {
|
export class ArbTranslationSerializer implements TranslationSerializer {
|
||||||
constructor(
|
constructor(
|
||||||
private sourceLocale: string, private basePath: AbsoluteFsPath,
|
private sourceLocale: string, private basePath: AbsoluteFsPath,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user