ES6 Traceur转码 记录

2021-06-23  本文已影响0人  仰望天空的人

Traceur允许将ES6代码直接插入网页。首先,必须在网页头部加载Traceur库文件。

<script src="https://google.github.io/traceur-compiler/bin/traceur.js"></script>
<script src="https://google.github.io/traceur-compiler/bin/BrowserSystem.js"></script>
<script src="https://google.github.io/traceur-compiler/src/bootstrap.js"></script>

<script type="module">
  import './Greeter.js';
</script>
上一篇下一篇

猜你喜欢

热点阅读