Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromvuejs/vue

Commitdf868c7

Browse files
committed
build: bump flow version
1 parent78fb666 commitdf868c7

File tree

3 files changed

+38
-62
lines changed

3 files changed

+38
-62
lines changed

‎package-lock.json

Lines changed: 34 additions & 59 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-jasmine":"^2.2.0",
8383
"eslint-plugin-vue-libs":"^1.2.0",
8484
"file-loader":"^0.11.2",
85-
"flow-bin":"^0.48.0",
85+
"flow-bin":"^0.54.0",
8686
"hash-sum":"^1.0.2",
8787
"he":"^1.1.1",
8888
"http-server":"^0.10.0",

‎src/core/util/env.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const nextTick = (function () {
8686
// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It
8787
// completely stops working after triggering a few times... so, if native
8888
// Promise is available, we will use it:
89-
/* istanbul ignore if */
89+
/* istanbul ignore if */// $flow-disable-line
9090
if(typeofPromise!=='undefined'&&isNative(Promise)){
9191
varp=Promise.resolve()
9292
varlogError=err=>{console.error(err)}
@@ -141,6 +141,7 @@ export const nextTick = (function () {
141141
pending=true
142142
timerFunc()
143143
}
144+
// $flow-disable-line
144145
if(!cb&&typeofPromise!=='undefined'){
145146
returnnewPromise((resolve,reject)=>{
146147
_resolve=resolve
@@ -150,7 +151,7 @@ export const nextTick = (function () {
150151
})()
151152

152153
let_Set
153-
/* istanbul ignore if */
154+
/* istanbul ignore if */// $flow-disable-line
154155
if(typeofSet!=='undefined'&&isNative(Set)){
155156
// use native Set when available.
156157
_Set=Set

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp