Created
August 20, 2019 02:46
-
-
Save longlho/d752f77c6e0c25bfb8f7ea9b03d5e714 to your computer and use it in GitHub Desktop.
transformer-p8.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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