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

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
electricessence committed Oct 4, 2016
1 parent a291469 commit b30fb8b
Show file tree
Hide file tree
Showing 46 changed files with 274 additions and 67 deletions.
6 changes: 5 additions & 1 deletion dist/amd/System.Linq/Enumerable.d.ts
@@ -1,5 +1,9 @@
import {
Action, Predicate, Selector, EqualityComparison, Comparison,
Action,
Predicate,
Selector,
EqualityComparison,
Comparison,
Closure
} from "../System/FunctionTypes";
import {IEnumerableOrArray} from "../System/Collections/IEnumerableOrArray";
Expand Down
4 changes: 2 additions & 2 deletions dist/amd/System/Collections/Array/Sort.d.ts
@@ -1,3 +1,3 @@
import { createComparer } from "./Sort/createComparer";
export * from "./Sort/quickSort";
import { createComparer } from "./Sorting/createComparer";
export * from "./Sorting/quickSort";
export { createComparer, createComparer as default, createComparer as by };
2 changes: 1 addition & 1 deletion dist/amd/System/Collections/Array/Sort.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/amd/System/Collections/Array/Sort.js.map

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

This file was deleted.

7 changes: 0 additions & 7 deletions dist/amd/System/Collections/Array/Sort/quickSort.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/amd/System/Collections/Array/Sort/quickSort.js.map

This file was deleted.

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

6 changes: 6 additions & 0 deletions dist/amd/System/Collections/Array/Sorting/insertionSort.d.ts
@@ -0,0 +1,6 @@
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md
*/
import { Primitive } from "../../../Primitive";
export declare function insertionSort<T extends Primitive>(target: T[]): T[];
6 changes: 6 additions & 0 deletions dist/amd/System/Collections/Array/Sorting/insertionSort.js

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

0 comments on commit b30fb8b

Please sign in to comment.