You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2022. It is now read-only.
exports[`external ftl file support mode:development > works with vue 3 script setup 1`] =`
118
-
"\\\\ assets/external.setup.2a8c1ec1.js
118
+
"
119
119
120
120
var _missingExportShim = void 0;
121
121
var en_ftl = new _missingExportShim(\\"# Simple things are simple.\\\\nhello-user = Hello, {$userName}!\\\\n\\\\n# Complex things are possible.\\\\nshared-photos =\\\\n {$userName}{$photoCount->\\\\n [one] addedonephoto\\\\n*[other] added {$photoCount} newphotos\\\\n } to {$userGender ->\\\\n [male] his stream\\\\n [female] her stream\\\\n *[other] their stream\\\\n }.\\\\n\\");
exports[`external ftl file support mode:production > works with vue 3 script setup 1`] =`
249
-
"\\\\ assets/external.setup.2a8c1ec1.js
249
+
"
250
250
251
251
var _missingExportShim = void 0;
252
252
var en_ftl = new _missingExportShim(\\"# Simple things are simple.\\\\nhello-user = Hello, {$userName}!\\\\n\\\\n# Complex things are possible.\\\\nshared-photos =\\\\n {$userName}{$photoCount->\\\\n [one] addedonephoto\\\\n*[other] added {$photoCount} newphotos\\\\n } to {$userGender ->\\\\n [male] his stream\\\\n [female] her stream\\\\n *[other] their stream\\\\n }.\\\\n\\");
0 commit comments