Skip to content

Instantly share code, notes, and snippets.

@longlho
Created August 20, 2019 02:46
Show Gist options
  • Save longlho/d752f77c6e0c25bfb8f7ea9b03d5e714 to your computer and use it in GitHub Desktop.
Save longlho/d752f77c6e0c25bfb8f7ea9b03d5e714 to your computer and use it in GitHub Desktop.
transformer-p8.ts
// Compiles to
const foo = {
id: '1h7a',
defaultMessage: 'asd'
}
// Also generate strings.json
{
'1h7a': {
description: 'foo',
defaultMessage: 'asd'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment