3.3.4000
--
tsconfig:
—
{
"compilerOptions": {
"target": "es5",
"lib": [
"es2017",
"esnext",
"esnext.array"
]
}
}
——
$ ./node_modules/.bin/ts-node --project ./tsconfig.json ./start.ts
---
[[1,2]].flatMap(a => a)
^
TypeError: [[1,2]].flatMap is not a function
Это рантайм ошибка?
Обсуждают сегодня