V
V
Vitaly2016-12-20 08:46:39
Node.js
Vitaly, 2016-12-20 08:46:39

Why doesn't it find the export token?

I'm using the latest version of node.js and also 'use strict' just in case;
When exporting
export function f() {}
, I get:
SyntaxError: Unexpected token export

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Дмитрий Беляев, 2016-12-20
@vitali1995

потому что node.js поддерживает только то что вошло в стандарт, а модули в стандарт до сих пор не вошли, даже в es-2017 их еще нет, хотя он до весны еще может и измениться

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question