From 179c6490cbe2b755ab7df7e172fcf941a1c06cd4 Mon Sep 17 00:00:00 2001 From: Chema Balsas Date: Fri, 26 May 2017 11:03:52 +0200 Subject: [PATCH] Adds new externalMsgFormat option from metal-tools-soy@4.1.0 --- lib/commands/soy/options.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/commands/soy/options.js b/lib/commands/soy/options.js index af93829..f3d92e8 100644 --- a/lib/commands/soy/options.js +++ b/lib/commands/soy/options.js @@ -25,6 +25,11 @@ module.exports = { describe: 'The path to the file with translations for soy template messages.', type: 'string' }, + externalMsgFormat: { + describe: 'Pattern that should be used to format the extracted external messages ' + + 'from compiled files', + type: 'string' + }, skipMetalGeneration: { describe: 'Passing this will cause soy files to be just compiled, without ' + 'the addition of metal generated code (like the component class)',