mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Update @typescript-eslint/* to v2.1.0 (#2878)
This commit is contained in:
parent
a205e8a3c2
commit
f12acdb50b
31 changed files with 100 additions and 83 deletions
|
@ -481,7 +481,7 @@ export class TextEncoder {
|
|||
break;
|
||||
}
|
||||
if (Array.isArray(result)) {
|
||||
output.push.apply(output, result);
|
||||
output.push(...result);
|
||||
} else {
|
||||
output.push(result);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue