Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

Commit

Permalink
Fixed to update to latest versions of TS and make compatible.
Browse files Browse the repository at this point in the history
NOTE: commonjs isn't using babel well enough so eliminating babel step in order to compile to commonjs without have to reconstruct the entire source to fit.

This is an issue that should be solved, but don't have an answer right now.
  • Loading branch information
electricessence committed Feb 21, 2016
1 parent 78bd3b6 commit 3f7f644
Show file tree
Hide file tree
Showing 294 changed files with 5,682 additions and 8,086 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
4,227 changes: 1,952 additions & 2,275 deletions dist/commonjs/System.Linq/Linq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/commonjs/System.Linq/Linq.js.map

Large diffs are not rendered by default.

102 changes: 45 additions & 57 deletions dist/commonjs/System/Collections/Array/Compare.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/System/Collections/Array/Compare.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

119 changes: 56 additions & 63 deletions dist/commonjs/System/Collections/Array/Procedure.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f7f644

Please sign in to comment.