3c77855b39
This removes .es6 files which are pure duplicates of a .ts file in the same folder. Next we need to remove .js files as well, and remove karma preprocessors for dart.
8 lines
84 B
JavaScript
8 lines
84 B
JavaScript
System.paths = {
|
|
'*': '/*.js',
|
|
'rx': 'rx.js'
|
|
};
|
|
register(System);
|
|
cjs(System);
|
|
|