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

Commit

Permalink
Improved Node setTimeout compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
electricessence committed Apr 27, 2016
1 parent 13fd366 commit d5c4fa7
Show file tree
Hide file tree
Showing 64 changed files with 64 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -148,7 +148,6 @@ ClientBin/
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/

# RIA/Silverlight projects
Generated_Code/
Expand Down Expand Up @@ -185,6 +184,7 @@ Desktop.ini
# Nodejs
node_modules
bower_components
coverage


# IntelliJ
Expand Down
1 change: 1 addition & 0 deletions .idea/TypeScript.NET.iml

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

1 change: 1 addition & 0 deletions coverage.bat
@@ -0,0 +1 @@
istanbul cover node_modules/mocha/bin/_mocha -- -R spec
1 change: 1 addition & 0 deletions test.js
@@ -0,0 +1 @@
var tests = require('./tests/mocha/import-tests');
3 changes: 1 addition & 2 deletions tests/mocha/System.Linq/Enumerable.js

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

2 changes: 1 addition & 1 deletion tests/mocha/System.Linq/Enumerable.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions tests/mocha/System/Collections/Arrays/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 tests/mocha/System/Collections/Arrays/Compare.js.map

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

3 changes: 1 addition & 2 deletions tests/mocha/System/Collections/Arrays/Dispatch.js

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

2 changes: 1 addition & 1 deletion tests/mocha/System/Collections/Arrays/Dispatch.js.map

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

3 changes: 1 addition & 2 deletions tests/mocha/System/Collections/Arrays/Procedure.js

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

2 changes: 1 addition & 1 deletion tests/mocha/System/Collections/Arrays/Procedure.js.map

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

3 changes: 1 addition & 2 deletions tests/mocha/System/Collections/Arrays/Utility.js

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

0 comments on commit d5c4fa7

Please sign in to comment.