aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/register-regex-2.js
blob: 3715b11e6db8fd9e1b5da75958a008b1d04b86a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file file comment
 * ...
 */

/**
 * module comment
 * ...
 */
System.register([], function() {
  return {
    setters: [],
    execute: function() {}
  };
});