File: index.js

package info (click to toggle)
node-es6-module-transpiler 0.10.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 684 kB
  • sloc: makefile: 2; sh: 2
file content (6 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
/* jshint esnext:true */

function foo() {
  /* error: type=Error message="Line 5: Unexpected reserved word" */
  import foo from './index';
}