diff --git a/lib/compile.js b/lib/compile.js index 7eac60a..2687ce5 100644 --- a/lib/compile.js +++ b/lib/compile.js @@ -9,15 +9,15 @@ COMPILED_ORDER = [ "numberParser", "pluralGenerator", - // Depends on plural. - "messageFormatter", - // Depends on number and/or plural. "currencyFormatter", "dateFormatter", "dateParser", "relativeTimeFormatter", - "unitFormatter" + "unitFormatter", + + // Depends on everything. + "messageFormatter" ]; DEPENDENCIES = {