Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 es6 的 'import' 和 'export' 关键字,正如babeljs在 Rails 4 中使用sprockets-es6 gem 中所解释的那样。
有人可以举例说明如何使用它吗?我收到错误说“导入”应该出现在顶部。
如果您可以提供您的代码片段和您遇到的错误的堆栈跟踪,那么提供帮助会更容易。
但是,根据您提供的信息,我猜您没有使用ES2015 规范要求的顶级导入语句。
探索 ES6的书中关于 ES6 模块的章节是我现在可以推荐给你的最佳资源。