Skip to content

Commit

Permalink
[🔥AUDIT🔥] Export some Flow types from the i18n package. (#223)
Browse files Browse the repository at this point in the history
🖍 _This is an audit!_ 🖍

## Summary:
This is needed by some code in Webapp.

Issue: FEI-4434

## Test plan:

Author: jeresig

Auditors: kevinbarabash

Required Reviewers: 

Approved By: kevinbarabash

Checks: ❌ Test (macOS-latest, 16.x), ✅ Test (macOS-latest, 12.x), ✅ Test (ubuntu-latest, 12.x), ✅ codecov/project, ✅ CodeQL, ✅ Lint, flow, and coverage check (ubuntu-latest, 16.x), ⏭  dependabot, ✅ gerald, ✅ Analyze (javascript), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x)

Pull Request URL: #223
  • Loading branch information
jeresig authored Apr 18, 2022
1 parent ec8e9c0 commit 2579472
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-pans-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@khanacademy/wonder-stuff-i18n": minor
---

Export some Flow types from the i18n package.
3 changes: 3 additions & 0 deletions packages/wonder-stuff-i18n/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ export {
translateString,
} from "./utils/i18n-utils.js";
export {getEmojiForLocale} from "./utils/emoji-for-locale.js";

export type {ExtractedString} from "./utils/extract-i18n.js";
export type {TranslatedLocaleStrings} from "./utils/i18n-utils.js";

0 comments on commit 2579472

Please sign in to comment.