File: test.html

package info (click to toggle)
es-module-loader-0.17.js 0.17.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 540 kB
  • ctags: 125
  • sloc: makefile: 13
file content (13 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
  <html>

  <body>
    <h1>Source Map Stack Trace Test</h1>
    <script src="../../../node_modules/traceur/bin/traceur.js"></script>
    <script src="../../../dist/es6-module-loader.src.js"></script>
    <script>
      System.import('test').then(function(module) {
        console.log(module.make().stack)
      })
    </script>
  </body>