File: _browser.js

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 (9 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9

System.paths['*'] = 'base/*';
baseURL += 'base/';

System.paths.traceur = 'node_modules/traceur/bin/traceur.js';
System.paths.babel = 'node_modules/babel-core/browser.js';
System.paths.typescript = 'node_modules/typescript/bin/typescript.js';

System.transpiler = __karma__.config.system.transpiler;