void 0:a.children[this.parent.children.indexOf(this)-1]}get next(){var a;return(a=this.parent)===null||a===void 0?void 0:a.children[this.parent.children.indexOf(this)+1]}get rawName(){return this.hasExplicitNamespace?this.fullName:this.name}get fullName(){return this.namespace?
,{ value : "mdx" , since : "1.15.0" , description : "mdx" },{ value : "vue" , since : "1.10.0" , description : "vue" },{ value : "yaml" , since : "1.14.0" , description : "yaml" },{ value : "glimmer" , since : "2.3.0" , description : "ember / handlebars" ...
94 * [Fix options caching when ts-loader is used in multiple rules](https://github.com/TypeStrong/ts-loader/pull/782) - thanks @yyx990803! 95 96 Please note, this bug fix requires that vue-loader users still using v14 should either upgrade to v15 or explicitly pass the same ts-...
64If you've used [Vue](https://vuejs.org/), you know that it has a very good component ([keep-alive](https://vuejs.org/v2/guide/components-dynamic-async.html)) that keeps the state of the component to avoid repeated re-rendering. ...
this.isServer) {\n return MiniCssExtractPlugin.loader\n }\n }\n\n vueStyle() {\n // https://github.com/vuejs/vue-style-loader\n return {\n loader: 'vue-style-loader',\n options: this.loaders.vueStyle\n }\n }\n\n apply(ext, loaders = []) {\n const customLoaders = []...
](https://github.com/championswimmer/vuex-persist/issues/15)) However, since you should turn strict mode off in production, and since [`vuex` doesn't currently provide any kind of notification when `replaceState()` has been called](https://github.com/vuejs/vuex/issues/1316), starting ...
438 entry: './index.vue', 439 output: { filename: 'bundle.js' }, 440 resolve: { 441 extensions: ['.ts', '.tsx', '.vue', '.vuex'] 442 }, 443 module: { 444 rules: [ 445 { test: /\.vue$/, loader: 'vue-loader', 446 options: { 447 loaders: { 448 ts...
57 * https://github.com/rollup/plugins/tree/master/packages/alias#entries 58 */ 59 export declare type AliasOptions = readonly Alias[] | { [find: string]: string } 60 61 /** 62 * Bundles the app for production. 63 * Returns a Promise containing the build result. 64 */...
"language package setting, you can find the packages in [ant-design-vue/es/locale](http://unpkg.com/ant-design-vue/es/locale/)" , 1839 "value" : { 1840 "type" : "object" , 1841 "kind" : "expression" 1842 } 1843 }, 1844 { 1845 "name" : "prefixcls" , 1846 "default" : "...
27// @ts-ignore (Could not find a declaration file for module '@babel/plugin-transform-modules-commonjs') 28importbabelPluginTransformModulesCommonjsfrom'@babel/plugin-transform-modules-commonjs' 29 30// https://github.com/vuejs/jsx-next ...