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:
Alan Agius 2021-01-08 13:45:59 +01:00 committed by atscott
parent 27d0e54705
commit 4bb067d738

View File

@ -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 {
constructor(
private sourceLocale: string, private basePath: AbsoluteFsPath,