Skip to content

Commit 5f8f424

Browse files
yyx990803hefeng
authored and
hefeng
committed
build: build 2.5.8
1 parent b0d18f9 commit 5f8f424

14 files changed

+25
-25
lines changed

dist/vue.common.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.5.7
2+
* Vue.js v2.5.8
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4973,7 +4973,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
49734973
}
49744974
});
49754975

4976-
Vue$3.version = '2.5.7';
4976+
Vue$3.version = '2.5.8';
49774977

49784978
/* */
49794979

@@ -10381,7 +10381,7 @@ function checkIdentifier (
1038110381
) {
1038210382
if (typeof ident === 'string') {
1038310383
try {
10384-
new Function(("var " + ident));
10384+
new Function(("var " + ident + "=_"));
1038510385
} catch (e) {
1038610386
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
1038710387
}

dist/vue.esm.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.5.7
2+
* Vue.js v2.5.8
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4971,7 +4971,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
49714971
}
49724972
});
49734973

4974-
Vue$3.version = '2.5.7';
4974+
Vue$3.version = '2.5.8';
49754975

49764976
/* */
49774977

@@ -10379,7 +10379,7 @@ function checkIdentifier (
1037910379
) {
1038010380
if (typeof ident === 'string') {
1038110381
try {
10382-
new Function(("var " + ident));
10382+
new Function(("var " + ident + "=_"));
1038310383
} catch (e) {
1038410384
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
1038510385
}

dist/vue.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.5.7
2+
* Vue.js v2.5.8
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4962,7 +4962,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
49624962
}
49634963
});
49644964

4965-
Vue$3.version = '2.5.7';
4965+
Vue$3.version = '2.5.8';
49664966

49674967
/* */
49684968

@@ -10370,7 +10370,7 @@ function checkIdentifier (
1037010370
) {
1037110371
if (typeof ident === 'string') {
1037210372
try {
10373-
new Function(("var " + ident));
10373+
new Function(("var " + ident + "=_"));
1037410374
} catch (e) {
1037510375
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
1037610376
}

dist/vue.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.runtime.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.5.7
2+
* Vue.js v2.5.8
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4969,7 +4969,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
49694969
}
49704970
});
49714971

4972-
Vue$3.version = '2.5.7';
4972+
Vue$3.version = '2.5.8';
49734973

49744974
/* */
49754975

dist/vue.runtime.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.5.7
2+
* Vue.js v2.5.8
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4967,7 +4967,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
49674967
}
49684968
});
49694969

4970-
Vue$3.version = '2.5.7';
4970+
Vue$3.version = '2.5.8';
49714971

49724972
/* */
49734973

dist/vue.runtime.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.5.7
2+
* Vue.js v2.5.8
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4958,7 +4958,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
49584958
}
49594959
});
49604960

4961-
Vue$3.version = '2.5.7';
4961+
Vue$3.version = '2.5.8';
49624962

49634963
/* */
49644964

dist/vue.runtime.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue-server-renderer/basic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5658,7 +5658,7 @@ function checkIdentifier (
56585658
) {
56595659
if (typeof ident === 'string') {
56605660
try {
5661-
new Function(("var " + ident));
5661+
new Function(("var " + ident + "=_"));
56625662
} catch (e) {
56635663
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
56645664
}

packages/vue-server-renderer/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5397,7 +5397,7 @@ function checkIdentifier (
53975397
) {
53985398
if (typeof ident === 'string') {
53995399
try {
5400-
new Function(("var " + ident));
5400+
new Function(("var " + ident + "=_"));
54015401
} catch (e) {
54025402
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
54035403
}

packages/vue-server-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-server-renderer",
3-
"version": "2.5.7",
3+
"version": "2.5.8",
44
"description": "server renderer for Vue 2.0",
55
"main": "index.js",
66
"types": "types/index.d.ts",

packages/vue-template-compiler/browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4381,7 +4381,7 @@ function checkIdentifier (
43814381
) {
43824382
if (typeof ident === 'string') {
43834383
try {
4384-
new Function(("var " + ident));
4384+
new Function(("var " + ident + "=_"));
43854385
} catch (e) {
43864386
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
43874387
}

packages/vue-template-compiler/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3983,7 +3983,7 @@ function checkIdentifier (
39833983
) {
39843984
if (typeof ident === 'string') {
39853985
try {
3986-
new Function(("var " + ident));
3986+
new Function(("var " + ident + "=_"));
39873987
} catch (e) {
39883988
errors.push(("invalid " + type + " \"" + ident + "\" in expression: " + (text.trim())));
39893989
}

packages/vue-template-compiler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-template-compiler",
3-
"version": "2.5.7",
3+
"version": "2.5.8",
44
"description": "template compiler for Vue 2.0",
55
"main": "index.js",
66
"unpkg": "browser.js",

0 commit comments

Comments
 (0)