summaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/reldynamic.js
blob: 99b5202a82c5287d4f27e640caa82b9aac68b737 (plain)
1
2
3
4
5


export function dynamicLoad() {
  return System.import('./reldynamicdep.js', __moduleName);
}