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

Commit069c82b

Browse files
committed
chore: coverage
1 parenta11d6f3 commit069c82b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/core/util/next-tick.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {
5050
port.postMessage(1)
5151
}
5252
}else{
53+
/* istanbul ignore next */
5354
macroTimerFunc=()=>{
5455
setTimeout(flushCallbacks,0)
5556
}
5657
}
5758

5859
// Determine MicroTask defer implementation.
59-
//$flow-disable-line, istanbul ignore next
60+
/* istanbul ignore next,$flow-disable-line */
6061
if(typeofPromise!=='undefined'&&isNative(Promise)){
6162
constp=Promise.resolve()
6263
microTimerFunc=()=>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp