SYMBOL INDEX (875 symbols across 56 files) FILE: config/bundle.js function build (line 9) | function build (entries) { function buildEntry (line 23) | function buildEntry (config) { function write (line 47) | function write (dest, code, zip) { function getSize (line 68) | function getSize (code) { function logError (line 72) | function logError (e) { function blue (line 76) | function blue (str) { FILE: config/entry.js function toUpper (line 10) | function toUpper (_, c) { function classify (line 16) | function classify (str) { function genConfig (line 68) | function genConfig (opts) { FILE: dist/vue-i18n.common.js function warn (line 38) | function warn (msg, err) { function error (line 48) | function error (msg, err) { function isObject (line 60) | function isObject (obj) { function isBoolean (line 64) | function isBoolean (val) { function isString (line 68) | function isString (val) { function isPlainObject (line 74) | function isPlainObject (obj) { function isNull (line 78) | function isNull (val) { function isFunction (line 82) | function isFunction (val) { function parseArgs (line 86) | function parseArgs () { function looseClone (line 111) | function looseClone (obj) { function remove (line 115) | function remove (arr, item) { function includes (line 121) | function includes (arr, item) { function hasOwn (line 126) | function hasOwn (obj, key) { function merge (line 130) | function merge (target) { function looseEqual (line 152) | function looseEqual (a, b) { function escapeHtml (line 189) | function escapeHtml(rawText) { function escapeParams (line 206) | function escapeParams(params) { function extend (line 219) | function extend (Vue) { function onlyHasDefaultPlace (line 461) | function onlyHasDefaultPlace (params) { function useLegacyPlaces (line 469) | function useLegacyPlaces (children, places) { function createParamsFromPlaces (line 490) | function createParamsFromPlaces (places) { function assignChildPlace (line 500) | function assignChildPlace (params, child) { function assignChildIndex (line 507) | function assignChildIndex (params, child, index) { function vnodeHasPlaceAttribute (line 512) | function vnodeHasPlaceAttribute (vnode) { function bind (line 595) | function bind (el, binding, vnode) { function update (line 601) | function update (el, binding, vnode, oldVNode) { function unbind (line 612) | function unbind (el, binding, vnode, oldVNode) { function assert (line 631) | function assert (el, vnode) { function localeEqual (line 646) | function localeEqual (el, vnode) { function t (line 651) | function t (el, binding, vnode) { function parseValue (line 681) | function parseValue (value) { function makeParams (line 699) | function makeParams (locale, args) { function install (line 712) | function install (_Vue) { function parse (line 767) | function parse (format) { function compile (line 809) | function compile (tokens, values) { function isLiteral (line 934) | function isLiteral (exp) { function stripQuotes (line 942) | function stripQuotes (str) { function getPathCharType (line 954) | function getPathCharType (ch) { function formatSubPath (line 991) | function formatSubPath (path) { function parse$1 (line 1003) | function parse$1 (path) { FILE: dist/vue-i18n.esm.browser.js function warn (line 31) | function warn (msg, err) { function error (line 41) | function error (msg, err) { function isObject (line 53) | function isObject (obj) { function isBoolean (line 57) | function isBoolean (val) { function isString (line 61) | function isString (val) { constant OBJECT_STRING (line 66) | const OBJECT_STRING = '[object Object]'; function isPlainObject (line 67) | function isPlainObject (obj) { function isNull (line 71) | function isNull (val) { function isFunction (line 75) | function isFunction (val) { function parseArgs (line 79) | function parseArgs (...args) { function looseClone (line 101) | function looseClone (obj) { function remove (line 105) | function remove (arr, item) { function includes (line 111) | function includes (arr, item) { function hasOwn (line 116) | function hasOwn (obj, key) { function merge (line 120) | function merge (target) { function looseEqual (line 140) | function looseEqual (a, b) { function escapeHtml (line 177) | function escapeHtml(rawText) { function escapeParams (line 194) | function escapeParams(params) { function extend (line 207) | function extend (Vue) { method beforeCreate (line 242) | beforeCreate () { method beforeMount (line 326) | beforeMount () { method mounted (line 352) | mounted () { method beforeDestroy (line 358) | beforeDestroy () { method render (line 403) | render (h, { data, parent, props, slots }) { function onlyHasDefaultPlace (line 427) | function onlyHasDefaultPlace (params) { function useLegacyPlaces (line 435) | function useLegacyPlaces (children, places) { function createParamsFromPlaces (line 456) | function createParamsFromPlaces (places) { function assignChildPlace (line 466) | function assignChildPlace (params, child) { function assignChildIndex (line 473) | function assignChildIndex (params, child, index) { function vnodeHasPlaceAttribute (line 478) | function vnodeHasPlaceAttribute (vnode) { method render (line 503) | render (h, { props, parent, data }) { function bind (line 553) | function bind (el, binding, vnode) { function update (line 559) | function update (el, binding, vnode, oldVNode) { function unbind (line 570) | function unbind (el, binding, vnode, oldVNode) { function assert (line 589) | function assert (el, vnode) { function localeEqual (line 604) | function localeEqual (el, vnode) { function t (line 609) | function t (el, binding, vnode) { function parseValue (line 633) | function parseValue (value) { function makeParams (line 651) | function makeParams (locale, args) { function install (line 664) | function install (_Vue) { class BaseFormatter (line 698) | class BaseFormatter { method constructor (line 701) | constructor () { method interpolate (line 705) | interpolate (message, values) { constant RE_TOKEN_LIST_VALUE (line 720) | const RE_TOKEN_LIST_VALUE = /^(?:\d)+/; constant RE_TOKEN_NAMED_VALUE (line 721) | const RE_TOKEN_NAMED_VALUE = /^(?:\w)+/; function parse (line 723) | function parse (format) { function compile (line 765) | function compile (tokens, values) { constant APPEND (line 815) | const APPEND = 0; constant PUSH (line 816) | const PUSH = 1; constant INC_SUB_PATH_DEPTH (line 817) | const INC_SUB_PATH_DEPTH = 2; constant PUSH_SUB_PATH (line 818) | const PUSH_SUB_PATH = 3; constant BEFORE_PATH (line 821) | const BEFORE_PATH = 0; constant IN_PATH (line 822) | const IN_PATH = 1; constant BEFORE_IDENT (line 823) | const BEFORE_IDENT = 2; constant IN_IDENT (line 824) | const IN_IDENT = 3; constant IN_SUB_PATH (line 825) | const IN_SUB_PATH = 4; constant IN_SINGLE_QUOTE (line 826) | const IN_SINGLE_QUOTE = 5; constant IN_DOUBLE_QUOTE (line 827) | const IN_DOUBLE_QUOTE = 6; constant AFTER_PATH (line 828) | const AFTER_PATH = 7; constant ERROR (line 829) | const ERROR = 8; function isLiteral (line 890) | function isLiteral (exp) { function stripQuotes (line 898) | function stripQuotes (str) { function getPathCharType (line 910) | function getPathCharType (ch) { function formatSubPath (line 947) | function formatSubPath (path) { function parse$1 (line 959) | function parse$1 (path) { class I18nPath (line 1059) | class I18nPath { method constructor (line 1062) | constructor () { method parsePath (line 1069) | parsePath (path) { method getPathValue (line 1083) | getPathValue (obj, path) { class VueI18n (line 1123) | class VueI18n { method constructor (line 1152) | constructor (options = {}) { method _checkLocaleMessage (line 1258) | _checkLocaleMessage (locale, level, message) { method _initVM (line 1307) | _initVM (data) { method destroyVM (line 1314) | destroyVM () { method subscribeDataChanging (line 1318) | subscribeDataChanging (vm) { method unsubscribeDataChanging (line 1322) | unsubscribeDataChanging (vm) { method watchI18nData (line 1326) | watchI18nData () { method watchLocale (line 1337) | watchLocale () { method onComponentInstanceCreated (line 1347) | onComponentInstanceCreated (newI18n) { method vm (line 1353) | get vm () { return this._vm } method messages (line 1355) | get messages () { return looseClone(this._getMessages()) } method dateTimeFormats (line 1356) | get dateTimeFormats () { return looseClone(this._getDateTimeFormats()) } method numberFormats (line 1357) | get numberFormats () { return looseClone(this._getNumberFormats()) } method availableLocales (line 1358) | get availableLocales () { return Object.keys(this.messages).sort() } method locale (line 1360) | get locale () { return this._vm.locale } method locale (line 1361) | set locale (locale) { method fallbackLocale (line 1365) | get fallbackLocale () { return this._vm.fallbackLocale } method fallbackLocale (line 1366) | set fallbackLocale (locale) { method formatFallbackMessages (line 1371) | get formatFallbackMessages () { return this._formatFallbackMessages } method formatFallbackMessages (line 1372) | set formatFallbackMessages (fallback) { this._formatFallbackMessages =... method missing (line 1374) | get missing () { return this._missing } method missing (line 1375) | set missing (handler) { this._missing = handler; } method formatter (line 1377) | get formatter () { return this._formatter } method formatter (line 1378) | set formatter (formatter) { this._formatter = formatter; } method silentTranslationWarn (line 1380) | get silentTranslationWarn () { return this._silentTranslationWarn } method silentTranslationWarn (line 1381) | set silentTranslationWarn (silent) { this._silentTranslationWarn = sil... method silentFallbackWarn (line 1383) | get silentFallbackWarn () { return this._silentFallbackWarn } method silentFallbackWarn (line 1384) | set silentFallbackWarn (silent) { this._silentFallbackWarn = silent; } method preserveDirectiveContent (line 1386) | get preserveDirectiveContent () { return this._preserveDirectiveContent } method preserveDirectiveContent (line 1387) | set preserveDirectiveContent (preserve) { this._preserveDirectiveConte... method warnHtmlInMessage (line 1389) | get warnHtmlInMessage () { return this._warnHtmlInMessage } method warnHtmlInMessage (line 1390) | set warnHtmlInMessage (level) { method postTranslation (line 1401) | get postTranslation () { return this._postTranslation } method postTranslation (line 1402) | set postTranslation (handler) { this._postTranslation = handler; } method _getMessages (line 1404) | _getMessages () { return this._vm.messages } method _getDateTimeFormats (line 1405) | _getDateTimeFormats () { return this._vm.dateTimeFormats } method _getNumberFormats (line 1406) | _getNumberFormats () { return this._vm.numberFormats } method _warnDefault (line 1408) | _warnDefault (locale, key, result, vm, values, interpolateMode) { method _isFallbackRoot (line 1432) | _isFallbackRoot (val) { method _isSilentFallbackWarn (line 1436) | _isSilentFallbackWarn (key) { method _isSilentFallback (line 1442) | _isSilentFallback (locale, key) { method _isSilentTranslationWarn (line 1446) | _isSilentTranslationWarn (key) { method _interpolate (line 1452) | _interpolate ( method _link (line 1500) | _link ( method _createMessageContext (line 1579) | _createMessageContext (values, formatter, path, interpolateMode) { method _render (line 1599) | _render (message, interpolateMode, values, path) { method _appendItemToChain (line 1618) | _appendItemToChain (chain, item, blocks) { method _appendLocaleToChain (line 1634) | _appendLocaleToChain (chain, locale, blocks) { method _appendBlockToChain (line 1645) | _appendBlockToChain (chain, block, blocks) { method _getLocaleChain (line 1656) | _getLocaleChain (start, fallbackLocale) { method _translate (line 1715) | _translate ( method _t (line 1740) | _t (key, _locale, messages, host, ...values) { method t (line 1770) | t (key, ...values) { method _i (line 1774) | _i (key, locale, messages, host, values) { method i (line 1788) | i (key, locale, values) { method _tc (line 1799) | _tc ( method fetchChoice (line 1819) | fetchChoice (message, choice) { method tc (line 1829) | tc (key, choice, ...values) { method _te (line 1833) | _te (key, locale, messages, ...args) { method te (line 1838) | te (key, locale) { method getLocaleMessage (line 1842) | getLocaleMessage (locale) { method setLocaleMessage (line 1846) | setLocaleMessage (locale, message) { method mergeLocaleMessage (line 1853) | mergeLocaleMessage (locale, message) { method getDateTimeFormat (line 1865) | getDateTimeFormat (locale) { method setDateTimeFormat (line 1869) | setDateTimeFormat (locale, format) { method mergeDateTimeFormat (line 1874) | mergeDateTimeFormat (locale, format) { method _clearDateTimeFormat (line 1879) | _clearDateTimeFormat (locale, format) { method _localizeDateTime (line 1892) | _localizeDateTime ( method _d (line 1931) | _d (value, locale, key) { method d (line 1956) | d (value, ...args) { method getNumberFormat (line 1983) | getNumberFormat (locale) { method setNumberFormat (line 1987) | setNumberFormat (locale, format) { method mergeNumberFormat (line 1992) | mergeNumberFormat (locale, format) { method _clearNumberFormat (line 1997) | _clearNumberFormat (locale, format) { method _getNumberFormatter (line 2010) | _getNumberFormatter ( method _n (line 2057) | _n (value, locale, key, options) { method n (line 2085) | n (value, ...args) { method _ntp (line 2121) | _ntp (value, locale, key, options) { method get (line 2153) | get () { FILE: dist/vue-i18n.esm.js function warn (line 36) | function warn (msg, err) { function error (line 46) | function error (msg, err) { function isObject (line 58) | function isObject (obj) { function isBoolean (line 62) | function isBoolean (val) { function isString (line 66) | function isString (val) { function isPlainObject (line 72) | function isPlainObject (obj) { function isNull (line 76) | function isNull (val) { function isFunction (line 80) | function isFunction (val) { function parseArgs (line 84) | function parseArgs () { function looseClone (line 109) | function looseClone (obj) { function remove (line 113) | function remove (arr, item) { function includes (line 119) | function includes (arr, item) { function hasOwn (line 124) | function hasOwn (obj, key) { function merge (line 128) | function merge (target) { function looseEqual (line 150) | function looseEqual (a, b) { function escapeHtml (line 187) | function escapeHtml(rawText) { function escapeParams (line 204) | function escapeParams(params) { function extend (line 217) | function extend (Vue) { function onlyHasDefaultPlace (line 459) | function onlyHasDefaultPlace (params) { function useLegacyPlaces (line 467) | function useLegacyPlaces (children, places) { function createParamsFromPlaces (line 488) | function createParamsFromPlaces (places) { function assignChildPlace (line 498) | function assignChildPlace (params, child) { function assignChildIndex (line 505) | function assignChildIndex (params, child, index) { function vnodeHasPlaceAttribute (line 510) | function vnodeHasPlaceAttribute (vnode) { function bind (line 593) | function bind (el, binding, vnode) { function update (line 599) | function update (el, binding, vnode, oldVNode) { function unbind (line 610) | function unbind (el, binding, vnode, oldVNode) { function assert (line 629) | function assert (el, vnode) { function localeEqual (line 644) | function localeEqual (el, vnode) { function t (line 649) | function t (el, binding, vnode) { function parseValue (line 679) | function parseValue (value) { function makeParams (line 697) | function makeParams (locale, args) { function install (line 710) | function install (_Vue) { function parse (line 765) | function parse (format) { function compile (line 807) | function compile (tokens, values) { function isLiteral (line 932) | function isLiteral (exp) { function stripQuotes (line 940) | function stripQuotes (str) { function getPathCharType (line 952) | function getPathCharType (ch) { function formatSubPath (line 989) | function formatSubPath (path) { function parse$1 (line 1001) | function parse$1 (path) { FILE: dist/vue-i18n.js function warn (line 42) | function warn (msg, err) { function error (line 52) | function error (msg, err) { function isObject (line 64) | function isObject (obj) { function isBoolean (line 68) | function isBoolean (val) { function isString (line 72) | function isString (val) { function isPlainObject (line 78) | function isPlainObject (obj) { function isNull (line 82) | function isNull (val) { function isFunction (line 86) | function isFunction (val) { function parseArgs (line 90) | function parseArgs () { function looseClone (line 115) | function looseClone (obj) { function remove (line 119) | function remove (arr, item) { function includes (line 125) | function includes (arr, item) { function hasOwn (line 130) | function hasOwn (obj, key) { function merge (line 134) | function merge (target) { function looseEqual (line 156) | function looseEqual (a, b) { function escapeHtml (line 193) | function escapeHtml(rawText) { function escapeParams (line 210) | function escapeParams(params) { function extend (line 223) | function extend (Vue) { function onlyHasDefaultPlace (line 465) | function onlyHasDefaultPlace (params) { function useLegacyPlaces (line 473) | function useLegacyPlaces (children, places) { function createParamsFromPlaces (line 494) | function createParamsFromPlaces (places) { function assignChildPlace (line 504) | function assignChildPlace (params, child) { function assignChildIndex (line 511) | function assignChildIndex (params, child, index) { function vnodeHasPlaceAttribute (line 516) | function vnodeHasPlaceAttribute (vnode) { function bind (line 599) | function bind (el, binding, vnode) { function update (line 605) | function update (el, binding, vnode, oldVNode) { function unbind (line 616) | function unbind (el, binding, vnode, oldVNode) { function assert (line 635) | function assert (el, vnode) { function localeEqual (line 650) | function localeEqual (el, vnode) { function t (line 655) | function t (el, binding, vnode) { function parseValue (line 685) | function parseValue (value) { function makeParams (line 703) | function makeParams (locale, args) { function install (line 716) | function install (_Vue) { function parse (line 771) | function parse (format) { function compile (line 813) | function compile (tokens, values) { function isLiteral (line 938) | function isLiteral (exp) { function stripQuotes (line 946) | function stripQuotes (str) { function getPathCharType (line 958) | function getPathCharType (ch) { function formatSubPath (line 995) | function formatSubPath (path) { function parse$1 (line 1007) | function parse$1 (path) { FILE: docs/assets/js/app.5b04e7b0.js function e (line 1) | function e(e){for(var r,a,l=e[0],s=e[1],u=e[2],f=0,p=[];fn?n:t} function o (line 3) | function o(t){return 100*(-1+t)} function e (line 3) | function e(){var n=t.shift();n&&n(e)} function n (line 3) | function n(n){return n=n.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(... function r (line 3) | function r(t,e,r){e=n(e),t.style[e]=r} function s (line 3) | function s(t,e){return("string"==typeof t?t:f(t)).indexOf(" "+e+" ")>=0} function u (line 3) | function u(t,e){var n=f(t),r=n+e;s(n,e)||(t.className=r.substring(1))} function c (line 3) | function c(t,e){var n,r=f(t);s(t,e)&&(n=r.replace(" "+e+" "," "),t.class... function f (line 3) | function f(t){return(" "+(t.className||"")+" ").replace(/\s+/gi," ")} function p (line 3) | function p(t){t&&t.parentNode&&t.parentNode.removeChild(t)} function i (line 3) | function i(t){var e,n;this.promise=new t((function(t,r){if(void 0!==e||v... function h (line 3) | function h(t,e,n){var r,i,o,a,l,s,u=0,c=!1,h=!1,g=!0;if("function"!=type... function v (line 3) | function v(t){var e=typeof t;return!!t&&("object"==e||"function"==e)} function m (line 3) | function m(t){if("number"==typeof t)return t;if(function(t){return"symbo... function i (line 3) | function i(t){return null==t} function o (line 3) | function o(t){return null!=t} function a (line 3) | function a(t){return!0===t} function l (line 3) | function l(t){return"string"==typeof t||"number"==typeof t||"symbol"==ty... function s (line 3) | function s(t){return null!==t&&"object"==typeof t} function c (line 3) | function c(t){return"[object Object]"===u.call(t)} function f (line 3) | function f(t){return"[object RegExp]"===u.call(t)} function p (line 3) | function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e... function d (line 3) | function d(t){return o(t)&&"function"==typeof t.then&&"function"==typeof... function h (line 3) | function h(t){return null==t?"":Array.isArray(t)||c(t)&&t.toString===u?J... function v (line 3) | function v(t){var e=parseFloat(t);return isNaN(e)?t:e} function m (line 3) | function m(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i-1)return t.splice(... function _ (line 3) | function _(t,e){return b.call(t,e)} function x (line 3) | function x(t){var e=Object.create(null);return function(n){return e[n]||... function n (line 3) | function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t... function O (line 3) | function O(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n... function A (line 3) | function A(t,e){for(var n in e)t[n]=e[n];return t} function j (line 3) | function j(t){for(var e={},n=0;n0,a=t?!!t.$stable:!o,l=... function ve (line 3) | function ve(t,e,n){var r=function(){var t=arguments.length?n.apply(null,... function me (line 3) | function me(t,e){return function(){return t[e]}} function ge (line 3) | function ge(t,e){var n,r,i,a,l;if(Array.isArray(t)||"string"==typeof t)f... function ye (line 3) | function ye(t,e,n,r){var i,o=this.$scopedSlots[t];o?(n=n||{},r&&(n=A(A({... function be (line 3) | function be(t){return Mt(this.$options,"filters",t)||I} function _e (line 3) | function _e(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e} function xe (line 3) | function xe(t,e,n,r,i){var o=N.keyCodes[e]||n;return i&&r&&!N.keyCodes[e... function ke (line 3) | function ke(t,e,n,r,i){if(n)if(s(n)){var o;Array.isArray(n)&&(n=j(n));va... function we (line 3) | function we(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];... function Ce (line 3) | function Ce(t,e,n){return $e(t,"__once__"+e+(n?"_"+n:""),!0),t} function $e (line 3) | function $e(t,e,n){if(Array.isArray(t))for(var r=0;r-1:"string"==typeo... function En (line 3) | function En(t,e){var n=t.cache,r=t.keys,i=t._vnode;for(var o in n){var a... function On (line 3) | function On(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstanc... function r (line 3) | function r(){n.$off(t,r),e.apply(n,arguments)} function Dn (line 3) | function Dn(t){for(var e=t.data,n=t,r=t;o(r.componentInstance);)(r=r.com... function Fn (line 3) | function Fn(t,e){return{staticClass:Vn(t.staticClass,e.staticClass),clas... function Vn (line 3) | function Vn(t,e){return t?e?t+" "+e:t:e||""} function Bn (line 3) | function Bn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,i=... function Qn (line 3) | function Qn(t,e){var n=t.data.ref;if(o(n)){var r=t.context,i=t.component... function er (line 3) | function er(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.i... function nr (line 3) | function nr(t,e,n){var r,i,a={};for(r=e;r<=n;++r)o(i=t[r].key)&&(a[i]=r)... function ir (line 3) | function ir(t,e){(t.data.directives||e.data.directives)&&function(t,e){v... function ar (line 3) | function ar(t,e){var n,r,i=Object.create(null);if(!t)return i;for(n=0;n<... function lr (line 3) | function lr(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{})... function sr (line 3) | function sr(t,e,n,r,i){var o=t.def&&t.def[e];if(o)try{o(n.elm,t,n,r,i)}c... function cr (line 3) | function cr(t,e){var n=e.componentOptions;if(!(o(n)&&!1===n.Ctor.options... function fr (line 3) | function fr(t,e,n){t.tagName.indexOf("-")>-1?pr(t,e,n):zn(e)?Nn(n)?t.rem... function pr (line 3) | function pr(t,e,n){if(Nn(n))t.removeAttribute(e);else{if(Y&&!X&&"TEXTARE... function hr (line 3) | function hr(t,e){var n=e.elm,r=e.data,a=t.data;if(!(i(r.staticClass)&&i(... function gr (line 3) | function gr(t,e,n){var r=vr;return function i(){var o=e.apply(null,argum... function br (line 3) | function br(t,e,n,r){if(yr){var i=ln,o=e;e=o._wrapper=function(t){if(t.t... function _r (line 3) | function _r(t,e,n,r){(r||vr).removeEventListener(t,e._wrapper||e,n)} function xr (line 3) | function xr(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},r=... function Cr (line 3) | function Cr(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,r,a=... function $r (line 3) | function $r(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e... function Or (line 3) | function Or(t){var e=Ar(t.style);return t.staticStyle?A(t.staticStyle,e):e} function Ar (line 3) | function Ar(t){return Array.isArray(t)?j(t):"string"==typeof t?Er(t):t} function Ur (line 3) | function Ur(t,e){var n=e.data,r=t.data;if(!(i(n.staticStyle)&&i(n.style)... function Nr (line 3) | function Nr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.s... function Dr (line 3) | function Dr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.s... function Fr (line 3) | function Fr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&A... function Yr (line 3) | function Yr(t){Kr((function(){Kr(t)}))} function Xr (line 3) | function Xr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n... function Jr (line 3) | function Jr(t,e){t._transitionClasses&&y(t._transitionClasses,e),Dr(t,e)} function Qr (line 3) | function Qr(t,e,n){var r=ti(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!... function ti (line 3) | function ti(t,e){var n,r=window.getComputedStyle(t),i=(r[Hr+"Delay"]||""... function ei (line 3) | function ei(t,e){for(;t.length=t.length?n():t[i]?e(t[i],(functi... function Ko (line 8) | function Ko(t){return function(e,n,r){var i=!1,o=0,a=null;Yo(t,(function... function Yo (line 8) | function Yo(t,e){return Xo(t.map((function(t){return Object.keys(t.compo... function Xo (line 8) | function Xo(t){return Array.prototype.concat.apply([],t)} function Qo (line 8) | function Qo(t){var e=!1;return function(){for(var n=[],r=arguments.lengt... function e (line 8) | function e(e){t.call(this),this.name=this._name="NavigationDuplicated",t... function ea (line 8) | function ea(t,e,n,r){var i=Yo(t,(function(t,r,i,o){var a=function(t,e){"... function na (line 8) | function na(t,e){if(e)return function(){return t.apply(e,arguments)}} function e (line 8) | function e(e,n){var r=this;t.call(this,e,n);var i=e.options.scrollBehavi... function ia (line 8) | function ia(t){var e=decodeURI(window.location.pathname);return t&&0===e... function e (line 8) | function e(e,n,r){t.call(this,e,n),r&&function(t){var e=ia(t);if(!/^\/#/... function aa (line 8) | function aa(){var t=la();return"/"===t.charAt(0)||(ca("/"+t),!1)} function la (line 8) | function la(){var t=window.location.href,e=t.indexOf("#");if(e<0)return"... function sa (line 8) | function sa(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e... function ua (line 8) | function ua(t){Ho?Wo(sa(t)):window.location.hash=t} function ca (line 8) | function ca(t){Ho?qo(sa(t)):window.location.replace(sa(t))} function e (line 8) | function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1} function ha (line 8) | function ha(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.... function ma (line 8) | function ma(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new... function ga (line 8) | function ga(t,e){var n;t.mixins||(t.mixins=[]),(n=t.mixins).push.apply(n... function $a (line 8) | function $a(t){return decodeURI(t).replace(xa,"").replace(ka,"")} function Sa (line 8) | function Sa(t){return Ca.test(t)} function Ea (line 8) | function Ea(t){if(Sa(t))return t;var e=t.match(xa),n=e?e[0]:"",r=$a(t);r... function Oa (line 8) | function Oa(t,e){var n=t.hash,r=function(t){var e=t.match(xa);if(e)retur... function Aa (line 8) | function Aa(t,e,n){n&&(e=function(t,e,n){var r=t.charAt(0);if("/"===r)re... function ja (line 8) | function ja(t,e,n,r){var i=n.pages,o=n.themeConfig,a=r&&o.locales&&o.loc... function Ta (line 8) | function Ta(t){var e;return(t=t.map((function(t){return Object.assign({}... function La (line 8) | function La(t){return Object.assign(t,{type:t.items&&t.items.length?"lin... function qa (line 8) | function qa(t,e){return t.ownerDocument.defaultView.getComputedStyle(t,n... function Ya (line 8) | function Ya(t,e,n){var r=[];e.forEach((function(t){"group"===t.type?r.pu... function Qa (line 8) | function Qa(t,e,n,r){return t("router-link",{props:{to:e,activeClass:"",... function Za (line 8) | function Za(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?a... function ol (line 8) | function ol(t){return(ol="function"==typeof Symbol&&"symbol"==typeof Sym... function al (line 8) | function al(t){return(al="function"==typeof Symbol&&"symbol"===ol(Symbol... function hl (line 8) | function hl(t,e){if(e&&ma(e).forEach((function(t){document.head.removeCh... FILE: examples/formatting/custom/src/formatter.js class CustomFormatter (line 3) | class CustomFormatter { method constructor (line 4) | constructor (options = {}) { method interpolate (line 10) | interpolate (message, values) { FILE: examples/hot/src/i18n.js function loadLocaleInfo (line 6) | function loadLocaleInfo () { FILE: examples/integration/contentful/bin/download-content-model.js constant REPO_ROOT (line 11) | const REPO_ROOT = path.resolve(__dirname, '..') constant DATA_DIR (line 12) | const DATA_DIR = path.resolve(REPO_ROOT, 'data') FILE: examples/integration/contentful/nuxt.config.js method extend (line 45) | extend (config, ctx) { method routes (line 82) | routes () { FILE: examples/integration/contentful/plugins/contentful.js method createClient (line 8) | createClient (config = defaultConfig) { FILE: examples/integration/contentful/plugins/i18n.js constant DEFAULT_LOCALE (line 4) | const DEFAULT_LOCALE = 'en-US' FILE: examples/module/nuxt/nuxt.config.js method extend (line 57) | extend (config, ctx) { FILE: examples/perf/index.js function parseTimings (line 3) | function parseTimings (timings) { function perform (line 22) | async function perform (browser, target, url, profileName) { function main (line 53) | async function main () { FILE: examples/ssr/hn2/build/setup-dev-server.js constant MFS (line 3) | const MFS = require('memory-fs') FILE: examples/ssr/hn2/server.js constant LRU (line 3) | const LRU = require('lru-cache') function createRenderer (line 22) | function createRenderer (bundle, options) { function render (line 81) | function render (req, res) { FILE: examples/ssr/hn2/src/api/create-api-client.js function createAPI (line 4) | function createAPI ({ config, version }) { FILE: examples/ssr/hn2/src/api/create-api-server.js function createAPI (line 4) | function createAPI ({ config, version }) { FILE: examples/ssr/hn2/src/api/index.js function warmCache (line 19) | function warmCache () { function fetch (line 24) | function fetch (child) { function fetchIdsByType (line 44) | function fetchIdsByType (type) { function fetchItem (line 50) | function fetchItem (id) { function fetchItems (line 54) | function fetchItems (ids) { function fetchUser (line 58) | function fetchUser (id) { function watchList (line 62) | function watchList (type, cb) { FILE: examples/ssr/hn2/src/app.js function createApp (line 20) | function createApp () { FILE: examples/ssr/hn2/src/entry-client.js method beforeRouteUpdate (line 12) | beforeRouteUpdate (to, from, next) { FILE: examples/ssr/hn2/src/i18n/index.js function createI18n (line 8) | function createI18n () { FILE: examples/ssr/hn2/src/router/index.js function createRouter (line 11) | function createRouter () { FILE: examples/ssr/hn2/src/store/getters.js method activeIds (line 4) | activeIds (state) { method activeItems (line 20) | activeItems (state, getters) { FILE: examples/ssr/hn2/src/store/index.js function createStore (line 9) | function createStore () { FILE: examples/ssr/hn2/src/util.js function timeAgo (line 1) | function timeAgo (time) { FILE: examples/ssr/hn2/src/util/filters.js function host (line 1) | function host (url) { function timeAgo (line 8) | function timeAgo (time, $tc) { FILE: examples/ssr/hn2/src/util/title.js function getTitle (line 1) | function getTitle (vm) { method created (line 11) | created () { method mounted (line 20) | mounted () { FILE: examples/ssr/hn2/src/views/CreateListView.js function createListView (line 8) | function createListView (type) { FILE: examples/storybook/.storybook/config.js function loadStories (line 7) | function loadStories() { FILE: ship.config.js function extractSpecificChangelog (line 8) | function extractSpecificChangelog (changelog, version) { function commitChangelog (line 21) | async function commitChangelog (current, next) { FILE: src/components/interpolation.js method render (line 24) | render (h: Function, { data, parent, props, slots }: Object) { function onlyHasDefaultPlace (line 48) | function onlyHasDefaultPlace (params) { function useLegacyPlaces (line 56) | function useLegacyPlaces (children, places) { function createParamsFromPlaces (line 77) | function createParamsFromPlaces (places) { function assignChildPlace (line 87) | function assignChildPlace (params, child) { function assignChildIndex (line 94) | function assignChildIndex (params, child, index) { function vnodeHasPlaceAttribute (line 99) | function vnodeHasPlaceAttribute (vnode) { FILE: src/directive.js function bind (line 5) | function bind (el: any, binding: Object, vnode: any): void { function update (line 11) | function update (el: any, binding: Object, vnode: any, oldVNode: any): v... function unbind (line 22) | function unbind (el: any, binding: Object, vnode: any, oldVNode: any): v... function assert (line 41) | function assert (el: any, vnode: any): boolean { function localeEqual (line 56) | function localeEqual (el: any, vnode: any): boolean { function t (line 61) | function t (el: any, binding: Object, vnode: any): void { function parseValue (line 85) | function parseValue (value: any): Object { function makeParams (line 103) | function makeParams (locale: Locale, args: any): Array { FILE: src/extend.js method get (line 7) | get () { return this._i18n } FILE: src/format.js method if (line 13) | if (!values) { constant RE_TOKEN_LIST_VALUE (line 30) | const RE_TOKEN_LIST_VALUE: RegExp = /^(?:\d)+/ constant RE_TOKEN_NAMED_VALUE (line 31) | const RE_TOKEN_NAMED_VALUE: RegExp = /^(?:\w)+/ FILE: src/index.js class VueI18n (line 41) | class VueI18n { method if (line 277) | if (!this._sync || !this._root) { return null } method if (line 285) | if (!this.__VUE_I18N_BRIDGE__) { return null } method if (line 370) | if (process.env.NODE_ENV !== 'production' && !this._isSilentTranslationW... method if (line 426) | if (process.env.NODE_ENV !== 'production' && !this._isSilentTranslationW... method if (line 474) | if (!matches.hasOwnProperty(idx)) { method warn (line 486) | warn(`Circular reference found. "${link}" is already visited in the chai... method if (line 775) | if (!message || !isString(message)) { return null } method if (line 801) | if (this._warnHtmlInMessage === 'warn' || this._warnHtmlInMessage === 'e... method if (line 808) | if (this._warnHtmlInMessage === 'warn' || this._warnHtmlInMessage === 'e... method if (line 865) | if (step !== locale && process.env.NODE_ENV !== 'production' && !this._i... method if (line 925) | if (isString(args[0])) { method if (line 928) | if (args[0].locale) { method if (line 1001) | if (step !== locale && process.env.NODE_ENV !== 'production' && !this._i... method if (line 1032) | if (process.env.NODE_ENV !== 'production') { method if (line 1046) | if (process.env.NODE_ENV !== 'production' && !this._isSilentTranslationW... method if (line 1063) | if (isString(args[0])) { method if (line 1066) | if (args[0].locale) { method if (line 1096) | if (process.env.NODE_ENV !== 'production') { method if (line 1110) | if (process.env.NODE_ENV !== 'production' && !this._isSilentTranslationW... method if (line 1126) | if (!availabilities) { FILE: src/install.js function install (line 10) | function install (_Vue, options = { bridge: false }) { FILE: src/mixin.js function defineMixin (line 12) | function defineMixin (bridge: boolean = false) { method if (line 137) | if (!this._i18n) { return } FILE: src/path.js constant APPEND (line 12) | const APPEND = 0 constant PUSH (line 13) | const PUSH = 1 constant INC_SUB_PATH_DEPTH (line 14) | const INC_SUB_PATH_DEPTH = 2 constant PUSH_SUB_PATH (line 15) | const PUSH_SUB_PATH = 3 constant BEFORE_PATH (line 18) | const BEFORE_PATH = 0 constant IN_PATH (line 19) | const IN_PATH = 1 constant BEFORE_IDENT (line 20) | const BEFORE_IDENT = 2 constant IN_IDENT (line 21) | const IN_IDENT = 3 constant IN_SUB_PATH (line 22) | const IN_SUB_PATH = 4 constant IN_SINGLE_QUOTE (line 23) | const IN_SINGLE_QUOTE = 5 constant IN_DOUBLE_QUOTE (line 24) | const IN_DOUBLE_QUOTE = 6 constant AFTER_PATH (line 25) | const AFTER_PATH = 7 constant ERROR (line 26) | const ERROR = 8 function isLiteral (line 87) | function isLiteral (exp: string): boolean { function stripQuotes (line 95) | function stripQuotes (str: string): string | boolean { function getPathCharType (line 107) | function getPathCharType (ch: ?string): string { function formatSubPath (line 144) | function formatSubPath (path: string): boolean | string { FILE: src/util.js method if (line 52) | if (typeof console !== 'undefined') { method if (line 62) | if (typeof console !== 'undefined') { constant OBJECT_STRING (line 86) | const OBJECT_STRING: string = '[object Object]' function isPlainObject (line 87) | function isPlainObject (obj: any): boolean { function isNull (line 91) | function isNull (val: mixed): boolean { method if (line 103) | if (isObject(args[0]) || isArray(args[0])) { method if (line 109) | if (typeof args[0] === 'string') { method if (line 126) | if (arr.delete(item)) { FILE: test/helpers/util.js function getVersion (line 5) | function getVersion () { FILE: test/unit/basic.test.js method render (line 675) | render (h) { method render (line 698) | render (h) { FILE: test/unit/component.test.js method render (line 46) | render (h) { method render (line 53) | render (h) { method render (line 73) | render (h) { method render (line 80) | render (h) { method render (line 88) | render (h) { method render (line 177) | render (h) { method render (line 184) | render (h) { method render (line 192) | render (h) { method render (line 241) | render (h) { method render (line 248) | render (h) { method render (line 256) | render (h) { FILE: test/unit/custom_blocks.test.js method render (line 24) | render (h) { method render (line 31) | render (h) { method render (line 53) | render (h) { method render (line 60) | render (h) { method render (line 91) | render (h) { method render (line 98) | render (h) { method render (line 122) | render (h) { method render (line 129) | render (h) { FILE: test/unit/datetime.test.js method render (line 29) | render (h) { method render (line 87) | render (h) { FILE: test/unit/directive.test.js function createVM (line 12) | function createVM (options) { method render (line 22) | render (h) { method render (line 47) | render (h) { method render (line 76) | render (h) { method render (line 106) | render (h) { method render (line 126) | render (h) { method render (line 147) | render (h) { method render (line 165) | render (h) { method render (line 185) | render (h) { method render (line 205) | render (h) { method render (line 228) | render (h) { method render (line 251) | render (h) { method render (line 278) | render (h) { FILE: test/unit/format_custom.test.js class CustomFormatter (line 6) | class CustomFormatter { method interpolate (line 7) | interpolate (message, values) { method interpolate (line 23) | interpolate (message, values) { class CustomFormatter (line 22) | class CustomFormatter { method interpolate (line 7) | interpolate (message, values) { method interpolate (line 23) | interpolate (message, values) { method render (line 79) | render (h) { method render (line 91) | render (h) { FILE: test/unit/interpolation.test.js method render (line 25) | render (h) { method render (line 33) | render (h) { method render (line 55) | render (h) { method render (line 66) | render(h) { method render (line 73) | render (h) { method render (line 85) | render(h, { data, children }) { method render (line 92) | render (h) { method render (line 105) | render (h) { method render (line 118) | render (h) { method render (line 131) | render (h) { method render (line 148) | render (h) { method render (line 163) | render (h) { method render (line 181) | render (h) { method render (line 201) | render (h) { method render (line 219) | render (h) { method render (line 235) | render (h) { method render (line 254) | render (h) { method render (line 273) | render (h) { method render (line 292) | render (h) { method render (line 313) | render (h) { method render (line 329) | render (h) { method render (line 356) | render (h) { method render (line 374) | render (h) { method render (line 391) | render (h) { method render (line 412) | render (h) { method render (line 427) | render (h) { method render (line 448) | render (h) { method render (line 466) | render (h) { method render (line 484) | render (h) { method render (line 515) | render (h) { method render (line 537) | render (h) { method render (line 564) | render (h) { FILE: test/unit/issues.test.js method render (line 84) | render (h) { method render (line 106) | render (h) { method render (line 136) | render (h) { method render (line 141) | render (h) { method render (line 160) | render (h) { method render (line 192) | render (h) { method render (line 200) | render (h) { method render (line 232) | render (h) { method render (line 266) | render (h) { method render (line 277) | render (h) { method render (line 282) | render (h) { method data (line 346) | data () { method render (line 407) | render (h) { method render (line 445) | render (h) { method render (line 450) | render (h) { method render (line 471) | render (h) { function slavicPluralization (line 521) | function slavicPluralization (choice, choicesLength) { method interpolate (line 666) | interpolate (message, values, path) { method render (line 727) | render (h) { method render (line 732) | render (h) { method render (line 755) | render (h) { method render (line 760) | render (h) { method render (line 778) | render (h) { method render (line 806) | render (h) { FILE: test/unit/message.test.js method render (line 43) | render (h) { FILE: test/unit/number.test.js function convertToCharCodes (line 3) | function convertToCharCodes (str) { method render (line 37) | render (h) { method render (line 98) | render (h) { FILE: test/unit/number_component.test.js method render (line 22) | render (h) { method render (line 38) | render (h) { method render (line 53) | render (h) { method render (line 69) | render (h) { method render (line 84) | render (h) { method render (line 97) | render (h) { method render (line 110) | render (h) { method render (line 123) | render (h) { method render (line 141) | render (h) { method render (line 154) | render (h) { method render (line 169) | render (h) { method render (line 182) | render (h) { method render (line 198) | render (h) { method render (line 217) | render (h) { method render (line 236) | render (h) { method render (line 256) | render (h) { method render (line 274) | render (h) { method render (line 294) | render (h) { method render (line 316) | render (h) { method render (line 343) | render (h) { FILE: test/unit/silent.test.js method render (line 100) | render (h) { return h('p') } method render (line 103) | render (h) { return h('sub-component') } method render (line 135) | render (h) { return h('p') } method render (line 138) | render (h) { return h('sub-component') } method render (line 180) | render (h) { return h('p') } method render (line 183) | render (h) { return h('sub-component') } method render (line 212) | render (h) { return h('p') } method render (line 215) | render (h) { return h('sub-component') } method render (line 246) | render (h) { return h('p') } method render (line 249) | render (h) { return h('sub-component') } FILE: types/index.d.ts type Path (line 1) | type Path = VueI18n.Path; type Locale (line 2) | type Locale = VueI18n.Locale; type FallbackLocale (line 3) | type FallbackLocale = VueI18n.FallbackLocale; type Values (line 4) | type Values = VueI18n.Values; type Choice (line 5) | type Choice = VueI18n.Choice; type MessageContext (line 6) | type MessageContext = VueI18n.MessageContext; type MessageFunction (line 7) | type MessageFunction = VueI18n.MessageFunction; type LocaleMessage (line 8) | type LocaleMessage = VueI18n.LocaleMessage; type LocaleMessageObject (line 9) | type LocaleMessageObject = VueI18n.LocaleMessageObject; type LocaleMessageArray (line 10) | type LocaleMessageArray = VueI18n.LocaleMessageArray; type LocaleMessages (line 11) | type LocaleMessages = VueI18n.LocaleMessages; type TranslateResult (line 12) | type TranslateResult = VueI18n.TranslateResult; type DateTimeFormatOptions (line 13) | type DateTimeFormatOptions = VueI18n.DateTimeFormatOptions; type DateTimeFormat (line 14) | type DateTimeFormat = VueI18n.DateTimeFormat; type DateTimeFormats (line 15) | type DateTimeFormats = VueI18n.DateTimeFormats; type DateTimeFormatResult (line 16) | type DateTimeFormatResult = VueI18n.DateTimeFormatResult; type NumberFormatOptions (line 17) | type NumberFormatOptions = VueI18n.NumberFormatOptions; type NumberFormat (line 18) | type NumberFormat = VueI18n.NumberFormat; type NumberFormats (line 19) | type NumberFormats = VueI18n.NumberFormats; type NumberFormatResult (line 20) | type NumberFormatResult = VueI18n.NumberFormatResult; type NumberFormatToPartsResult (line 21) | type NumberFormatToPartsResult = VueI18n.NumberFormatToPartsResult; type WarnHtmlInMessageLevel (line 22) | type WarnHtmlInMessageLevel = VueI18n.WarnHtmlInMessageLevel; type Formatter (line 23) | type Formatter = VueI18n.Formatter; type MissingHandler (line 24) | type MissingHandler = VueI18n.MissingHandler; type PostTranslationHandler (line 25) | type PostTranslationHandler = VueI18n.PostTranslationHandler; type IntlAvailability (line 26) | type IntlAvailability = VueI18n.IntlAvailability; type I18nOptions (line 27) | type I18nOptions = VueI18n.I18nOptions; type PluignOptions (line 28) | type PluignOptions = VueI18n.PluignOptions type Path (line 33) | type Path = string; type Locale (line 34) | type Locale = string; type FallbackLocale (line 35) | type FallbackLocale = string | string[] | false | { [locale: string]: st... type Values (line 36) | type Values = any[] | { [key: string]: any }; type Choice (line 37) | type Choice = number; type MessageContext (line 38) | interface MessageContext { type MessageFunction (line 48) | type MessageFunction = (ctx: MessageContext) => string; type LocaleMessage (line 49) | type LocaleMessage = string | MessageFunction | LocaleMessageObject | Lo... type LocaleMessageObject (line 50) | interface LocaleMessageObject { [key: string]: LocaleMessage; } type LocaleMessageArray (line 51) | interface LocaleMessageArray { [index: number]: LocaleMessage; } type LocaleMessages (line 52) | interface LocaleMessages { [key: string]: LocaleMessageObject; } type TranslateResult (line 53) | type TranslateResult = string | LocaleMessages; type LocaleMatcher (line 55) | type LocaleMatcher = 'lookup' | 'best fit'; type FormatMatcher (line 56) | type FormatMatcher = 'basic' | 'best fit'; type DateTimeHumanReadable (line 58) | type DateTimeHumanReadable = 'long' | 'short' | 'narrow'; type DateTimeDigital (line 59) | type DateTimeDigital = 'numeric' | '2-digit'; type SpecificDateTimeFormatOptions (line 61) | interface SpecificDateTimeFormatOptions extends Intl.DateTimeFormatOptio... type DateTimeFormatOptions (line 75) | type DateTimeFormatOptions = Intl.DateTimeFormatOptions | SpecificDateTi... type DateTimeFormat (line 77) | interface DateTimeFormat { [key: string]: DateTimeFormatOptions; } type DateTimeFormats (line 78) | interface DateTimeFormats { [locale: string]: DateTimeFormat; } type DateTimeFormatResult (line 79) | type DateTimeFormatResult = string; type CurrencyDisplay (line 81) | type CurrencyDisplay = 'symbol' | 'code' | 'name'; type SpecificNumberFormatOptions (line 83) | interface SpecificNumberFormatOptions extends Intl.NumberFormatOptions { type CurrencyNumberFormatOptions (line 91) | interface CurrencyNumberFormatOptions extends Intl.NumberFormatOptions { type NumberFormatOptions (line 99) | type NumberFormatOptions = Intl.NumberFormatOptions | SpecificNumberForm... type NumberFormat (line 101) | interface NumberFormat { [key: string]: NumberFormatOptions; } type NumberFormats (line 102) | interface NumberFormats { [locale: string]: NumberFormat; } type NumberFormatResult (line 103) | type NumberFormatResult = string; type PluralizationRulesMap (line 104) | type PluralizationRulesMap = { type Modifiers (line 112) | type Modifiers = { [key: string]: (str : string) => string }; type FormattedNumberPartType (line 114) | type FormattedNumberPartType = 'currency' | 'decimal' | 'fraction' | 'gr... type WarnHtmlInMessageLevel (line 116) | type WarnHtmlInMessageLevel = 'off' | 'warn' | 'error'; type FormattedNumberPart (line 118) | interface FormattedNumberPart { type NumberFormatToPartsResult (line 122) | interface NumberFormatToPartsResult { [index: number]: FormattedNumberPa... type Formatter (line 124) | interface Formatter { type MissingHandler (line 128) | type MissingHandler = (locale: Locale, key: Path, vm: Vue | null, values... type PostTranslationHandler (line 129) | type PostTranslationHandler = (str: string, key?: string) => string; type ComponentInstanceCreatedListener (line 130) | type ComponentInstanceCreatedListener = (newVm: VueI18n & IVueI18n, root... type IntlAvailability (line 132) | interface IntlAvailability { type I18nOptions (line 138) | interface I18nOptions { type PluignOptions (line 162) | type PluignOptions = { type IVueI18n (line 167) | interface IVueI18n { class VueI18n (line 216) | class VueI18n { type Vue (line 274) | interface Vue { type ComponentOptions (line 285) | interface ComponentOptions { FILE: types/test/index.ts method interpolate (line 57) | interpolate (message, values) { method missing (line 64) | missing (locale, key, vm) {