栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

为什么使用()调用Node.js REPL中的函数有效?

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

为什么使用()调用Node.js REPL中的函数有效?

似乎是Node REPL错误,将这两行放在

.js
会导致语法错误。

function hi() { console.log("Hello, World!"); }hi)(

错误:

SyntaxError: Unexpected token )    at Module._compile (module.js:439:25)    at Object.Module._extensions..js (module.js:474:10)    at Module.load (module.js:356:32)    at Function.Module._load (module.js:312:12)    at Function.Module.runMain (module.js:497:10)    at startup (node.js:119:16)    at node.js:901:3

问题已提交#6634。

转载于v0.10.20。


v0.11.7已修复此问题。

$ nvm run 0.11.7Running node v0.11.7> function hi() { console.log("Hello, World!"); }undefined>  hi)(SyntaxError: Unexpected token )    at Object.exports.createscript (vm.js:44:10)    at REPLServer.defaulteval (repl.js:117:23)    at REPLServer.b [as eval] (domain.js:251:18)    at Interface.<anonymous> (repl.js:277:12)    at Interface.EventEmitter.emit (events.js:103:17)    at Interface._onLine (readline.js:194:10)    at Interface._line (readline.js:523:8)    at Interface._ttyWrite (readline.js:798:14)    at ReadStream.onkeypress (readline.js:98:10)    at ReadStream.EventEmitter.emit (events.js:106:17)>


转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/413310.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号