Skip to content

Instantly share code, notes, and snippets.

View andrii-bodnar's full-sized avatar
🚀

Andrii Bodnar andrii-bodnar

🚀
View GitHub Profile
@andrii-bodnar
andrii-bodnar / migrate.ts
Created June 23, 2023 07:26
Lingui JSON catalog format migration script v3 -> v4
#!/usr/bin/env node
/* eslint-disable no-restricted-syntax, no-await-in-loop */
import crypto from 'node:crypto'
import fs from 'node:fs/promises'
// from https://github.com/lingui/js-lingui/blob/59f0eb3565611d5860c883aa42a20365392ca1d8/packages/message-utils/src/generateMessageId.ts
const UNIT_SEPARATOR = '\u001F'
function generateMessageId(msg, context = '') {