转换


【Transpilation】

Node.js 无法理解的格式的源文件可以使用 load 钩子 转换为 JavaScript。

【Sources that are in formats Node.js doesn't understand can be converted into JavaScript using the load hook.】

这比在运行 Node.js 之前转译源文件的性能要低;转译器钩子应该仅用于开发和测试目的。

【This is less performant than transpiling source files before running Node.js; transpiler hooks should only be used for development and testing purposes.】