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

Commit

Permalink
Parking changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
electricessence committed May 18, 2016
1 parent aa089e5 commit f9b8db8
Show file tree
Hide file tree
Showing 345 changed files with 1,805 additions and 1,648 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.bowerrc
.idea
.nuget
.gulp*
gulpfile.js
node_modules
bower_components
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-dotnet",
"version": "2.12.2",
"version": "2.12.3",
"ignore": [
".bowercc",
".gitignore",
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/System.Linq/Linq.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/amd/System/Net/Http/HttpRequestFactory.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference path="../../../../../source/System/Net/Http/IHttpRequestAdapter.d.ts" />
/// <reference path="../../../../../source/System/Net/Http/HttpMethodValue.d.ts" />
/// <reference path="../../../../../source/System/Uri/IUriComponentFormattable.d.ts" />
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/System/Net/Http/HttpRequestFactory.js.map

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/Time/ClockTime.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// <reference path="../../../../source/System/IFormattable.d.ts" />
/// <reference path="../../../../source/System/IFormatProvider.d.ts" />
/// <reference path="../../../../source/System/Time/ITimeStamp.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-3848-hpsumi/System/Time/HowMany.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-4632-1odianc/System/Time/HowMany.d.ts" />
import TimeQuantity from './TimeQuantity';
export default class ClockTime extends TimeQuantity implements IClockTime {
days: number;
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/System/Time/DateTime.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/// <reference path="../../../../source/System/Time/ITimeStamp.d.ts" />
/// <reference path="../../../../source/System/Time/IDateTime.d.ts" />
/// <reference path="../../../../source/System/Time/Calendars.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-3848-hpsumi/System/Time/HowMany.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-4632-1odianc/System/Time/HowMany.d.ts" />
/*!
* @author electricessence / https://github.com/electricessence/
* Based on .NET DateTime's interface.
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/System/Time/TimeQuantity.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference path="../../../../source/System/Time/ITimeQuantity.d.ts" />
/// <reference path="../../../../source/System/IEquatable.d.ts" />
/// <reference path="../../../../source/System/IComparable.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-3848-hpsumi/System/Time/HowMany.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-4632-1odianc/System/Time/HowMany.d.ts" />
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/System/Time/TimeSpan.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference path="../../../../source/System/Time/ITimeMeasurement.d.ts" />
/// <reference path="../../../../source/System/IEquatable.d.ts" />
/// <reference path="../../../../source/System/IComparable.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-3848-hpsumi/System/Time/HowMany.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-4632-1odianc/System/Time/HowMany.d.ts" />
/*!
* @author electricessence / https://github.com/electricessence/
* Originally based upon .NET source but with many additions and improvements.
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/System/Time/TimeStamp.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference path="../../../../source/System/Time/ITimeStamp.d.ts" />
/// <reference path="../../../../source/System/Time/IDateTime.d.ts" />
/// <reference path="../../../../source/System/Time/Calendars.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-3848-hpsumi/System/Time/HowMany.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-4632-1odianc/System/Time/HowMany.d.ts" />
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/System/Time/TimeUnit.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// <reference path="../../../../source/System/Time/ITimeQuantity.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-3848-hpsumi/System/Time/HowMany.d.ts" />
/// <reference path="../../../../gulp-tsc-tmp-116418-4632-1odianc/System/Time/HowMany.d.ts" />
/*!
* @author electricessence / https://github.com/electricessence/
* Originally based upon .NET source but with many additions and improvements.
Expand Down
1 change: 1 addition & 0 deletions dist/amd/System/Uri/Uri.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// <reference path="../../../../source/System/Uri/IUri.d.ts" />
/// <reference path="../../../../source/System/IEquatable.d.ts" />
/// <reference path="../../../../source/System/Primitive.d.ts" />
/// <reference path="../../../../source/System/Uri/IUriComponentFormattable.d.ts" />
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/System/Uri/Uri.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/commonjs/System.Linq/Linq.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.Linq/Linq.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/commonjs/System/Net/Http/HttpRequestFactory.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference path="../../../../../source/System/Net/Http/IHttpRequestAdapter.d.ts" />
/// <reference path="../../../../../source/System/Net/Http/HttpMethodValue.d.ts" />
/// <reference path="../../../../../source/System/Uri/IUriComponentFormattable.d.ts" />
/*!
* @author electricessence / https://github.com/electricessence/
* Licensing: MIT https://github.com/electricessence/TypeScript.NET/blob/master/LICENSE.md
Expand Down

0 comments on commit f9b8db8

Please sign in to comment.