diff --git a/DataStream.js/DataStream.js-tests.ts b/DataStream.js/DataStream.js-tests.ts
index 71bb08537e..733809254b 100644
--- a/DataStream.js/DataStream.js-tests.ts
+++ b/DataStream.js/DataStream.js-tests.ts
@@ -1,4 +1,4 @@
-///
+
var buf = new ArrayBuffer(100);
var ds = new DataStream(buf);
diff --git a/FileSaver/FileSaver-tests.ts b/FileSaver/FileSaver-tests.ts
index 4cfae373e3..7495a85d8b 100644
--- a/FileSaver/FileSaver-tests.ts
+++ b/FileSaver/FileSaver-tests.ts
@@ -1,4 +1,4 @@
-///
+
/**
* @summary Test for "saveAs" function.
diff --git a/Finch/Finch-tests.ts b/Finch/Finch-tests.ts
index ec15bcb88e..5200d3be10 100644
--- a/Finch/Finch-tests.ts
+++ b/Finch/Finch-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_Finch() {
diff --git a/Headroom/headroom-tests.ts b/Headroom/headroom-tests.ts
index e0e83449eb..292406b8ef 100644
--- a/Headroom/headroom-tests.ts
+++ b/Headroom/headroom-tests.ts
@@ -1,4 +1,4 @@
-///
+
new Headroom(document.getElementById('siteHead'));
diff --git a/HubSpot-pace/HubSpot-pace-tests.ts b/HubSpot-pace/HubSpot-pace-tests.ts
index 1c1daa2a68..034a1e4cc9 100644
--- a/HubSpot-pace/HubSpot-pace-tests.ts
+++ b/HubSpot-pace/HubSpot-pace-tests.ts
@@ -1,4 +1,4 @@
-///
+
pace.start({
document: false
diff --git a/OpenJsCad/openjscad-tests.ts b/OpenJsCad/openjscad-tests.ts
index fd13f0dbb4..60ffefff1e 100644
--- a/OpenJsCad/openjscad-tests.ts
+++ b/OpenJsCad/openjscad-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test() {
diff --git a/_debugger/_debugger-tests.ts b/_debugger/_debugger-tests.ts
index e6d7cf9980..a44777bd9e 100644
--- a/_debugger/_debugger-tests.ts
+++ b/_debugger/_debugger-tests.ts
@@ -1,4 +1,3 @@
-///
import _debugger = require("_debugger");
var {Client} = _debugger;
diff --git a/acc-wizard/acc-wizard-tests.ts b/acc-wizard/acc-wizard-tests.ts
index 1436861fd9..74f8df765a 100644
--- a/acc-wizard/acc-wizard-tests.ts
+++ b/acc-wizard/acc-wizard-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
/**
* @summary Test for "accwizard" without options.
diff --git a/ace/all-tests.ts b/ace/all-tests.ts
index d360a79358..7a7ef50a75 100644
--- a/ace/all-tests.ts
+++ b/ace/all-tests.ts
@@ -1,4 +1,4 @@
-///
+
var exports: any;
var assert: any;
diff --git a/ace/tests/ace-anchor-tests.ts b/ace/tests/ace-anchor-tests.ts
index 08ca8f43fc..2cec45ce1d 100644
--- a/ace/tests/ace-anchor-tests.ts
+++ b/ace/tests/ace-anchor-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var exports = {
diff --git a/ace/tests/ace-background_tokenizer-tests.ts b/ace/tests/ace-background_tokenizer-tests.ts
index 8f54bae51c..b77a9e0072 100644
--- a/ace/tests/ace-background_tokenizer-tests.ts
+++ b/ace/tests/ace-background_tokenizer-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
diff --git a/ace/tests/ace-default-tests.ts b/ace/tests/ace-default-tests.ts
index f8a280c1a2..eed0e42c5b 100644
--- a/ace/tests/ace-default-tests.ts
+++ b/ace/tests/ace-default-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var editor = ace.edit("editor");
diff --git a/ace/tests/ace-document-tests.ts b/ace/tests/ace-document-tests.ts
index 7fc342f746..8760717d61 100644
--- a/ace/tests/ace-document-tests.ts
+++ b/ace/tests/ace-document-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var exports = {
diff --git a/ace/tests/ace-edit_session-tests.ts b/ace/tests/ace-edit_session-tests.ts
index caa2f1729a..c057cb1297 100644
--- a/ace/tests/ace-edit_session-tests.ts
+++ b/ace/tests/ace-edit_session-tests.ts
@@ -1,4 +1,4 @@
-///
+
var lang: any;
var assert: any;
diff --git a/ace/tests/ace-editor1-tests.ts b/ace/tests/ace-editor1-tests.ts
index 78d3aff044..c14d344dae 100644
--- a/ace/tests/ace-editor1-tests.ts
+++ b/ace/tests/ace-editor1-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var exports = {
diff --git a/ace/tests/ace-editor_highlight_selected_word-tests.ts b/ace/tests/ace-editor_highlight_selected_word-tests.ts
index e02f32366a..da17d37c81 100644
--- a/ace/tests/ace-editor_highlight_selected_word-tests.ts
+++ b/ace/tests/ace-editor_highlight_selected_word-tests.ts
@@ -1,4 +1,4 @@
-///
+
var lipsum = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. " +
"Mauris at arcu mi, eu lobortis mauris. Quisque ut libero eget " +
diff --git a/ace/tests/ace-editor_navigation-tests.ts b/ace/tests/ace-editor_navigation-tests.ts
index b68ae9b9dc..407b1af5de 100644
--- a/ace/tests/ace-editor_navigation-tests.ts
+++ b/ace/tests/ace-editor_navigation-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var renderer: AceAjax.VirtualRenderer;
diff --git a/ace/tests/ace-editor_text_edit-tests.ts b/ace/tests/ace-editor_text_edit-tests.ts
index 6231830163..b170fd051c 100644
--- a/ace/tests/ace-editor_text_edit-tests.ts
+++ b/ace/tests/ace-editor_text_edit-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var renderer: AceAjax.VirtualRenderer;
diff --git a/ace/tests/ace-multi_select-tests.ts b/ace/tests/ace-multi_select-tests.ts
index 68c7d1af95..cc571cfee3 100644
--- a/ace/tests/ace-multi_select-tests.ts
+++ b/ace/tests/ace-multi_select-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var editor: any;
diff --git a/ace/tests/ace-placeholder-tests.ts b/ace/tests/ace-placeholder-tests.ts
index b9693da372..ba0b27ca88 100644
--- a/ace/tests/ace-placeholder-tests.ts
+++ b/ace/tests/ace-placeholder-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var renderer: AceAjax.VirtualRenderer;
diff --git a/ace/tests/ace-range-tests.ts b/ace/tests/ace-range-tests.ts
index 8e560e8d22..a32c74fbde 100644
--- a/ace/tests/ace-range-tests.ts
+++ b/ace/tests/ace-range-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var exports = {
diff --git a/ace/tests/ace-range_list-tests.ts b/ace/tests/ace-range_list-tests.ts
index 3a531579eb..f1f06214f9 100644
--- a/ace/tests/ace-range_list-tests.ts
+++ b/ace/tests/ace-range_list-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
function flatten(rangeList) {
diff --git a/ace/tests/ace-search-tests.ts b/ace/tests/ace-search-tests.ts
index 14b53397bb..4857d5bfdc 100644
--- a/ace/tests/ace-search-tests.ts
+++ b/ace/tests/ace-search-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var exports = {
diff --git a/ace/tests/ace-selection-tests.ts b/ace/tests/ace-selection-tests.ts
index 884631085e..ab151b88bc 100644
--- a/ace/tests/ace-selection-tests.ts
+++ b/ace/tests/ace-selection-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var exports = {
diff --git a/ace/tests/ace-token_iterator-tests.ts b/ace/tests/ace-token_iterator-tests.ts
index 892d781b95..27856a7434 100644
--- a/ace/tests/ace-token_iterator-tests.ts
+++ b/ace/tests/ace-token_iterator-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var mode: any;
diff --git a/ace/tests/ace-virtual_renderer-tests.ts b/ace/tests/ace-virtual_renderer-tests.ts
index 51f349dad3..71b1d86bf1 100644
--- a/ace/tests/ace-virtual_renderer-tests.ts
+++ b/ace/tests/ace-virtual_renderer-tests.ts
@@ -1,4 +1,4 @@
-///
+
var assert: any;
var exports = {
diff --git a/adal/adal-angular-tests.ts b/adal/adal-angular-tests.ts
index 930d94388f..64ab64c898 100644
--- a/adal/adal-angular-tests.ts
+++ b/adal/adal-angular-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Code samples from:
// - https://github.com/AzureAD/azure-activedirectory-library-for-js
diff --git a/adal/adal-angular.d.ts b/adal/adal-angular.d.ts
index e83016defa..7b8cbb849e 100644
--- a/adal/adal-angular.d.ts
+++ b/adal/adal-angular.d.ts
@@ -3,7 +3,7 @@
// Definitions by: mmaitre314
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///
declare namespace adal {
diff --git a/adal/adal-tests.ts b/adal/adal-tests.ts
index 598134d0a0..4931a7befb 100644
--- a/adal/adal-tests.ts
+++ b/adal/adal-tests.ts
@@ -1,4 +1,4 @@
-///
+
var endpoints = {
"https://yourhost/api": "b6a68585-5287-45b2-ba82-383ba1f60932",
diff --git a/add2home/add2home-tests.ts b/add2home/add2home-tests.ts
index 371a8f752a..aeb14a1d18 100644
--- a/add2home/add2home-tests.ts
+++ b/add2home/add2home-tests.ts
@@ -1,4 +1,4 @@
-///
+
addToHome.show(false);
addToHome.close();
diff --git a/alertify/alertify-tests.ts b/alertify/alertify-tests.ts
index 9f6c0cd860..61903e86ff 100644
--- a/alertify/alertify-tests.ts
+++ b/alertify/alertify-tests.ts
@@ -1,4 +1,4 @@
-///
+
alertify.init();
diff --git a/amplify-deferred/amplify-deferred-tests.ts b/amplify-deferred/amplify-deferred-tests.ts
index b8914098e2..9482a8ef02 100644
--- a/amplify-deferred/amplify-deferred-tests.ts
+++ b/amplify-deferred/amplify-deferred-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
// Copied examples directly from AmplifyJs site
diff --git a/amplify/amplifyjs-tests.ts b/amplify/amplifyjs-tests.ts
index 6cb76ae596..ec3807435d 100644
--- a/amplify/amplifyjs-tests.ts
+++ b/amplify/amplifyjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
// Copied examples directly from AmplifyJs site
diff --git a/amqplib/amqplib-tests.ts b/amqplib/amqplib-tests.ts
index 85763c9ee1..07b9ec5402 100644
--- a/amqplib/amqplib-tests.ts
+++ b/amqplib/amqplib-tests.ts
@@ -1,4 +1,4 @@
-///
+
// promise api tests
import amqp = require("amqplib");
diff --git a/analytics-node/analytics-node-tests.ts b/analytics-node/analytics-node-tests.ts
index 57c48252ff..acefd108b6 100644
--- a/analytics-node/analytics-node-tests.ts
+++ b/analytics-node/analytics-node-tests.ts
@@ -1,4 +1,4 @@
-///
+
var analytics: AnalyticsNode.Analytics;
import Analytics = require("analytics-node");
diff --git a/angular-agility/angular-agility-tests.ts b/angular-agility/angular-agility-tests.ts
index 96976aad0a..985eb368a0 100644
--- a/angular-agility/angular-agility-tests.ts
+++ b/angular-agility/angular-agility-tests.ts
@@ -1,4 +1,4 @@
-///
+
var validIconStrategy:aa.IValidIconStrategy = {};
validIconStrategy.validIcon = "";
diff --git a/angular-dialog-service/angular-dialog-service-tests.ts b/angular-dialog-service/angular-dialog-service-tests.ts
index 8142a3a713..bdacb26da2 100644
--- a/angular-dialog-service/angular-dialog-service-tests.ts
+++ b/angular-dialog-service/angular-dialog-service-tests.ts
@@ -1,4 +1,4 @@
-///
+
var options : angular.dialogservice.IDialogOptions = {};
diff --git a/angular-environment/angular-environment-tests.ts b/angular-environment/angular-environment-tests.ts
index e7c077fafe..3b63095202 100644
--- a/angular-environment/angular-environment-tests.ts
+++ b/angular-environment/angular-environment-tests.ts
@@ -1,4 +1,4 @@
-///
+
var envServiceProvider: angular.environment.ServiceProvider;
var envService: angular.environment.Service;
diff --git a/angular-formly/angular-formly-tests.ts b/angular-formly/angular-formly-tests.ts
index 01449aa4b7..83f13af2d4 100644
--- a/angular-formly/angular-formly-tests.ts
+++ b/angular-formly/angular-formly-tests.ts
@@ -1,4 +1,4 @@
-///
+
var app = angular.module('app', ['formly']);
diff --git a/angular-fullscreen/angular-fullscreen-tests.ts b/angular-fullscreen/angular-fullscreen-tests.ts
index f45202c0db..ea7c9821f8 100644
--- a/angular-fullscreen/angular-fullscreen-tests.ts
+++ b/angular-fullscreen/angular-fullscreen-tests.ts
@@ -1,4 +1,4 @@
-///
+
angular
.module('TestApp', ['FBAngular'])
diff --git a/angular-gettext/angular-gettext-tests.ts b/angular-gettext/angular-gettext-tests.ts
index d15924331d..4529b97e4c 100644
--- a/angular-gettext/angular-gettext-tests.ts
+++ b/angular-gettext/angular-gettext-tests.ts
@@ -1,4 +1,4 @@
-///
+
namespace angular_gettext_tests {
diff --git a/angular-google-analytics/angular-google-analytics-tests.ts b/angular-google-analytics/angular-google-analytics-tests.ts
index b8c40d64f5..80cdb7cb2b 100644
--- a/angular-google-analytics/angular-google-analytics-tests.ts
+++ b/angular-google-analytics/angular-google-analytics-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
function ConfigurationMethodChaining(AnalyticsProvider: angular.google.analytics.AnalyticsProvider) {
AnalyticsProvider
diff --git a/angular-growl-v2/angular-growl-v2-tests.ts b/angular-growl-v2/angular-growl-v2-tests.ts
index 13c7cad2e5..b02c768add 100644
--- a/angular-growl-v2/angular-growl-v2-tests.ts
+++ b/angular-growl-v2/angular-growl-v2-tests.ts
@@ -1,4 +1,4 @@
-///
+
var app = angular.module("ag", ["pascalprecht.translate", "$httpProvider"]);
diff --git a/angular-hotkeys/angular-hotkeys-tests.ts b/angular-hotkeys/angular-hotkeys-tests.ts
index 83a9dc3fb4..098c84d710 100644
--- a/angular-hotkeys/angular-hotkeys-tests.ts
+++ b/angular-hotkeys/angular-hotkeys-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
var scope: ng.IScope;
var hotkeyProvider: ng.hotkeys.HotkeysProvider;
diff --git a/angular-http-auth/angular-http-auth-tests.ts b/angular-http-auth/angular-http-auth-tests.ts
index 4d246d1907..e27c0199c5 100644
--- a/angular-http-auth/angular-http-auth-tests.ts
+++ b/angular-http-auth/angular-http-auth-tests.ts
@@ -1,4 +1,4 @@
-///
+
(function () {
'use strict';
diff --git a/angular-httpi/angular-httpi-tests.ts b/angular-httpi/angular-httpi-tests.ts
index 47ac25228c..ff3caa0537 100644
--- a/angular-httpi/angular-httpi-tests.ts
+++ b/angular-httpi/angular-httpi-tests.ts
@@ -1,4 +1,4 @@
-///
+
(function() {
'use strict';
diff --git a/angular-idle/angular-idle-tests.ts b/angular-idle/angular-idle-tests.ts
index e6eb1a9f29..9f13f828a9 100644
--- a/angular-idle/angular-idle-tests.ts
+++ b/angular-idle/angular-idle-tests.ts
@@ -1,4 +1,4 @@
-///
+
angular.module('app', ['ngIdle'])
.config(['KeepaliveProvider', 'IdleProvider', 'TitleProvider',
diff --git a/angular-jwt/angular-jwt-tests.ts b/angular-jwt/angular-jwt-tests.ts
index 56fd2da8b7..a959992dfc 100644
--- a/angular-jwt/angular-jwt-tests.ts
+++ b/angular-jwt/angular-jwt-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
var app = angular.module("angular-jwt-tests", ["angular-jwt"]);
diff --git a/angular-load/angular-load-tests.ts b/angular-load/angular-load-tests.ts
index 7fea2d7924..ffb30dd4a7 100644
--- a/angular-load/angular-load-tests.ts
+++ b/angular-load/angular-load-tests.ts
@@ -1,4 +1,4 @@
-///
+
angular.module('app',['angularLoad'])
.run(['angularLoad',(angularLoad:angular.load.IAngularLoadService)=> {
diff --git a/angular-loading-bar/angular-loading-bar-tests.ts b/angular-loading-bar/angular-loading-bar-tests.ts
index b8bde9e933..15435381f9 100644
--- a/angular-loading-bar/angular-loading-bar-tests.ts
+++ b/angular-loading-bar/angular-loading-bar-tests.ts
@@ -1,4 +1,4 @@
-///
+
var app = angular.module('testModule', ['angular-loading-bar']);
diff --git a/angular-material/angular-material-tests.ts b/angular-material/angular-material-tests.ts
index 3c70dd27e8..740a72d086 100644
--- a/angular-material/angular-material-tests.ts
+++ b/angular-material/angular-material-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myApp = angular.module('testModule', ['ngMaterial']);
diff --git a/angular-media-queries/match-media-tests.ts b/angular-media-queries/match-media-tests.ts
index a9331751ae..e24c43c073 100644
--- a/angular-media-queries/match-media-tests.ts
+++ b/angular-media-queries/match-media-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myApp = angular.module('testModule', ['matchMedia']);
diff --git a/angular-meteor/angular-meteor-tests.ts b/angular-meteor/angular-meteor-tests.ts
index cc2a62c8d7..8500a431e8 100644
--- a/angular-meteor/angular-meteor-tests.ts
+++ b/angular-meteor/angular-meteor-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface ITodo {
_id?: string;
diff --git a/angular-modal/angular-modal-tests.ts b/angular-modal/angular-modal-tests.ts
index 2d013bda45..45b64debc8 100644
--- a/angular-modal/angular-modal-tests.ts
+++ b/angular-modal/angular-modal-tests.ts
@@ -1,6 +1,6 @@
///
///
-///
+
var btfModal: angularModal.AngularModalFactory;
diff --git a/angular-notifications/angular-notifications-tests.ts b/angular-notifications/angular-notifications-tests.ts
index 1632ff1e7d..668f0fb82f 100644
--- a/angular-notifications/angular-notifications-tests.ts
+++ b/angular-notifications/angular-notifications-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myapp = angular.module("myapp", ["notifications"]);
diff --git a/angular-notify/angular-notify-tests.ts b/angular-notify/angular-notify-tests.ts
index d5e52b1d17..06dd1a6014 100644
--- a/angular-notify/angular-notify-tests.ts
+++ b/angular-notify/angular-notify-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myapp = angular.module("myapp", ["cgNotify"]);
diff --git a/angular-odata-resources/angular-odata-resources-tests.ts b/angular-odata-resources/angular-odata-resources-tests.ts
index a9194b0067..15c6bd1540 100644
--- a/angular-odata-resources/angular-odata-resources-tests.ts
+++ b/angular-odata-resources/angular-odata-resources-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface IMyResource extends OData.IResource { };
interface IMyResourceClass extends OData.IResourceClass { };
diff --git a/angular-permission/angular-permission-2.3.1-tests.ts b/angular-permission/angular-permission-2.3.1-tests.ts
index 3753ba9d51..f0a3176d97 100644
--- a/angular-permission/angular-permission-2.3.1-tests.ts
+++ b/angular-permission/angular-permission-2.3.1-tests.ts
@@ -1,4 +1,4 @@
-///
+
import permission = angular.permission;
diff --git a/angular-permission/angular-permission-tests.ts b/angular-permission/angular-permission-tests.ts
index cc9cd7c367..674b07340c 100644
--- a/angular-permission/angular-permission-tests.ts
+++ b/angular-permission/angular-permission-tests.ts
@@ -1,4 +1,4 @@
-///
+
import permission = angular.permission;
diff --git a/angular-scroll/angular-scroll-tests.ts b/angular-scroll/angular-scroll-tests.ts
index d7c319df9a..fbc1c01642 100644
--- a/angular-scroll/angular-scroll-tests.ts
+++ b/angular-scroll/angular-scroll-tests.ts
@@ -1,4 +1,4 @@
-///
+
namespace TestApp {
diff --git a/angular-spinner/angular-spinner-tests.ts b/angular-spinner/angular-spinner-tests.ts
index 4f3f870233..9ac20eed0c 100644
--- a/angular-spinner/angular-spinner-tests.ts
+++ b/angular-spinner/angular-spinner-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myApp = angular.module('testModule');
diff --git a/angular-toasty/angular-toasty-tests.ts b/angular-toasty/angular-toasty-tests.ts
index 017d821720..ac636e75f6 100644
--- a/angular-toasty/angular-toasty-tests.ts
+++ b/angular-toasty/angular-toasty-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface AngularToastyTestControllerScope extends ng.IScope {
button:string;
diff --git a/angular-touchspin/angular-touchspin-tests.ts b/angular-touchspin/angular-touchspin-tests.ts
index c431a4f6e4..a37837ad9c 100644
--- a/angular-touchspin/angular-touchspin-tests.ts
+++ b/angular-touchspin/angular-touchspin-tests.ts
@@ -1,4 +1,4 @@
-///
+
angular
.module('touchspin-tests', ['lm.touchspin'])
diff --git a/angular-translate/angular-translate-tests.ts b/angular-translate/angular-translate-tests.ts
index 4aac8b4b34..cc1d65afe9 100644
--- a/angular-translate/angular-translate-tests.ts
+++ b/angular-translate/angular-translate-tests.ts
@@ -1,4 +1,4 @@
-///
+
var app = angular.module('at', ['pascalprecht.translate']);
diff --git a/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts b/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts
index 7851d2da37..499078fa19 100644
--- a/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts
+++ b/angular-ui-bootstrap/angular-ui-bootstrap-tests.ts
@@ -1,4 +1,4 @@
-///
+
var testApp = angular.module('testApp');
diff --git a/angular-ui-router/angular-ui-router-tests.ts b/angular-ui-router/angular-ui-router-tests.ts
index 9c5db1754a..9eeee57b00 100644
--- a/angular-ui-router/angular-ui-router-tests.ts
+++ b/angular-ui-router/angular-ui-router-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myApp = angular.module('testModule');
diff --git a/angular-ui-scroll/angular-ui-scroll-tests.ts b/angular-ui-scroll/angular-ui-scroll-tests.ts
index 528d39e552..e226b664bc 100644
--- a/angular-ui-scroll/angular-ui-scroll-tests.ts
+++ b/angular-ui-scroll/angular-ui-scroll-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myApp = angular.module('application', ['ui.scroll', 'ui.scroll.jqlite']);
namespace application {
diff --git a/angular-ui-sortable/angular-ui-sortable-tests.ts b/angular-ui-sortable/angular-ui-sortable-tests.ts
index d63907bceb..70a2745289 100644
--- a/angular-ui-sortable/angular-ui-sortable-tests.ts
+++ b/angular-ui-sortable/angular-ui-sortable-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
var myApp = angular.module('testModule');
diff --git a/angular-ui-tree/angular-ui-tree-tests.ts b/angular-ui-tree/angular-ui-tree-tests.ts
index 718fada2ce..d3c1bad2cb 100644
--- a/angular-ui-tree/angular-ui-tree-tests.ts
+++ b/angular-ui-tree/angular-ui-tree-tests.ts
@@ -1,4 +1,4 @@
-///
+
var treeNode: AngularUITree.ITreeNode = {
id: 0,
diff --git a/angular-wizard/angular-wizard-tests.ts b/angular-wizard/angular-wizard-tests.ts
index 4ec02a4636..020a68b924 100644
--- a/angular-wizard/angular-wizard-tests.ts
+++ b/angular-wizard/angular-wizard-tests.ts
@@ -2,7 +2,7 @@
///
///
-///
+
// test file taken from https://github.com/mgonto/angular-wizard
diff --git a/angular.throttle/angular.throttle-tests.ts b/angular.throttle/angular.throttle-tests.ts
index 844f83a79f..5bc81cebca 100644
--- a/angular.throttle/angular.throttle-tests.ts
+++ b/angular.throttle/angular.throttle-tests.ts
@@ -1,4 +1,4 @@
-///
+
var throttledFn = angular.throttle(function (someArg:any) {
return someArg;
diff --git a/angularjs/README.md b/angularjs/README.md
index 94dc303ae4..1b3affc92c 100644
--- a/angularjs/README.md
+++ b/angularjs/README.md
@@ -2,14 +2,14 @@
## Referencing AngularJS definition files in your code
-To do that, simply add `/// ` at the top of your code.
+To do that, simply add `` at the top of your code.
That will make available to your code all interfaces AngularJS' main module **ng** implements, as well as the **AUTO** module.
If you are including other AngularJS' modules in your code, like **ngResource**, just like you needed to include the additional module implementation file in your code, _angular-resource.js_, you will also need to reference the definitions file related to that module. Your code would then have the following definitions files reference:
- ///
- ///
+
+
Having these modules in separated files is actually good because they sometimes either augment or modify some of **ng**'s interfaces, and thus those differences should only be available to you when you really need them. Also, it forces you to explicit what you're going to be using.
@@ -107,8 +107,8 @@ function Controller($scope: ICustomScope) {
### Working with $resource
```ts
-///
-///
+
+
// We have the option to define arguments for a custom resource
interface IArticleParameters {
@@ -177,8 +177,8 @@ function MainController($resource: ng.resource.IResourceService) {
### Working with $resource in angular-1.0 definitions
```ts
-///
-///
+
+
// Let's define a custom resource
interface IArticleResourceClass extends ng.resource.IResourceClass {
diff --git a/angularjs/angular-mocks-tests.ts b/angularjs/angular-mocks-tests.ts
index 8790e68cf3..fd925016c2 100644
--- a/angularjs/angular-mocks-tests.ts
+++ b/angularjs/angular-mocks-tests.ts
@@ -1,4 +1,4 @@
-///
+
///////////////////////////////////////
// IAngularStatic
diff --git a/angularjs/angular-resource-tests.ts b/angularjs/angular-resource-tests.ts
index 89f6d25a26..3aa202d0e8 100644
--- a/angularjs/angular-resource-tests.ts
+++ b/angularjs/angular-resource-tests.ts
@@ -1,4 +1,4 @@
-///
+
import IHttpPromiseCallbackArg = angular.IHttpPromiseCallbackArg;
diff --git a/angularjs/angular-route-tests.ts b/angularjs/angular-route-tests.ts
index 85bd56240b..0fefab51f7 100644
--- a/angularjs/angular-route-tests.ts
+++ b/angularjs/angular-route-tests.ts
@@ -1,5 +1,5 @@
-///
+
/**
* @license HTTP Auth Interceptor Module for AngularJS
diff --git a/angularjs/angular-sanitize-tests.ts b/angularjs/angular-sanitize-tests.ts
index d065392c79..94bb6615ec 100644
--- a/angularjs/angular-sanitize-tests.ts
+++ b/angularjs/angular-sanitize-tests.ts
@@ -1,4 +1,4 @@
-///
+
var shouldBeString: string;
diff --git a/angularjs/legacy/angular-1.0-tests.ts b/angularjs/legacy/angular-1.0-tests.ts
index 33138c0c2f..b0e7ed692c 100644
--- a/angularjs/legacy/angular-1.0-tests.ts
+++ b/angularjs/legacy/angular-1.0-tests.ts
@@ -1,4 +1,4 @@
-///
+
// issue: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/369
https://github.com/witoldsz/angular-http-auth/blob/master/src/angular-http-auth.js
diff --git a/angularjs/legacy/angular-1.2-tests.ts b/angularjs/legacy/angular-1.2-tests.ts
index 71e96d0804..d618fa8d25 100644
--- a/angularjs/legacy/angular-1.2-tests.ts
+++ b/angularjs/legacy/angular-1.2-tests.ts
@@ -1,4 +1,4 @@
-///
+
// issue: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/369
// https://github.com/witoldsz/angular-http-auth/blob/master/src/angular-http-auth.js
diff --git a/angularjs/legacy/angular-animate-1.2.d.ts b/angularjs/legacy/angular-animate-1.2.d.ts
index f4928bd0ca..0a74608c27 100644
--- a/angularjs/legacy/angular-animate-1.2.d.ts
+++ b/angularjs/legacy/angular-animate-1.2.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michel Salib , Adi Dahiya
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
// ngAnimate module (angular-animate.js)
diff --git a/angularjs/legacy/angular-animate-1.3.d.ts b/angularjs/legacy/angular-animate-1.3.d.ts
index c689203ff3..6f103bc83c 100644
--- a/angularjs/legacy/angular-animate-1.3.d.ts
+++ b/angularjs/legacy/angular-animate-1.3.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michel Salib , Adi Dahiya , Raphael Schweizer , Cody Schaaf
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare module "angular-animate" {
var _: string;
diff --git a/angularjs/legacy/angular-cookies-1.0.d.ts b/angularjs/legacy/angular-cookies-1.0.d.ts
index 0b53de186b..78c8bd4229 100644
--- a/angularjs/legacy/angular-cookies-1.0.d.ts
+++ b/angularjs/legacy/angular-cookies-1.0.d.ts
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
// ngCookies module (angular-cookies.js)
diff --git a/angularjs/legacy/angular-cookies-1.2.d.ts b/angularjs/legacy/angular-cookies-1.2.d.ts
index aaf08327e2..662bf11662 100644
--- a/angularjs/legacy/angular-cookies-1.2.d.ts
+++ b/angularjs/legacy/angular-cookies-1.2.d.ts
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
// ngCookies module (angular-cookies.js)
diff --git a/angularjs/legacy/angular-mocks-1.0.d.ts b/angularjs/legacy/angular-mocks-1.0.d.ts
index 340f58e3c6..7ffa97f0ee 100644
--- a/angularjs/legacy/angular-mocks-1.0.d.ts
+++ b/angularjs/legacy/angular-mocks-1.0.d.ts
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
// functions attached to global object (window)
diff --git a/angularjs/legacy/angular-mocks-1.2-tests.ts b/angularjs/legacy/angular-mocks-1.2-tests.ts
index 6f359a67c4..34e29addc0 100644
--- a/angularjs/legacy/angular-mocks-1.2-tests.ts
+++ b/angularjs/legacy/angular-mocks-1.2-tests.ts
@@ -1,4 +1,4 @@
-///
+
///////////////////////////////////////
// IAngularStatic
diff --git a/angularjs/legacy/angular-mocks-1.2.d.ts b/angularjs/legacy/angular-mocks-1.2.d.ts
index 2a1ce25196..3b4f7e0405 100644
--- a/angularjs/legacy/angular-mocks-1.2.d.ts
+++ b/angularjs/legacy/angular-mocks-1.2.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Diego Vilar
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
// functions attached to global object (window)
diff --git a/angularjs/legacy/angular-resource-1.0.d.ts b/angularjs/legacy/angular-resource-1.0.d.ts
index 07f5f7e0ff..88ea0adcd8 100644
--- a/angularjs/legacy/angular-resource-1.0.d.ts
+++ b/angularjs/legacy/angular-resource-1.0.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Diego Vilar
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
diff --git a/angularjs/legacy/angular-resource-1.2-tests.ts b/angularjs/legacy/angular-resource-1.2-tests.ts
index ca970f5c40..f79b4752d3 100644
--- a/angularjs/legacy/angular-resource-1.2-tests.ts
+++ b/angularjs/legacy/angular-resource-1.2-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface IMyResource extends ng.resource.IResource { };
interface IMyResourceClass extends ng.resource.IResourceClass { };
diff --git a/angularjs/legacy/angular-resource-1.2.d.ts b/angularjs/legacy/angular-resource-1.2.d.ts
index b0ccb5e7e6..5270037426 100644
--- a/angularjs/legacy/angular-resource-1.2.d.ts
+++ b/angularjs/legacy/angular-resource-1.2.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Diego Vilar , Michael Jess
// Definitions: https://github.com/daptiv/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
diff --git a/angularjs/legacy/angular-resource-1.3.d.ts b/angularjs/legacy/angular-resource-1.3.d.ts
index 798bc0a581..7390570991 100644
--- a/angularjs/legacy/angular-resource-1.3.d.ts
+++ b/angularjs/legacy/angular-resource-1.3.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Diego Vilar , Michael Jess
// Definitions: https://github.com/daptiv/DefinitelyTyped
-///
+
declare module 'angular-resource' {
var _: string;
diff --git a/angularjs/legacy/angular-route-1.2-tests.ts b/angularjs/legacy/angular-route-1.2-tests.ts
index 0b82110ef2..d076c148c2 100644
--- a/angularjs/legacy/angular-route-1.2-tests.ts
+++ b/angularjs/legacy/angular-route-1.2-tests.ts
@@ -1,4 +1,4 @@
-///
+
/**
* @license HTTP Auth Interceptor Module for AngularJS
diff --git a/angularjs/legacy/angular-route-1.2.d.ts b/angularjs/legacy/angular-route-1.2.d.ts
index 9c1dd4aa25..29b57a39b4 100644
--- a/angularjs/legacy/angular-route-1.2.d.ts
+++ b/angularjs/legacy/angular-route-1.2.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Jonathan Park
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
diff --git a/angularjs/legacy/angular-sanitize-1.0.d.ts b/angularjs/legacy/angular-sanitize-1.0.d.ts
index 510a7bc82b..e883621105 100644
--- a/angularjs/legacy/angular-sanitize-1.0.d.ts
+++ b/angularjs/legacy/angular-sanitize-1.0.d.ts
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
// ngSanitize module (angular-sanitize.js)
diff --git a/angularjs/legacy/angular-sanitize-1.2-tests.ts b/angularjs/legacy/angular-sanitize-1.2-tests.ts
index 853bbf3495..94bb6615ec 100644
--- a/angularjs/legacy/angular-sanitize-1.2-tests.ts
+++ b/angularjs/legacy/angular-sanitize-1.2-tests.ts
@@ -1,4 +1,4 @@
-///
+
var shouldBeString: string;
diff --git a/angularjs/legacy/angular-sanitize-1.2.d.ts b/angularjs/legacy/angular-sanitize-1.2.d.ts
index cbd559688a..88c3eec39e 100644
--- a/angularjs/legacy/angular-sanitize-1.2.d.ts
+++ b/angularjs/legacy/angular-sanitize-1.2.d.ts
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
///////////////////////////////////////////////////////////////////////////////
// ngSanitize module (angular-sanitize.js)
diff --git a/angulartics/angulartics-tests.ts b/angulartics/angulartics-tests.ts
index 9aae7c7dfd..36ad8f46cf 100644
--- a/angulartics/angulartics-tests.ts
+++ b/angulartics/angulartics-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
namespace Analytics {
diff --git a/antd/antd-tests.tsx b/antd/antd-tests.tsx
index 0366341112..a1c3cdd8fd 100644
--- a/antd/antd-tests.tsx
+++ b/antd/antd-tests.tsx
@@ -1,5 +1,5 @@
///
-///
+
import React = __React
/*import {
Affix,
diff --git a/appframework/appframework-tests.ts b/appframework/appframework-tests.ts
index 16cfe9802f..4e5932334a 100644
--- a/appframework/appframework-tests.ts
+++ b/appframework/appframework-tests.ts
@@ -1,4 +1,4 @@
-///
+
af(($: appFrameworkStatic) => {});
diff --git a/appletvjs/README.md b/appletvjs/README.md
index 161282ed69..5d5b7f43ed 100644
--- a/appletvjs/README.md
+++ b/appletvjs/README.md
@@ -2,7 +2,7 @@
## Referencing AppleTVJS definition files in your code
-To do that, simply add `/// ` at the top of your code.
+To do that, simply add `` at the top of your code.
This will allow you to have intellisense in your AppleTVJS typescript code.
diff --git a/appletvjs/appletvjs-tests.ts b/appletvjs/appletvjs-tests.ts
index 8bdda9c633..55f720e26d 100644
--- a/appletvjs/appletvjs-tests.ts
+++ b/appletvjs/appletvjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
//test the global app events and functions
function test_AppEvents() {
diff --git a/arbiter/Arbiter-tests.ts b/arbiter/Arbiter-tests.ts
index fbdbe5b94a..ce7659e76f 100644
--- a/arbiter/Arbiter-tests.ts
+++ b/arbiter/Arbiter-tests.ts
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// May 22 2013
-///
+
diff --git a/arcgis-js-api/arcgis-js-api-tests.ts b/arcgis-js-api/arcgis-js-api-tests.ts
index bf13a1a0a3..33b7d44960 100644
--- a/arcgis-js-api/arcgis-js-api-tests.ts
+++ b/arcgis-js-api/arcgis-js-api-tests.ts
@@ -1,4 +1,4 @@
-///
+
import esri = require("esri");
import Map = require("esri/map");
diff --git a/asciify/asciify-tests.ts b/asciify/asciify-tests.ts
index c95b9c6993..aaee5866e3 100644
--- a/asciify/asciify-tests.ts
+++ b/asciify/asciify-tests.ts
@@ -1,4 +1,4 @@
-///
+
import asciify = require('asciify');
diff --git a/assert/assert-tests.ts b/assert/assert-tests.ts
index e918824b3d..4b194e8700 100644
--- a/assert/assert-tests.ts
+++ b/assert/assert-tests.ts
@@ -1,4 +1,4 @@
-///
+
assert(1 + 1 - 2 === 0, "The universe isn't how it should.");
diff --git a/async/async-explicit-tests.ts b/async/async-explicit-tests.ts
index 10d8f0bd24..80343cf6b1 100644
--- a/async/async-explicit-tests.ts
+++ b/async/async-explicit-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface StringCallback { (err: Error, result: string): void; }
interface AsyncStringGetter { (callback: StringCallback): void; }
diff --git a/async/async-tests.ts b/async/async-tests.ts
index 037481b6fa..cc8061a468 100644
--- a/async/async-tests.ts
+++ b/async/async-tests.ts
@@ -1,4 +1,4 @@
-///
+
var fs, path;
diff --git a/async/asyncamd-tests.ts b/async/asyncamd-tests.ts
index 3aa8ab92b5..4bf6c2789d 100644
--- a/async/asyncamd-tests.ts
+++ b/async/asyncamd-tests.ts
@@ -1,4 +1,4 @@
-///
+
import async = require("async");
diff --git a/atmosphere/atmosphere-tests.ts b/atmosphere/atmosphere-tests.ts
index 44c2880a35..b353c2c947 100644
--- a/atmosphere/atmosphere-tests.ts
+++ b/atmosphere/atmosphere-tests.ts
@@ -1,4 +1,4 @@
-///
+
var socket = atmosphere;
diff --git a/atom-keymap/atom-keymap-tests.ts b/atom-keymap/atom-keymap-tests.ts
index 8882f5b38b..1c92bff5c9 100644
--- a/atom-keymap/atom-keymap-tests.ts
+++ b/atom-keymap/atom-keymap-tests.ts
@@ -1,4 +1,4 @@
-///
+
import { KeymapManager, ICompleteMatchEvent } from "atom-keymap";
diff --git a/atom/atom-tests.ts b/atom/atom-tests.ts
index ad6ea7dbc0..7ce49d23bd 100644
--- a/atom/atom-tests.ts
+++ b/atom/atom-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
///
import path = require("path");
diff --git a/auth0-angular/auth0-angular-tests.ts b/auth0-angular/auth0-angular-tests.ts
index 1abd9fdc3d..f9700c1410 100644
--- a/auth0-angular/auth0-angular-tests.ts
+++ b/auth0-angular/auth0-angular-tests.ts
@@ -1,4 +1,4 @@
-///
+
var authProvider: auth0.angular.IAuth0ServiceProvider;
diff --git a/auth0-lock/auth0.lock-tests.ts b/auth0-lock/auth0.lock-tests.ts
index 8825791ecc..070ef984df 100644
--- a/auth0-lock/auth0.lock-tests.ts
+++ b/auth0-lock/auth0.lock-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
var lock: Auth0LockStatic = new Auth0Lock("dsa7d77dsa7d7", "mine.auth0.com");
diff --git a/auth0.widget/auth0.widget-tests.ts b/auth0.widget/auth0.widget-tests.ts
index c59a30bcd6..79f1a2a7a7 100644
--- a/auth0.widget/auth0.widget-tests.ts
+++ b/auth0.widget/auth0.widget-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
var widget: Auth0WidgetStatic = new Auth0Widget({
domain: 'mine.auth0.com',
diff --git a/auto-launch/auto-launch-tests.ts b/auto-launch/auto-launch-tests.ts
index 24d6aad14a..ae6ace9620 100644
--- a/auto-launch/auto-launch-tests.ts
+++ b/auto-launch/auto-launch-tests.ts
@@ -1,4 +1,4 @@
-///
+
import AutoLaunch = require('auto-launch');
diff --git a/axios/axios-tests.ts b/axios/axios-tests.ts
index 040994531b..9c39031ae5 100644
--- a/axios/axios-tests.ts
+++ b/axios/axios-tests.ts
@@ -1,4 +1,4 @@
-///
+
enum HttpMethod { GET, PUT, POST, DELETE, CONNECT, HEAD, OPTIONS, TRACE, PATCH }
enum ResponseType { arraybuffer, blob, document, json, text }
diff --git a/azure-mobile-apps/azure-mobile-apps-tests.ts b/azure-mobile-apps/azure-mobile-apps-tests.ts
index 093932c2fb..b20ea37773 100644
--- a/azure-mobile-apps/azure-mobile-apps-tests.ts
+++ b/azure-mobile-apps/azure-mobile-apps-tests.ts
@@ -1,4 +1,4 @@
-///
+
import express = require('express');
import mobileApps = require('azure-mobile-apps');
diff --git a/azure-mobile-services-client/AzureMobileServicesClient-tests.ts b/azure-mobile-services-client/AzureMobileServicesClient-tests.ts
index 5ed27a833c..d86667fe98 100644
--- a/azure-mobile-services-client/AzureMobileServicesClient-tests.ts
+++ b/azure-mobile-services-client/AzureMobileServicesClient-tests.ts
@@ -1,4 +1,4 @@
-///
+
//create base client istance and read properties
diff --git a/azure-sb/azure-sb-tests.ts b/azure-sb/azure-sb-tests.ts
index 5086851815..68b0fc8df7 100644
--- a/azure-sb/azure-sb-tests.ts
+++ b/azure-sb/azure-sb-tests.ts
@@ -1,4 +1,4 @@
-///
+
var nh = new Azure.ServiceBus.NotificationHubService();
nh.send('tag', '', function (error, result) {});
diff --git a/babel-core/babel-core-tests.ts b/babel-core/babel-core-tests.ts
index e564b9d81e..4c62d3c2f5 100644
--- a/babel-core/babel-core-tests.ts
+++ b/babel-core/babel-core-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as babel from "babel-core";
diff --git a/babel-generator/babel-generator-tests.ts b/babel-generator/babel-generator-tests.ts
index b77d659a09..a27fba50c5 100644
--- a/babel-generator/babel-generator-tests.ts
+++ b/babel-generator/babel-generator-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// Example from https://github.com/babel/babel/tree/master/packages/babel-generator
diff --git a/babel-template/babel-template-tests.ts b/babel-template/babel-template-tests.ts
index 8a321b6e02..b5d4547188 100644
--- a/babel-template/babel-template-tests.ts
+++ b/babel-template/babel-template-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
diff --git a/babel-traverse/babel-traverse-tests.ts b/babel-traverse/babel-traverse-tests.ts
index 4b30a12061..c02efe44ad 100644
--- a/babel-traverse/babel-traverse-tests.ts
+++ b/babel-traverse/babel-traverse-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
diff --git a/babel-types/babel-types-tests.ts b/babel-types/babel-types-tests.ts
index b6216ea153..cb02d11ee1 100644
--- a/babel-types/babel-types-tests.ts
+++ b/babel-types/babel-types-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
diff --git a/babylon/babylon-tests.ts b/babylon/babylon-tests.ts
index 8ed0fbe668..bb95625935 100644
--- a/babylon/babylon-tests.ts
+++ b/babylon/babylon-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
diff --git a/babylonjs/babylon-tests.ts b/babylonjs/babylon-tests.ts
index 142d3840f5..8b13789179 100644
--- a/babylonjs/babylon-tests.ts
+++ b/babylonjs/babylon-tests.ts
@@ -1 +1 @@
-///
+
diff --git a/babyparse/babyparse-tests.ts b/babyparse/babyparse-tests.ts
index 29d2d22891..65d798845c 100644
--- a/babyparse/babyparse-tests.ts
+++ b/babyparse/babyparse-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as Baby from "babyparse";
var RECORD_SEP = String.fromCharCode(30);
diff --git a/backbone.localstorage/backbone.localstorage-tests.ts b/backbone.localstorage/backbone.localstorage-tests.ts
index 0d44897a80..dc497b0f32 100644
--- a/backbone.localstorage/backbone.localstorage-tests.ts
+++ b/backbone.localstorage/backbone.localstorage-tests.ts
@@ -1,4 +1,4 @@
-///
+
var store: Store = new Store('testStore');
store.findAll();
diff --git a/backbone.paginator/backbone.paginator-tests.ts b/backbone.paginator/backbone.paginator-tests.ts
index f5ffc55e14..28b09d4fc5 100644
--- a/backbone.paginator/backbone.paginator-tests.ts
+++ b/backbone.paginator/backbone.paginator-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
import * as Backbone from 'backbone';
diff --git a/backbone.radio/backbone.radio-tests.ts b/backbone.radio/backbone.radio-tests.ts
index e58e4e12be..27b95dba4a 100644
--- a/backbone.radio/backbone.radio-tests.ts
+++ b/backbone.radio/backbone.radio-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
import * as Backbone from 'backbone';
diff --git a/baconjs/baconjs-tests.ts b/baconjs/baconjs-tests.ts
index ab5b671807..e948668dc7 100644
--- a/baconjs/baconjs-tests.ts
+++ b/baconjs/baconjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
function CreatingStreams() {
$("#my-div").asEventStream("click");
diff --git a/bardjs/bardjs-tests.ts b/bardjs/bardjs-tests.ts
index e511144bd8..6cf0d787d6 100644
--- a/bardjs/bardjs-tests.ts
+++ b/bardjs/bardjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
///
diff --git a/base-x/base-x-tests.ts b/base-x/base-x-tests.ts
index 3e082c45ba..29676ae791 100644
--- a/base-x/base-x-tests.ts
+++ b/base-x/base-x-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as basex from 'base-x';
diff --git a/better-curry/better-curry-tests.ts b/better-curry/better-curry-tests.ts
index 36e4936e0d..48c9c7f0ca 100644
--- a/better-curry/better-curry-tests.ts
+++ b/better-curry/better-curry-tests.ts
@@ -1,4 +1,4 @@
-///
+
import bc = require('better-curry');
bc.flatten([1,2,3,[1,2],['a']]) === [];
diff --git a/bezier-easing/bezier-easing-tests.ts b/bezier-easing/bezier-easing-tests.ts
index f928fa62de..6cf2b28bf2 100644
--- a/bezier-easing/bezier-easing-tests.ts
+++ b/bezier-easing/bezier-easing-tests.ts
@@ -1,4 +1,4 @@
-///
+
function get_easing() {
let easing: Easing = BezierEasing(0, 0, 1, 0.5);
diff --git a/big-integer/big-integer-tests.ts b/big-integer/big-integer-tests.ts
index fd08f89a14..2ab3c1fad5 100644
--- a/big-integer/big-integer-tests.ts
+++ b/big-integer/big-integer-tests.ts
@@ -1,4 +1,4 @@
-///
+
// constructor tests
var noArgument = bigInt(),
diff --git a/bigint/bigint-tests.ts b/bigint/bigint-tests.ts
index 14cdd5b12c..35d118a8a1 100644
--- a/bigint/bigint-tests.ts
+++ b/bigint/bigint-tests.ts
@@ -1,4 +1,4 @@
-///
+
var bi: BigInt.BigInt;
var num: number;
diff --git a/bignum/bignum-tests.ts b/bignum/bignum-tests.ts
index 363fad886b..0803ac00ea 100644
--- a/bignum/bignum-tests.ts
+++ b/bignum/bignum-tests.ts
@@ -1,4 +1,4 @@
-///
+
var bignum = require('bignum');
diff --git a/blazy/blazy-tests.ts b/blazy/blazy-tests.ts
index 6e95801e9e..835b0e6472 100644
--- a/blazy/blazy-tests.ts
+++ b/blazy/blazy-tests.ts
@@ -1,4 +1,4 @@
-///
+
/* Constructor test */
var tester: BlazyInstance = new Blazy({
diff --git a/blob-stream/blob-stream-tests.ts b/blob-stream/blob-stream-tests.ts
index 1c3c1fa067..b9174859f9 100644
--- a/blob-stream/blob-stream-tests.ts
+++ b/blob-stream/blob-stream-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
var bl = require('blob-stream');
diff --git a/blocks/blocks-tests.ts b/blocks/blocks-tests.ts
index 7b83b52a61..3fa24b4d83 100644
--- a/blocks/blocks-tests.ts
+++ b/blocks/blocks-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_blocks_methods() {
var extended: Object;
diff --git a/bluebird/bluebird-1.0-tests.ts b/bluebird/bluebird-1.0-tests.ts
index 2aa795a4f3..6f6df3a978 100644
--- a/bluebird/bluebird-1.0-tests.ts
+++ b/bluebird/bluebird-1.0-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Tests by: Bart van der Schoor
diff --git a/bookshelf/bookshelf-tests.ts b/bookshelf/bookshelf-tests.ts
index 729cd617cb..59c20bb686 100644
--- a/bookshelf/bookshelf-tests.ts
+++ b/bookshelf/bookshelf-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as Knex from 'knex';
import * as Bookshelf from 'bookshelf';
diff --git a/boom/boom-tests.ts b/boom/boom-tests.ts
index 67c7786273..4c2f23ed64 100644
--- a/boom/boom-tests.ts
+++ b/boom/boom-tests.ts
@@ -1,4 +1,4 @@
-///
+
import Boom = require('boom');
diff --git a/bootbox/bootbox-tests.ts b/bootbox/bootbox-tests.ts
index 83837d41fa..92a079f456 100644
--- a/bootbox/bootbox-tests.ts
+++ b/bootbox/bootbox-tests.ts
@@ -1,5 +1,5 @@
// QUnit Tests for Bootbox 4.4.0
-///
+
bootbox.alert("Are we ok?");
bootbox.alert("Are we ok with callback?", function () {
diff --git a/bootstrap-notify/bootstrap-notify-tests.ts b/bootstrap-notify/bootstrap-notify-tests.ts
index 6ddc6a05fc..5ae4f2ffc1 100644
--- a/bootstrap-notify/bootstrap-notify-tests.ts
+++ b/bootstrap-notify/bootstrap-notify-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
//Test for bootstrap-notify v3.1.3
diff --git a/bootstrap-slider/bootstrap-slider-tests.ts b/bootstrap-slider/bootstrap-slider-tests.ts
index 9717674c33..749d8dc137 100644
--- a/bootstrap-slider/bootstrap-slider-tests.ts
+++ b/bootstrap-slider/bootstrap-slider-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
$(function() {
// examples from http://seiyria.github.io/bootstrap-slider/
diff --git a/bootstrap-switch/bootstrap-switch-tests.ts b/bootstrap-switch/bootstrap-switch-tests.ts
index c3c4ab4b0a..17bc0fd561 100644
--- a/bootstrap-switch/bootstrap-switch-tests.ts
+++ b/bootstrap-switch/bootstrap-switch-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
function test_cases() {
$('#switch').bootstrapSwitch();
diff --git a/bootstrap-touchspin/bootstrap-touchspin-tests.ts b/bootstrap-touchspin/bootstrap-touchspin-tests.ts
index d92c728bfb..d3c37d87d7 100644
--- a/bootstrap-touchspin/bootstrap-touchspin-tests.ts
+++ b/bootstrap-touchspin/bootstrap-touchspin-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
$(function () {
// Example 1 from http://www.virtuosoft.eu/code/bootstrap-touchspin/
diff --git a/bootstrap/bootstrap-tests.ts b/bootstrap/bootstrap-tests.ts
index 4d115c9fe9..a3633e5d12 100644
--- a/bootstrap/bootstrap-tests.ts
+++ b/bootstrap/bootstrap-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
$('body').off('.data-api');
$('body').off('.alert.data-api');
diff --git a/bounce.js/bounce-tests.ts b/bounce.js/bounce-tests.ts
index 0d59b0feac..afa0cdcae2 100644
--- a/bounce.js/bounce-tests.ts
+++ b/bounce.js/bounce-tests.ts
@@ -1,5 +1,5 @@
-///
+
import Bounce from 'bounce.js';
import * as $ from 'jquery';
diff --git a/bowser/bowser-tests.ts b/bowser/bowser-tests.ts
index 2f7cb8904c..c70ab4da05 100644
--- a/bowser/bowser-tests.ts
+++ b/bowser/bowser-tests.ts
@@ -1,4 +1,4 @@
-///
+
import Bowser = require('bowser');
diff --git a/box2d/README.md b/box2d/README.md
index 251b20ced4..9a775a1962 100644
--- a/box2d/README.md
+++ b/box2d/README.md
@@ -16,7 +16,7 @@ Import Statements
Reference the box2dweb.d.ts file in your project and in an appropriate location include the following import statements to reduce the amount of typing you will need to do to acccess deeply nested modules.
```typescript
-///
+
// Include the following imports, or add more/less, to reduce the module nesting.
import b2Common = Box2D.Common;
diff --git a/box2d/box2dweb-tests.ts b/box2d/box2dweb-tests.ts
index 5a5f44f24c..776e0df68f 100644
--- a/box2d/box2dweb-tests.ts
+++ b/box2d/box2dweb-tests.ts
@@ -1,4 +1,4 @@
-///
+
import b2Common = Box2D.Common;
import b2Math = Box2D.Common.Math;
diff --git a/breeze/breeze-tests.ts b/breeze/breeze-tests.ts
index 537aae5a5d..1606e6f591 100644
--- a/breeze/breeze-tests.ts
+++ b/breeze/breeze-tests.ts
@@ -1,4 +1,4 @@
-///
+
import core = breeze.core;
import config = breeze.config;
diff --git a/bufferstream/bufferstream-tests.ts b/bufferstream/bufferstream-tests.ts
index fe1ea70aa9..5d2bcbd4c7 100644
--- a/bufferstream/bufferstream-tests.ts
+++ b/bufferstream/bufferstream-tests.ts
@@ -1,4 +1,4 @@
-///
+
import BufferStream = require('bufferstream')
diff --git a/bugsnag/bugsnag-tests.ts b/bugsnag/bugsnag-tests.ts
index 8e91e03c6b..033abe2a34 100644
--- a/bugsnag/bugsnag-tests.ts
+++ b/bugsnag/bugsnag-tests.ts
@@ -1,4 +1,4 @@
-///
+
Bugsnag.apiKey = "API-KEY";
diff --git a/business-rules-engine/business-rules-engine-tests.ts b/business-rules-engine/business-rules-engine-tests.ts
index 9b25ba978d..6ad84074e7 100644
--- a/business-rules-engine/business-rules-engine-tests.ts
+++ b/business-rules-engine/business-rules-engine-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
///
export interface IPerson{
diff --git a/business-rules-engine/node-validators.d.ts b/business-rules-engine/node-validators.d.ts
index 5e6e38a1da..5439fd1165 100644
--- a/business-rules-engine/node-validators.d.ts
+++ b/business-rules-engine/node-validators.d.ts
@@ -5,7 +5,7 @@
///
///
-///
+
export as namespace Validators;
diff --git a/bytebuffer/bytebuffer-tests.ts b/bytebuffer/bytebuffer-tests.ts
index 34db7368d5..eec2f3e583 100644
--- a/bytebuffer/bytebuffer-tests.ts
+++ b/bytebuffer/bytebuffer-tests.ts
@@ -1,4 +1,4 @@
-///
+
import ByteBuffer = require("bytebuffer");
diff --git a/c3/c3-tests.ts b/c3/c3-tests.ts
index 5413db82d7..3bbab6f4af 100644
--- a/c3/c3-tests.ts
+++ b/c3/c3-tests.ts
@@ -1,4 +1,4 @@
-///
+
//////////////////
// Doc Examples
diff --git a/cal-heatmap/cal-heatmap-tests.ts b/cal-heatmap/cal-heatmap-tests.ts
index ab595e3d51..f19a88c3c1 100644
--- a/cal-heatmap/cal-heatmap-tests.ts
+++ b/cal-heatmap/cal-heatmap-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
diff --git a/calq/calq-tests.ts b/calq/calq-tests.ts
index 6f8019261d..45d6d69e41 100644
--- a/calq/calq-tests.ts
+++ b/calq/calq-tests.ts
@@ -1,4 +1,4 @@
-///
+
function calq_base()
{
calq.init("bfff14a4e0225789be3d9d22c4bb42a1");
diff --git a/camljs/camljs-tests.ts b/camljs/camljs-tests.ts
index ddececcc52..12afd10fbb 100644
--- a/camljs/camljs-tests.ts
+++ b/camljs/camljs-tests.ts
@@ -1,4 +1,4 @@
-///
+
var caml = new CamlBuilder().Where()
.Any(
diff --git a/canvasjs/canvasjs-tests.ts b/canvasjs/canvasjs-tests.ts
index c9fe45e927..cfc67ab128 100644
--- a/canvasjs/canvasjs-tests.ts
+++ b/canvasjs/canvasjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
namespace CanvasJS.Tests {
// Column Chart
diff --git a/chai-as-promised/chai-as-promised-tests.ts b/chai-as-promised/chai-as-promised-tests.ts
index 533750e8cc..b860a78dc8 100644
--- a/chai-as-promised/chai-as-promised-tests.ts
+++ b/chai-as-promised/chai-as-promised-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
diff --git a/chai-http/chai-http-tests.ts b/chai-http/chai-http-tests.ts
index 8253e9b391..369e5b8ee3 100644
--- a/chai-http/chai-http-tests.ts
+++ b/chai-http/chai-http-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
import fs = require('fs');
import http = require('http');
diff --git a/chai-jquery/chai-jquery-tests.ts b/chai-jquery/chai-jquery-tests.ts
index 64f6b040b9..52c54ab7ee 100644
--- a/chai-jquery/chai-jquery-tests.ts
+++ b/chai-jquery/chai-jquery-tests.ts
@@ -1,4 +1,4 @@
-///
+
// tests taken from https://github.com/chaijs/chai-jquery
diff --git a/chai-subset/chai-subset-tests.ts b/chai-subset/chai-subset-tests.ts
index 8b88e5c6a3..d4c7ca3f2b 100644
--- a/chai-subset/chai-subset-tests.ts
+++ b/chai-subset/chai-subset-tests.ts
@@ -1,4 +1,4 @@
-///
+
import chai = require('chai');
import chaiSubset = require('chai-subset');
diff --git a/chai-things/chai-things-tests.ts b/chai-things/chai-things-tests.ts
index de6a4c3ffe..a8337ce36f 100644
--- a/chai-things/chai-things-tests.ts
+++ b/chai-things/chai-things-tests.ts
@@ -1,4 +1,4 @@
-///
+
import chai = require('chai');
import chaiThings = require('chai-things');
diff --git a/chai/chai-3.2.0-tests.ts b/chai/chai-3.2.0-tests.ts
index 9b646b1529..9578a54c2c 100644
--- a/chai/chai-3.2.0-tests.ts
+++ b/chai/chai-3.2.0-tests.ts
@@ -1,4 +1,4 @@
-///
+
import chai = require('chai');
// ReSharper disable WrongExpressionStatement
diff --git a/chai/chai-tests.ts b/chai/chai-tests.ts
index dbca4c11a1..7f104d07e5 100644
--- a/chai/chai-tests.ts
+++ b/chai/chai-tests.ts
@@ -1,4 +1,4 @@
-///
+
import chai = require('chai');
// ReSharper disable WrongExpressionStatement
diff --git a/chalk/chalk-tests.ts b/chalk/chalk-tests.ts
index e159d34765..8b302aecb7 100644
--- a/chalk/chalk-tests.ts
+++ b/chalk/chalk-tests.ts
@@ -1,4 +1,4 @@
-///
+
import chalk = require('chalk');
diff --git a/chance/chance-tests.ts b/chance/chance-tests.ts
index d9b4153960..a426142d7f 100644
--- a/chance/chance-tests.ts
+++ b/chance/chance-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Instantiation
var globalInstance: Chance.Chance = chance;
diff --git a/chartjs/chart-tests.ts b/chartjs/chart-tests.ts
index 452ddbf623..d6b47d45bf 100644
--- a/chartjs/chart-tests.ts
+++ b/chartjs/chart-tests.ts
@@ -1,4 +1,4 @@
-///
+
var canvas = document.getElementById('example-chart');
var ctx = canvas.getContext('2d');
diff --git a/cheerio/cheerio-tests.ts b/cheerio/cheerio-tests.ts
index c1b5eda894..add6938dea 100644
--- a/cheerio/cheerio-tests.ts
+++ b/cheerio/cheerio-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as cheerio from 'cheerio';
diff --git a/chokidar/chokidar-tests.ts b/chokidar/chokidar-tests.ts
index b89dd81a0b..9ff862789d 100644
--- a/chokidar/chokidar-tests.ts
+++ b/chokidar/chokidar-tests.ts
@@ -1,4 +1,4 @@
-///
+
import fs = require('fs');
import chokidar = require('chokidar');
diff --git a/chosen/chosen-tests.ts b/chosen/chosen-tests.ts
index 818b1e1261..e5a97b0b59 100644
--- a/chosen/chosen-tests.ts
+++ b/chosen/chosen-tests.ts
@@ -1,4 +1,4 @@
-///
+
$(".chzn-select").chosen({ no_results_text: "No results matched" });
$("#form_field").chosen().change();
diff --git a/chroma-js/chroma-js-tests.ts b/chroma-js/chroma-js-tests.ts
index 3240ac11f8..4bb67004fb 100644
--- a/chroma-js/chroma-js-tests.ts
+++ b/chroma-js/chroma-js-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_chroma() {
chroma("red");
diff --git a/chrome/chrome-app-tests.ts b/chrome/chrome-app-tests.ts
index c7194b523b..8d1a6f548f 100644
--- a/chrome/chrome-app-tests.ts
+++ b/chrome/chrome-app-tests.ts
@@ -1,4 +1,4 @@
-///
+
import runtime = chrome.app.runtime;
import cwindow = chrome.app.window;
diff --git a/chrome/chrome-tests.ts b/chrome/chrome-tests.ts
index 83dba1b568..02273f4385 100644
--- a/chrome/chrome-tests.ts
+++ b/chrome/chrome-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
diff --git a/ckeditor/ckeditor-tests.ts b/ckeditor/ckeditor-tests.ts
index f7deb67069..76f2c1c4b4 100644
--- a/ckeditor/ckeditor-tests.ts
+++ b/ckeditor/ckeditor-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_CKEDITOR() {
CKEDITOR.basePath = 'test';
diff --git a/cldrjs/cldr.js-event-tests.ts b/cldrjs/cldr.js-event-tests.ts
index 1d397e4df3..2549180e74 100644
--- a/cldrjs/cldr.js-event-tests.ts
+++ b/cldrjs/cldr.js-event-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
Cldr.on("get", (path, value) => {
console.log(path);
diff --git a/cldrjs/cldr.js-supplemental-tests.ts b/cldrjs/cldr.js-supplemental-tests.ts
index aa861d4678..b0c5cf5fad 100644
--- a/cldrjs/cldr.js-supplemental-tests.ts
+++ b/cldrjs/cldr.js-supplemental-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
const myCldr = new Cldr("en");
diff --git a/cldrjs/cldr.js-tests.ts b/cldrjs/cldr.js-tests.ts
index 386a59b9af..94897ed5ed 100644
--- a/cldrjs/cldr.js-tests.ts
+++ b/cldrjs/cldr.js-tests.ts
@@ -1,4 +1,4 @@
-///
+
Cldr.load({
"main": {
diff --git a/cli-color/cli-color-tests.ts b/cli-color/cli-color-tests.ts
index 546b42e80c..0c4261da19 100644
--- a/cli-color/cli-color-tests.ts
+++ b/cli-color/cli-color-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
import clc = require('cli-color');
diff --git a/clipboard/clipboard-tests.ts b/clipboard/clipboard-tests.ts
index 1a19fbf230..c6c7b756cb 100644
--- a/clipboard/clipboard-tests.ts
+++ b/clipboard/clipboard-tests.ts
@@ -1,4 +1,4 @@
-///
+
var cb1 = new Clipboard('.btn');
var cb2 = new Clipboard(document.getElementById('id'), {
diff --git a/codemirror/codemirror-matchbrackets-tests.ts b/codemirror/codemirror-matchbrackets-tests.ts
index 2189612c02..bfaaaa4ede 100644
--- a/codemirror/codemirror-matchbrackets-tests.ts
+++ b/codemirror/codemirror-matchbrackets-tests.ts
@@ -1,4 +1,4 @@
-///
-///
+
+
var myCodeMirror: CodeMirror.Editor = CodeMirror(document.body, { matchBrackets: true });
diff --git a/codemirror/codemirror-runmode-tests.ts b/codemirror/codemirror-runmode-tests.ts
index e139e7177b..ff673652c8 100644
--- a/codemirror/codemirror-runmode-tests.ts
+++ b/codemirror/codemirror-runmode-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
var query = "SELECT * FROM Table";
diff --git a/codemirror/codemirror-showhint-tests.ts b/codemirror/codemirror-showhint-tests.ts
index b00333b29e..59521ed440 100644
--- a/codemirror/codemirror-showhint-tests.ts
+++ b/codemirror/codemirror-showhint-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
var doc = new CodeMirror.Doc('text');
var pos = new CodeMirror.Pos(2, 3);
CodeMirror.showHint(doc);
diff --git a/codemirror/codemirror-tests.ts b/codemirror/codemirror-tests.ts
index 89bd1d16f3..4bda62ccf2 100644
--- a/codemirror/codemirror-tests.ts
+++ b/codemirror/codemirror-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myCodeMirror: CodeMirror.Editor = CodeMirror(document.body);
diff --git a/codemirror/searchcursor-tests.ts b/codemirror/searchcursor-tests.ts
index 2e87a8b599..9faaa4f518 100644
--- a/codemirror/searchcursor-tests.ts
+++ b/codemirror/searchcursor-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
var doc = new CodeMirror.Doc('text some string and another text match');
var cursor = doc.getSearchCursor('text', new CodeMirror.Pos(0,0), false);
diff --git a/colorbrewer/colorbrewer-tests.ts b/colorbrewer/colorbrewer-tests.ts
index 7e17551b5a..a4a4af27c9 100644
--- a/colorbrewer/colorbrewer-tests.ts
+++ b/colorbrewer/colorbrewer-tests.ts
@@ -1,4 +1,4 @@
-///
+
var accent3: string[] = colorbrewer.Accent[3];
var accent4: string[] = colorbrewer.Accent[4];
diff --git a/commonmark/commonmark-tests.ts b/commonmark/commonmark-tests.ts
index 4896c04646..d298972f89 100644
--- a/commonmark/commonmark-tests.ts
+++ b/commonmark/commonmark-tests.ts
@@ -1,4 +1,4 @@
-///
+
import commonmark = require('commonmark');
diff --git a/connect-flash/connect-flash-tests.ts b/connect-flash/connect-flash-tests.ts
index 303c12647d..0f22c0cdd5 100644
--- a/connect-flash/connect-flash-tests.ts
+++ b/connect-flash/connect-flash-tests.ts
@@ -1,4 +1,4 @@
-///
+
import express = require('express');
import flash = require('connect-flash');
diff --git a/connect-timeout/connect-timeout-tests.ts b/connect-timeout/connect-timeout-tests.ts
index 7071e9d1d6..aa93ea179e 100644
--- a/connect-timeout/connect-timeout-tests.ts
+++ b/connect-timeout/connect-timeout-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as express from "express";
import * as timeout from "connect-timeout";
diff --git a/content-type/content-type-tests.ts b/content-type/content-type-tests.ts
index 872b3cded0..dcbba27d85 100644
--- a/content-type/content-type-tests.ts
+++ b/content-type/content-type-tests.ts
@@ -1,4 +1,4 @@
-///
+
import MediaType = require('content-type');
diff --git a/cookie-session/cookie-session-tests.ts b/cookie-session/cookie-session-tests.ts
index 1bd6694c5b..74b7cafc8f 100644
--- a/cookie-session/cookie-session-tests.ts
+++ b/cookie-session/cookie-session-tests.ts
@@ -1,4 +1,4 @@
-///
+
import express = require('express');
import cookieSession = require('cookie-session');
diff --git a/cookie/cookie-tests.ts b/cookie/cookie-tests.ts
index f8b585048a..2581a5c372 100644
--- a/cookie/cookie-tests.ts
+++ b/cookie/cookie-tests.ts
@@ -1,4 +1,4 @@
-///
+
import cookie = require('cookie');
diff --git a/cookiejs/cookiejs-tests.ts b/cookiejs/cookiejs-tests.ts
index b4dd6927b6..5bea7256bb 100644
--- a/cookiejs/cookiejs-tests.ts
+++ b/cookiejs/cookiejs-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Based on https://github.com/js-coder/cookie.js/blob/gh-pages/tests/spec.js
diff --git a/cordova-ionic/cordova-ionic-tests.ts b/cordova-ionic/cordova-ionic-tests.ts
index c9ea852437..917ad8d9ab 100644
--- a/cordova-ionic/cordova-ionic-tests.ts
+++ b/cordova-ionic/cordova-ionic-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// Keyboard
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
diff --git a/cordova-ionic/index.d.ts b/cordova-ionic/index.d.ts
index c9a67bf9c7..a3f763f046 100644
--- a/cordova-ionic/index.d.ts
+++ b/cordova-ionic/index.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Hendrik Maus
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
interface CordovaPlugins {
Keyboard:Ionic.Keyboard;
diff --git a/cordova-plugin-app-version/cordova-plugin-app-version-tests.ts b/cordova-plugin-app-version/cordova-plugin-app-version-tests.ts
index 5ca562d865..36be88bfa4 100644
--- a/cordova-plugin-app-version/cordova-plugin-app-version-tests.ts
+++ b/cordova-plugin-app-version/cordova-plugin-app-version-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
cordova.getAppVersion.getAppName()
.then(appName=> {
diff --git a/cordova-plugin-email-composer/cordova-plugin-email-composer-tests.ts b/cordova-plugin-email-composer/cordova-plugin-email-composer-tests.ts
index eedeaa8925..c6df52721a 100644
--- a/cordova-plugin-email-composer/cordova-plugin-email-composer-tests.ts
+++ b/cordova-plugin-email-composer/cordova-plugin-email-composer-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
cordova.plugins.email.isAvailable((isAvailable) => {}, {});
cordova.plugins.email.open({
diff --git a/cordova-plugin-ibeacon/cordova-plugin-ibeacon-tests.ts b/cordova-plugin-ibeacon/cordova-plugin-ibeacon-tests.ts
index 0141ba1eb4..3c5c19064a 100644
--- a/cordova-plugin-ibeacon/cordova-plugin-ibeacon-tests.ts
+++ b/cordova-plugin-ibeacon/cordova-plugin-ibeacon-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
function registerDelegates() {
cordova.plugins.locationManager.enableDebugLogs();
diff --git a/cordova-plugin-insomnia/cordova-plugin-insomnia-tests.ts b/cordova-plugin-insomnia/cordova-plugin-insomnia-tests.ts
index 98fdf66930..eb6812dac8 100644
--- a/cordova-plugin-insomnia/cordova-plugin-insomnia-tests.ts
+++ b/cordova-plugin-insomnia/cordova-plugin-insomnia-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
window.plugins.insomnia.allowSleepAgain(
() => { console.log("success"); },
diff --git a/cordova-plugin-ouralabs/cordova-plugin-ouralabs-tests.ts b/cordova-plugin-ouralabs/cordova-plugin-ouralabs-tests.ts
index eed76253c7..8c054c99e1 100644
--- a/cordova-plugin-ouralabs/cordova-plugin-ouralabs-tests.ts
+++ b/cordova-plugin-ouralabs/cordova-plugin-ouralabs-tests.ts
@@ -1,4 +1,4 @@
-///
+
var traceLevel: number = OuralabsPlugin.LogLevel.TRACE;
var debugLevel: number = OuralabsPlugin.LogLevel.DEBUG;
diff --git a/cordova-plugin-qrscanner/cordova-plugin-qrscanner-tests.ts b/cordova-plugin-qrscanner/cordova-plugin-qrscanner-tests.ts
index 630bfd09ca..009b0b7d2b 100644
--- a/cordova-plugin-qrscanner/cordova-plugin-qrscanner-tests.ts
+++ b/cordova-plugin-qrscanner/cordova-plugin-qrscanner-tests.ts
@@ -1,4 +1,4 @@
-///
+
var QRScanner: QRScanner = window.QRScanner;
QRScanner.prepare();
diff --git a/cordova-plugin-spinner/cordova-plugin-spinner-tests.ts b/cordova-plugin-spinner/cordova-plugin-spinner-tests.ts
index 25e6b60add..22beab9152 100644
--- a/cordova-plugin-spinner/cordova-plugin-spinner-tests.ts
+++ b/cordova-plugin-spinner/cordova-plugin-spinner-tests.ts
@@ -1,4 +1,4 @@
-///
+
SpinnerPlugin.activityStart();
SpinnerPlugin.activityStart("a");
diff --git a/cordova-plugin-x-socialsharing/cordova-plugin-x-socialsharing-tests.ts b/cordova-plugin-x-socialsharing/cordova-plugin-x-socialsharing-tests.ts
index a5c9794b1c..1d52b13646 100755
--- a/cordova-plugin-x-socialsharing/cordova-plugin-x-socialsharing-tests.ts
+++ b/cordova-plugin-x-socialsharing/cordova-plugin-x-socialsharing-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
window.plugins.socialsharing.iPadPopupCoordinates = function () {
return "100,100,200,300";
diff --git a/cordova/plugins/StatusBar-tests.ts b/cordova/plugins/StatusBar-tests.ts
index 92eac303e9..01ab0bf945 100644
--- a/cordova/plugins/StatusBar-tests.ts
+++ b/cordova/plugins/StatusBar-tests.ts
@@ -1,6 +1,6 @@
// Licensed under the MIT license.
-///
+
var statusBar: StatusBar = window.StatusBar;
statusBar.overlaysWebView(true);
diff --git a/core-js/core-js-tests.ts b/core-js/core-js-tests.ts
index bc690d434c..e34d8c3ef4 100644
--- a/core-js/core-js-tests.ts
+++ b/core-js/core-js-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface Point { x: number; y: number; }
interface Point3D extends Point { z: number; }
diff --git a/crossfilter/crossfilter-tests.ts b/crossfilter/crossfilter-tests.ts
index bbde39494d..813ddae2b9 100644
--- a/crossfilter/crossfilter-tests.ts
+++ b/crossfilter/crossfilter-tests.ts
@@ -1,5 +1,5 @@
-///
+
interface Payment {
date: string;
diff --git a/crossroads/crossroads-tests.ts b/crossroads/crossroads-tests.ts
index 26ff1dda3a..3004d851cc 100644
--- a/crossroads/crossroads-tests.ts
+++ b/crossroads/crossroads-tests.ts
@@ -1,4 +1,4 @@
-///
+
//String rule with param:
//match '/news/123' passing "123" as param to handler
diff --git a/crypto-js/crypto-js-tests.ts b/crypto-js/crypto-js-tests.ts
index 199c32ef2f..b041813cfb 100644
--- a/crypto-js/crypto-js-tests.ts
+++ b/crypto-js/crypto-js-tests.ts
@@ -1,4 +1,4 @@
-///
+
import CryptoJS = require('crypto-js');
diff --git a/cryptojs/all-tests.ts b/cryptojs/all-tests.ts
index 207ecda6b0..bd147a6aa6 100644
--- a/cryptojs/all-tests.ts
+++ b/cryptojs/all-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
diff --git a/cryptojs/test/aes-profile-tests.ts b/cryptojs/test/aes-profile-tests.ts
index 62f2d00805..fa9d648759 100644
--- a/cryptojs/test/aes-profile-tests.ts
+++ b/cryptojs/test/aes-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-aes-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/aes-tests.ts b/cryptojs/test/aes-tests.ts
index ce83e2b6b6..ec2272ff76 100644
--- a/cryptojs/test/aes-tests.ts
+++ b/cryptojs/test/aes-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-aes-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/des-profile-tests.ts b/cryptojs/test/des-profile-tests.ts
index 707f3e9324..3cd0643020 100644
--- a/cryptojs/test/des-profile-tests.ts
+++ b/cryptojs/test/des-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-des-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/des-tests.ts b/cryptojs/test/des-tests.ts
index 7901d963ef..3697a0acac 100644
--- a/cryptojs/test/des-tests.ts
+++ b/cryptojs/test/des-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-des-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/enc-base64-tests.ts b/cryptojs/test/enc-base64-tests.ts
index f9be8e342f..831addf9d5 100644
--- a/cryptojs/test/enc-base64-tests.ts
+++ b/cryptojs/test/enc-base64-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('enc-base64-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/enc-hex-tests.ts b/cryptojs/test/enc-hex-tests.ts
index 9c420de9a8..e2af406966 100644
--- a/cryptojs/test/enc-hex-tests.ts
+++ b/cryptojs/test/enc-hex-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('enc-hex-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/enc-latin1-tests.ts b/cryptojs/test/enc-latin1-tests.ts
index 09a967306e..2d7087c060 100644
--- a/cryptojs/test/enc-latin1-tests.ts
+++ b/cryptojs/test/enc-latin1-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('enc-latin1-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/enc-utf16-tests.ts b/cryptojs/test/enc-utf16-tests.ts
index 67eb9baf44..800078ac95 100644
--- a/cryptojs/test/enc-utf16-tests.ts
+++ b/cryptojs/test/enc-utf16-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('enc-utf16-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/enc-utf8-tests.ts b/cryptojs/test/enc-utf8-tests.ts
index eb7ce1c90c..48a370b31e 100644
--- a/cryptojs/test/enc-utf8-tests.ts
+++ b/cryptojs/test/enc-utf8-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('enc-utf8-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/evpkdf-profile-tests.ts b/cryptojs/test/evpkdf-profile-tests.ts
index 001dcda2b8..978da6c00e 100644
--- a/cryptojs/test/evpkdf-profile-tests.ts
+++ b/cryptojs/test/evpkdf-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-evpkdf-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/evpkdf-tests.ts b/cryptojs/test/evpkdf-tests.ts
index 2d0f66e65a..d17eaf9fe8 100644
--- a/cryptojs/test/evpkdf-tests.ts
+++ b/cryptojs/test/evpkdf-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-evpkdf-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/format-openssl-tests.ts b/cryptojs/test/format-openssl-tests.ts
index 3787e273d5..e21ebcdde1 100644
--- a/cryptojs/test/format-openssl-tests.ts
+++ b/cryptojs/test/format-openssl-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('format-openssl-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/hmac-profile-tests.ts b/cryptojs/test/hmac-profile-tests.ts
index 01f2467280..23f270c14d 100644
--- a/cryptojs/test/hmac-profile-tests.ts
+++ b/cryptojs/test/hmac-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-hmac-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/hmac-tests.ts b/cryptojs/test/hmac-tests.ts
index d92d1f65bb..ac1820561d 100644
--- a/cryptojs/test/hmac-tests.ts
+++ b/cryptojs/test/hmac-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-hmac-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/kdf-openssl-tests.ts b/cryptojs/test/kdf-openssl-tests.ts
index 7ef7905220..0a407b9e6b 100644
--- a/cryptojs/test/kdf-openssl-tests.ts
+++ b/cryptojs/test/kdf-openssl-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('kdf-openssl-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/lib-base-tests.ts b/cryptojs/test/lib-base-tests.ts
index 39641739e4..c231def920 100644
--- a/cryptojs/test/lib-base-tests.ts
+++ b/cryptojs/test/lib-base-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('lib-base-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/lib-cipherparams-tests.ts b/cryptojs/test/lib-cipherparams-tests.ts
index 2f4948cf45..eaf23fc6d2 100644
--- a/cryptojs/test/lib-cipherparams-tests.ts
+++ b/cryptojs/test/lib-cipherparams-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('lib-cipherparams-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/lib-passwordbasedcipher-tests.ts b/cryptojs/test/lib-passwordbasedcipher-tests.ts
index 88ee369195..81b00a5bad 100644
--- a/cryptojs/test/lib-passwordbasedcipher-tests.ts
+++ b/cryptojs/test/lib-passwordbasedcipher-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('lib-passwordbasedcipher-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/lib-serializablecipher-tests.ts b/cryptojs/test/lib-serializablecipher-tests.ts
index 7cd55cccf9..f2dceeeb47 100644
--- a/cryptojs/test/lib-serializablecipher-tests.ts
+++ b/cryptojs/test/lib-serializablecipher-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('lib-serializablecipher-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/lib-typedarrays-tests.ts b/cryptojs/test/lib-typedarrays-tests.ts
index 49ec6dd1f7..e02c067ccb 100644
--- a/cryptojs/test/lib-typedarrays-tests.ts
+++ b/cryptojs/test/lib-typedarrays-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('lib-wordarray-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/lib-wordarray-tests.ts b/cryptojs/test/lib-wordarray-tests.ts
index 0e99f5883a..afa4c5342e 100644
--- a/cryptojs/test/lib-wordarray-tests.ts
+++ b/cryptojs/test/lib-wordarray-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('lib-wordarray-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/md5-profile-tests.ts b/cryptojs/test/md5-profile-tests.ts
index 74772f81af..3304cbab3b 100644
--- a/cryptojs/test/md5-profile-tests.ts
+++ b/cryptojs/test/md5-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-md5-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/md5-tests.ts b/cryptojs/test/md5-tests.ts
index d97936ecc4..d44496aae5 100644
--- a/cryptojs/test/md5-tests.ts
+++ b/cryptojs/test/md5-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-md5-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/mode-cbc-tests.ts b/cryptojs/test/mode-cbc-tests.ts
index 4a8a85b584..64145b8dac 100644
--- a/cryptojs/test/mode-cbc-tests.ts
+++ b/cryptojs/test/mode-cbc-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('mode-cbc-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/mode-cfb-tests.ts b/cryptojs/test/mode-cfb-tests.ts
index db8d9fc491..21e08b1c25 100644
--- a/cryptojs/test/mode-cfb-tests.ts
+++ b/cryptojs/test/mode-cfb-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('mode-cfb-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/mode-ctr-tests.ts b/cryptojs/test/mode-ctr-tests.ts
index f437d3570f..97e143bf94 100644
--- a/cryptojs/test/mode-ctr-tests.ts
+++ b/cryptojs/test/mode-ctr-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('mode-ctr-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/mode-ecb-tests.ts b/cryptojs/test/mode-ecb-tests.ts
index 96546aae35..d389c40402 100644
--- a/cryptojs/test/mode-ecb-tests.ts
+++ b/cryptojs/test/mode-ecb-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('mode-ecb-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/mode-ofb-tests.ts b/cryptojs/test/mode-ofb-tests.ts
index 4edd9cc87e..ba96b5dc2c 100644
--- a/cryptojs/test/mode-ofb-tests.ts
+++ b/cryptojs/test/mode-ofb-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('mode-ofb-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/pad-ansix923-tests.ts b/cryptojs/test/pad-ansix923-tests.ts
index f3a326616e..48964f5165 100644
--- a/cryptojs/test/pad-ansix923-tests.ts
+++ b/cryptojs/test/pad-ansix923-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('pad-ansix923-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/pad-iso10126-tests.ts b/cryptojs/test/pad-iso10126-tests.ts
index d525abbce0..0a7f350d58 100644
--- a/cryptojs/test/pad-iso10126-tests.ts
+++ b/cryptojs/test/pad-iso10126-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('pad-iso10126-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/pad-iso97971-tests.ts b/cryptojs/test/pad-iso97971-tests.ts
index a5f75b5d18..f59000d3c6 100644
--- a/cryptojs/test/pad-iso97971-tests.ts
+++ b/cryptojs/test/pad-iso97971-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('pad-iso97971-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/pad-pkcs7-tests.ts b/cryptojs/test/pad-pkcs7-tests.ts
index 3f574dbdf6..3af35cfa71 100644
--- a/cryptojs/test/pad-pkcs7-tests.ts
+++ b/cryptojs/test/pad-pkcs7-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('pad-pkcs7-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/pad-zeropadding-tests.ts b/cryptojs/test/pad-zeropadding-tests.ts
index c272171eb9..665ee817ba 100644
--- a/cryptojs/test/pad-zeropadding-tests.ts
+++ b/cryptojs/test/pad-zeropadding-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('pad-zeropadding-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/pbkdf2-profile-tests.ts b/cryptojs/test/pbkdf2-profile-tests.ts
index 3b3ef4f641..e13f9b5aea 100644
--- a/cryptojs/test/pbkdf2-profile-tests.ts
+++ b/cryptojs/test/pbkdf2-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-pbkdf2-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/pbkdf2-tests.ts b/cryptojs/test/pbkdf2-tests.ts
index 21e7a1bd12..440ca370f9 100644
--- a/cryptojs/test/pbkdf2-tests.ts
+++ b/cryptojs/test/pbkdf2-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-pbkdf2-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/rabbit-legacy-tests.ts b/cryptojs/test/rabbit-legacy-tests.ts
index 800bed793a..1bcab431ec 100644
--- a/cryptojs/test/rabbit-legacy-tests.ts
+++ b/cryptojs/test/rabbit-legacy-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-rabbit-legacy-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/rabbit-profile-tests.ts b/cryptojs/test/rabbit-profile-tests.ts
index 5e881bbdc6..461b3a4bbd 100644
--- a/cryptojs/test/rabbit-profile-tests.ts
+++ b/cryptojs/test/rabbit-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-rabbit-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/rabbit-tests.ts b/cryptojs/test/rabbit-tests.ts
index e2336e396d..fafb75f3d0 100644
--- a/cryptojs/test/rabbit-tests.ts
+++ b/cryptojs/test/rabbit-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-rabbit-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/rc4-profile-tests.ts b/cryptojs/test/rc4-profile-tests.ts
index f8e96e281b..93590b5903 100644
--- a/cryptojs/test/rc4-profile-tests.ts
+++ b/cryptojs/test/rc4-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-rc4-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/rc4-tests.ts b/cryptojs/test/rc4-tests.ts
index 7b65491432..507d2d6189 100644
--- a/cryptojs/test/rc4-tests.ts
+++ b/cryptojs/test/rc4-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-rc4-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/ripemd160-tests.ts b/cryptojs/test/ripemd160-tests.ts
index ec13f4558b..d939e72ae7 100644
--- a/cryptojs/test/ripemd160-tests.ts
+++ b/cryptojs/test/ripemd160-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-ripemd160-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha1-profile-tests.ts b/cryptojs/test/sha1-profile-tests.ts
index 0f06c2e1dc..501becd9d4 100644
--- a/cryptojs/test/sha1-profile-tests.ts
+++ b/cryptojs/test/sha1-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha1-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha1-tests.ts b/cryptojs/test/sha1-tests.ts
index c512339e25..50dfe1992b 100644
--- a/cryptojs/test/sha1-tests.ts
+++ b/cryptojs/test/sha1-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha1-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha224-tests.ts b/cryptojs/test/sha224-tests.ts
index 36e246a9dd..8689bb0c30 100644
--- a/cryptojs/test/sha224-tests.ts
+++ b/cryptojs/test/sha224-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha224-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha256-profile-tests.ts b/cryptojs/test/sha256-profile-tests.ts
index 040e8b669d..9ea0a5b0b9 100644
--- a/cryptojs/test/sha256-profile-tests.ts
+++ b/cryptojs/test/sha256-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha256-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha256-tests.ts b/cryptojs/test/sha256-tests.ts
index 20f5e6df3e..2f03acc59c 100644
--- a/cryptojs/test/sha256-tests.ts
+++ b/cryptojs/test/sha256-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha256-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha3-profile-tests.ts b/cryptojs/test/sha3-profile-tests.ts
index a6ccfe8ee5..83123ca1ca 100644
--- a/cryptojs/test/sha3-profile-tests.ts
+++ b/cryptojs/test/sha3-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha3-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha3-tests.ts b/cryptojs/test/sha3-tests.ts
index f78a1d8371..17bbb61d41 100644
--- a/cryptojs/test/sha3-tests.ts
+++ b/cryptojs/test/sha3-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha3-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha384-tests.ts b/cryptojs/test/sha384-tests.ts
index d599394557..12ff93c61e 100644
--- a/cryptojs/test/sha384-tests.ts
+++ b/cryptojs/test/sha384-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha384-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha512-profile-tests.ts b/cryptojs/test/sha512-profile-tests.ts
index fa0eb5cae0..17b949989e 100644
--- a/cryptojs/test/sha512-profile-tests.ts
+++ b/cryptojs/test/sha512-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha512-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/sha512-tests.ts b/cryptojs/test/sha512-tests.ts
index 3c2b2837f3..f02c084edb 100644
--- a/cryptojs/test/sha512-tests.ts
+++ b/cryptojs/test/sha512-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-sha512-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/tripledes-profile-tests.ts b/cryptojs/test/tripledes-profile-tests.ts
index e795400d0c..999f75c9c3 100644
--- a/cryptojs/test/tripledes-profile-tests.ts
+++ b/cryptojs/test/tripledes-profile-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-tripledes-profile', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/tripledes-tests.ts b/cryptojs/test/tripledes-tests.ts
index 33d25cc12d..1747c77358 100644
--- a/cryptojs/test/tripledes-tests.ts
+++ b/cryptojs/test/tripledes-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('algo-tripledes-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/x64-word-tests.ts b/cryptojs/test/x64-word-tests.ts
index 50e794913c..c54b7de236 100644
--- a/cryptojs/test/x64-word-tests.ts
+++ b/cryptojs/test/x64-word-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('x64-word-test', function (Y) {
var C = CryptoJS;
diff --git a/cryptojs/test/x64-wordarray-tests.ts b/cryptojs/test/x64-wordarray-tests.ts
index ca11cf8467..035b6c6cd8 100644
--- a/cryptojs/test/x64-wordarray-tests.ts
+++ b/cryptojs/test/x64-wordarray-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
YUI.add('x64-wordarray-test', function (Y) {
var C = CryptoJS;
diff --git a/cucumber/cucumber-tests.ts b/cucumber/cucumber-tests.ts
index d6ada278c2..33618ea63f 100644
--- a/cucumber/cucumber-tests.ts
+++ b/cucumber/cucumber-tests.ts
@@ -1,4 +1,4 @@
-///
+
function StepSample() {
type Callback = cucumber.CallbackStepDefinition;
diff --git a/d3-dsv/d3-dsv-tests.ts b/d3-dsv/d3-dsv-tests.ts
index 44b0a6cb38..587d4d5a55 100644
--- a/d3-dsv/d3-dsv-tests.ts
+++ b/d3-dsv/d3-dsv-tests.ts
@@ -1,4 +1,4 @@
-///
+
import d3dsv = require("d3-dsv");
diff --git a/d3.cloud.layout/d3.cloud.layout-tests.ts b/d3.cloud.layout/d3.cloud.layout-tests.ts
index 219702ce2e..c2bc2da6e1 100644
--- a/d3.cloud.layout/d3.cloud.layout-tests.ts
+++ b/d3.cloud.layout/d3.cloud.layout-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
interface ICompTextSize{
text:string;
diff --git a/d3/d3-tests.ts b/d3/d3-tests.ts
index c9027b0889..e47a1fa770 100644
--- a/d3/d3-tests.ts
+++ b/d3/d3-tests.ts
@@ -1,4 +1,4 @@
-///
+
//Example from http://bl.ocks.org/3887235
interface TestPieChartData {
diff --git a/d3/plugins/d3.superformula-tests.ts b/d3/plugins/d3.superformula-tests.ts
index 432ea214c3..e76ecfee1a 100644
--- a/d3/plugins/d3.superformula-tests.ts
+++ b/d3/plugins/d3.superformula-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
function superformula() {
var size = 1000;
diff --git a/d3/plugins/index.d.ts b/d3/plugins/index.d.ts
index f8d54a9da4..e69ce26313 100644
--- a/d3/plugins/index.d.ts
+++ b/d3/plugins/index.d.ts
@@ -1,4 +1,4 @@
-///
+
declare namespace d3 {
export function superformula(): Superformula;
diff --git a/dat-gui/dat-gui-tests.ts b/dat-gui/dat-gui-tests.ts
index 6eaa187bc7..2fd3e785ca 100644
--- a/dat-gui/dat-gui-tests.ts
+++ b/dat-gui/dat-gui-tests.ts
@@ -2,7 +2,7 @@
// http://workshop.chromeexperiments.com/examples/gui/
//////////////////////////////////////////////////////////////
-///
+
// ------------ config
diff --git a/datatables-buttons/datatables-buttons-tests.ts b/datatables-buttons/datatables-buttons-tests.ts
index 12fbdf03c8..52a21db894 100644
--- a/datatables-buttons/datatables-buttons-tests.ts
+++ b/datatables-buttons/datatables-buttons-tests.ts
@@ -1,6 +1,6 @@
///
///
-///
+
$(document).ready(function () {
diff --git a/date.format.js/date.format-tests.ts b/date.format.js/date.format-tests.ts
index d06e78cb7a..7f0ca1cc15 100644
--- a/date.format.js/date.format-tests.ts
+++ b/date.format.js/date.format-tests.ts
@@ -1,4 +1,4 @@
-///
+
// test dateFormat
var now : string = dateFormat();
diff --git a/datejs/datejs-tests.ts b/datejs/datejs-tests.ts
index 0ed60d2d34..ee37c91b70 100644
--- a/datejs/datejs-tests.ts
+++ b/datejs/datejs-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
function tests() {
// What date is next thursday?
diff --git a/debug/debug-tests.ts b/debug/debug-tests.ts
index a264003409..fc8d3c5e56 100644
--- a/debug/debug-tests.ts
+++ b/debug/debug-tests.ts
@@ -1,4 +1,4 @@
-///
+
import debug = require("debug");
diff --git a/decimal.js/decimal.js-tests.ts b/decimal.js/decimal.js-tests.ts
index b151380d51..f05434a72f 100644
--- a/decimal.js/decimal.js-tests.ts
+++ b/decimal.js/decimal.js-tests.ts
@@ -1,4 +1,4 @@
-///
+
var x = new Decimal(9)
var y = new Decimal(x)
diff --git a/decorum/decorum-tests.ts b/decorum/decorum-tests.ts
index b648bdf8ca..d5ef1b191f 100644
--- a/decorum/decorum-tests.ts
+++ b/decorum/decorum-tests.ts
@@ -1,4 +1,4 @@
-///
+
import {Required} from 'decorum';
import {Email} from 'decorum';
diff --git a/deep-diff/deep-diff-tests.ts b/deep-diff/deep-diff-tests.ts
index 1392effb16..42abf98ee1 100644
--- a/deep-diff/deep-diff-tests.ts
+++ b/deep-diff/deep-diff-tests.ts
@@ -1,4 +1,4 @@
-///
+
import _deepDiff = require('deep-diff');
var diff = _deepDiff.diff;
diff --git a/deep-freeze/deep-freeze-tests.ts b/deep-freeze/deep-freeze-tests.ts
index 8369d30871..4eeb1e9890 100644
--- a/deep-freeze/deep-freeze-tests.ts
+++ b/deep-freeze/deep-freeze-tests.ts
@@ -1,4 +1,4 @@
-///
+
import df = require('deep-freeze');
diff --git a/deployJava/deployJava-tests.ts b/deployJava/deployJava-tests.ts
index 3e4c491d87..b8ca98fc52 100644
--- a/deployJava/deployJava-tests.ts
+++ b/deployJava/deployJava-tests.ts
@@ -1,4 +1,4 @@
-///
+
/**
* @summary Test for the method: "allowPlugin".
diff --git a/devexpress-web/devexpress-web-tests.ts b/devexpress-web/devexpress-web-tests.ts
index 38c653921f..4fa6bbf377 100644
--- a/devexpress-web/devexpress-web-tests.ts
+++ b/devexpress-web/devexpress-web-tests.ts
@@ -1,4 +1,4 @@
-///
+
namespace Tests.Globals {
function ASPxTest(): void {
diff --git a/devextreme/devextreme-tests.ts b/devextreme/devextreme-tests.ts
index 33e00bda32..a38aae1f05 100644
--- a/devextreme/devextreme-tests.ts
+++ b/devextreme/devextreme-tests.ts
@@ -1,4 +1,4 @@
-///
+
namespace Tests.ui {
var dataGridOptions: DevExpress.ui.dxDataGridOptions = {
diff --git a/dhtmlxgantt/dhtmlxgantt-tests.ts b/dhtmlxgantt/dhtmlxgantt-tests.ts
index 1bfc7a089f..cf64a94d79 100644
--- a/dhtmlxgantt/dhtmlxgantt-tests.ts
+++ b/dhtmlxgantt/dhtmlxgantt-tests.ts
@@ -1,4 +1,4 @@
-///
+
//date operations
var start: Date = gantt.date.week_start(new Date());
diff --git a/dhtmlxscheduler/dhtmlxscheduler-tests.ts b/dhtmlxscheduler/dhtmlxscheduler-tests.ts
index 2f1f2d9ce8..bafeabe1ca 100644
--- a/dhtmlxscheduler/dhtmlxscheduler-tests.ts
+++ b/dhtmlxscheduler/dhtmlxscheduler-tests.ts
@@ -1,4 +1,4 @@
-///
+
//date operations
var start: Date = scheduler.date.week_start(new Date());
diff --git a/di-lite/di-lite-tests.ts b/di-lite/di-lite-tests.ts
index 13bc9e3ddb..efe45738ae 100644
--- a/di-lite/di-lite-tests.ts
+++ b/di-lite/di-lite-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface Dependency {
dependencies?: string;
diff --git a/diff/diff-tests.ts b/diff/diff-tests.ts
index 46d367bf68..fb6f7216ad 100644
--- a/diff/diff-tests.ts
+++ b/diff/diff-tests.ts
@@ -1,4 +1,4 @@
-///
+
import jsdiff = require('diff');
diff --git a/docCookies/docCookies-tests.ts b/docCookies/docCookies-tests.ts
index 49205b6fb1..2b26c63970 100644
--- a/docCookies/docCookies-tests.ts
+++ b/docCookies/docCookies-tests.ts
@@ -3,7 +3,7 @@
// Definitions by: Jon Egerton
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
docCookies.setItem("test0", "Hello world!");
docCookies.setItem("test1", "Unicode test: \u00E0\u00E8\u00EC\u00F2\u00F9", Infinity);
diff --git a/dock-spawn/dock-spawn-tests.ts b/dock-spawn/dock-spawn-tests.ts
index 7bda821dec..5a33dcac13 100644
--- a/dock-spawn/dock-spawn-tests.ts
+++ b/dock-spawn/dock-spawn-tests.ts
@@ -1,4 +1,4 @@
-///
+
var dockManagerDiv = document.createElement('div'),
panelDiv1 = document.createElement('div'),
diff --git a/docopt/docopt-tests.ts b/docopt/docopt-tests.ts
index 50f4af72da..e4850d4ea1 100644
--- a/docopt/docopt-tests.ts
+++ b/docopt/docopt-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
var doc = `
diff --git a/documentdb-server/documentdb-server-tests.ts b/documentdb-server/documentdb-server-tests.ts
index 722fdbec5c..0cc3dc55bd 100644
--- a/documentdb-server/documentdb-server-tests.ts
+++ b/documentdb-server/documentdb-server-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Samples taken from http://dl.windowsazure.com/documentDB/jsserverdocs/Collection.html
function chain() {
diff --git a/dojo/dijit.d.ts b/dojo/dijit.d.ts
index 8d3e99b6b5..742881cc90 100644
--- a/dojo/dijit.d.ts
+++ b/dojo/dijit.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare module dijit {
/**
diff --git a/dojo/dojox.NodeList.d.ts b/dojo/dojox.NodeList.d.ts
index 317f8dc65d..8718756b5c 100644
--- a/dojo/dojox.NodeList.d.ts
+++ b/dojo/dojox.NodeList.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace NodeList {
diff --git a/dojo/dojox.app.d.ts b/dojo/dojox.app.d.ts
index 416938d4a1..add6a1dbb8 100644
--- a/dojo/dojox.app.d.ts
+++ b/dojo/dojox.app.d.ts
@@ -3,8 +3,8 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace dojox {
namespace app {
/**
diff --git a/dojo/dojox.atom.d.ts b/dojo/dojox.atom.d.ts
index 96e97c1615..8990f88ac0 100644
--- a/dojo/dojox.atom.d.ts
+++ b/dojo/dojox.atom.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace atom {
diff --git a/dojo/dojox.av.d.ts b/dojo/dojox.av.d.ts
index bc04e0bbb7..be7e88fe8d 100644
--- a/dojo/dojox.av.d.ts
+++ b/dojo/dojox.av.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace av {
diff --git a/dojo/dojox.calc.d.ts b/dojo/dojox.calc.d.ts
index a700455d00..6d67f544c6 100644
--- a/dojo/dojox.calc.d.ts
+++ b/dojo/dojox.calc.d.ts
@@ -3,9 +3,9 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
+
+
+
declare namespace dojox {
namespace calc {
diff --git a/dojo/dojox.calendar.d.ts b/dojo/dojox.calendar.d.ts
index 2ab5c8b6d1..87230e3195 100644
--- a/dojo/dojox.calendar.d.ts
+++ b/dojo/dojox.calendar.d.ts
@@ -3,9 +3,9 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
+
+
+
declare namespace dojox {
namespace calendar {
diff --git a/dojo/dojox.charting.d.ts b/dojo/dojox.charting.d.ts
index 002d760b40..4e543d0eaa 100644
--- a/dojo/dojox.charting.d.ts
+++ b/dojo/dojox.charting.d.ts
@@ -3,9 +3,9 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
+
+
+
declare namespace dojox {
namespace charting {
diff --git a/dojo/dojox.color.d.ts b/dojo/dojox.color.d.ts
index bd4b2b6015..0ea9b03dd4 100644
--- a/dojo/dojox.color.d.ts
+++ b/dojo/dojox.color.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
/**
diff --git a/dojo/dojox.data.d.ts b/dojo/dojox.data.d.ts
index b12697f40b..54b143462a 100644
--- a/dojo/dojox.data.d.ts
+++ b/dojo/dojox.data.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
diff --git a/dojo/dojox.dgauges.d.ts b/dojo/dojox.dgauges.d.ts
index 30318670fb..cbbfd2ecab 100644
--- a/dojo/dojox.dgauges.d.ts
+++ b/dojo/dojox.dgauges.d.ts
@@ -3,10 +3,10 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
-///
+
+
+
+
declare namespace dojox {
namespace dgauges {
diff --git a/dojo/dojox.dnd.d.ts b/dojo/dojox.dnd.d.ts
index d805185634..fc7474d005 100644
--- a/dojo/dojox.dnd.d.ts
+++ b/dojo/dojox.dnd.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace dnd {
diff --git a/dojo/dojox.drawing.d.ts b/dojo/dojox.drawing.d.ts
index d1f2924236..211acc9bb0 100644
--- a/dojo/dojox.drawing.d.ts
+++ b/dojo/dojox.drawing.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
/**
diff --git a/dojo/dojox.dtl.d.ts b/dojo/dojox.dtl.d.ts
index 8117e1b7ac..f6355a2084 100644
--- a/dojo/dojox.dtl.d.ts
+++ b/dojo/dojox.dtl.d.ts
@@ -3,8 +3,8 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace dojox {
/**
diff --git a/dojo/dojox.editor.d.ts b/dojo/dojox.editor.d.ts
index 6b0388cdfd..19eceb9390 100644
--- a/dojo/dojox.editor.d.ts
+++ b/dojo/dojox.editor.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace editor {
diff --git a/dojo/dojox.embed.d.ts b/dojo/dojox.embed.d.ts
index 915472c38a..fcb41822ee 100644
--- a/dojo/dojox.embed.d.ts
+++ b/dojo/dojox.embed.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace embed {
/**
diff --git a/dojo/dojox.form.d.ts b/dojo/dojox.form.d.ts
index 8b6d4929c8..8de71b1d1f 100644
--- a/dojo/dojox.form.d.ts
+++ b/dojo/dojox.form.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace form {
diff --git a/dojo/dojox.fx.d.ts b/dojo/dojox.fx.d.ts
index 3c1633720f..50e735fee6 100644
--- a/dojo/dojox.fx.d.ts
+++ b/dojo/dojox.fx.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
/**
diff --git a/dojo/dojox.gauges.d.ts b/dojo/dojox.gauges.d.ts
index f727ee4412..2bd28edeb2 100644
--- a/dojo/dojox.gauges.d.ts
+++ b/dojo/dojox.gauges.d.ts
@@ -3,9 +3,9 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
+
+
+
declare namespace dojox {
namespace gauges {
diff --git a/dojo/dojox.geo.d.ts b/dojo/dojox.geo.d.ts
index 4414ba3d5c..b28314b758 100644
--- a/dojo/dojox.geo.d.ts
+++ b/dojo/dojox.geo.d.ts
@@ -3,9 +3,9 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
+
+
+
declare namespace dojox {
namespace geo {
diff --git a/dojo/dojox.gfx.d.ts b/dojo/dojox.gfx.d.ts
index 0dd3c2f674..1fb6612aea 100644
--- a/dojo/dojox.gfx.d.ts
+++ b/dojo/dojox.gfx.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
/**
diff --git a/dojo/dojox.gfx3d.d.ts b/dojo/dojox.gfx3d.d.ts
index 0b5e314039..0d8388f39f 100644
--- a/dojo/dojox.gfx3d.d.ts
+++ b/dojo/dojox.gfx3d.d.ts
@@ -3,9 +3,9 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
+
+
+
declare namespace dojox {
/**
diff --git a/dojo/dojox.grid.d.ts b/dojo/dojox.grid.d.ts
index fbe558e44c..53ad4424c0 100644
--- a/dojo/dojox.grid.d.ts
+++ b/dojo/dojox.grid.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace grid {
diff --git a/dojo/dojox.highlight.d.ts b/dojo/dojox.highlight.d.ts
index 2ea82ed137..f33c32b81e 100644
--- a/dojo/dojox.highlight.d.ts
+++ b/dojo/dojox.highlight.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
/**
diff --git a/dojo/dojox.image.d.ts b/dojo/dojox.image.d.ts
index 5e0b4c45d8..4dd000ca6f 100644
--- a/dojo/dojox.image.d.ts
+++ b/dojo/dojox.image.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
/**
* Permalink: http://dojotoolkit.org/api/1.9/dojox/image.html
diff --git a/dojo/dojox.layout.d.ts b/dojo/dojox.layout.d.ts
index 1fb2553484..aa056eae59 100644
--- a/dojo/dojox.layout.d.ts
+++ b/dojo/dojox.layout.d.ts
@@ -3,8 +3,8 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace dojox {
namespace layout {
diff --git a/dojo/dojox.main.d.ts b/dojo/dojox.main.d.ts
index ec42d63c77..abc3b6a031 100644
--- a/dojo/dojox.main.d.ts
+++ b/dojo/dojox.main.d.ts
@@ -3,8 +3,8 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace dojox {
/**
diff --git a/dojo/dojox.mdnd.d.ts b/dojo/dojox.mdnd.d.ts
index 098b543911..e8fd4b7e84 100644
--- a/dojo/dojox.mdnd.d.ts
+++ b/dojo/dojox.mdnd.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace mdnd {
diff --git a/dojo/dojox.mobile.d.ts b/dojo/dojox.mobile.d.ts
index 3dbfacdb14..03e8b2714c 100644
--- a/dojo/dojox.mobile.d.ts
+++ b/dojo/dojox.mobile.d.ts
@@ -3,8 +3,8 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace dojox {
/**
diff --git a/dojo/dojox.mvc.d.ts b/dojo/dojox.mvc.d.ts
index 0dfff1d207..292eb0d355 100644
--- a/dojo/dojox.mvc.d.ts
+++ b/dojo/dojox.mvc.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
/**
* Permalink: http://dojotoolkit.org/api/1.9/dojox/mvc.html
diff --git a/dojo/dojox.rpc.d.ts b/dojo/dojox.rpc.d.ts
index 50b9a1b4ee..3bb8757e1a 100644
--- a/dojo/dojox.rpc.d.ts
+++ b/dojo/dojox.rpc.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace dojox {
namespace rpc {
diff --git a/dojo/dojox.sketch.d.ts b/dojo/dojox.sketch.d.ts
index 20378514b8..ed0030e743 100644
--- a/dojo/dojox.sketch.d.ts
+++ b/dojo/dojox.sketch.d.ts
@@ -3,8 +3,8 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace dojox {
/**
* Permalink: http://dojotoolkit.org/api/1.9/dojox/sketch.html
diff --git a/dojo/dojox.treemap.d.ts b/dojo/dojox.treemap.d.ts
index 178fbf4cd1..917a23ebf4 100644
--- a/dojo/dojox.treemap.d.ts
+++ b/dojo/dojox.treemap.d.ts
@@ -3,8 +3,8 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace dojox {
namespace treemap {
diff --git a/dojo/dojox.widget.d.ts b/dojo/dojox.widget.d.ts
index cccf46b92c..f0ec86f0f1 100644
--- a/dojo/dojox.widget.d.ts
+++ b/dojo/dojox.widget.d.ts
@@ -3,8 +3,8 @@
// Definitions by: Michael Van Sickle
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace dojox {
namespace widget {
diff --git a/domo/domo-tests.ts b/domo/domo-tests.ts
index 2b0e5788b2..55be3376e1 100644
--- a/domo/domo-tests.ts
+++ b/domo/domo-tests.ts
@@ -1,4 +1,4 @@
-///
+
function opacity(pct: number) {
return { opacity: String(pct / 100), filter: "alpha(opacity=" + pct + ")" }
diff --git a/dompurify/dompurify-tests.ts b/dompurify/dompurify-tests.ts
index 5cc6e067b5..eb07cfcf14 100644
--- a/dompurify/dompurify-tests.ts
+++ b/dompurify/dompurify-tests.ts
@@ -1,4 +1,4 @@
-///
+
import dompurify = require('dompurify');
diff --git a/domready/domready-tests.ts b/domready/domready-tests.ts
index 3f4768c215..a59a590716 100644
--- a/domready/domready-tests.ts
+++ b/domready/domready-tests.ts
@@ -1,4 +1,4 @@
-///
+
domready(function () {
// dom is loaded!
diff --git a/donna/donna-tests.ts b/donna/donna-tests.ts
index a1695e42a2..42951e2320 100644
--- a/donna/donna-tests.ts
+++ b/donna/donna-tests.ts
@@ -1,4 +1,4 @@
-///
+
import donna = require("donna");
var metadata = donna.generateMetadata(['/path/to/my-module', '/path/to/another-module']);
diff --git a/dot/dot-tests.ts b/dot/dot-tests.ts
index 59e6cff759..fb189e3c34 100644
--- a/dot/dot-tests.ts
+++ b/dot/dot-tests.ts
@@ -1,4 +1,4 @@
-///
+
var headertmpl = "{{=it.title}}
";
diff --git a/dotenv/dotenv-tests.ts b/dotenv/dotenv-tests.ts
index 555c104c96..ea54a99b6d 100644
--- a/dotenv/dotenv-tests.ts
+++ b/dotenv/dotenv-tests.ts
@@ -1,4 +1,4 @@
-///
+
import dotenv = require('dotenv');
diff --git a/doublearray/doublearray-tests.ts b/doublearray/doublearray-tests.ts
index e54a58fd0f..98f2b52fb7 100644
--- a/doublearray/doublearray-tests.ts
+++ b/doublearray/doublearray-tests.ts
@@ -1,4 +1,4 @@
-///
+
// https://github.com/takuyaa/doublearray/blob/master/README.md
var words = [
diff --git a/dragula/dragula-amd-tests.ts b/dragula/dragula-amd-tests.ts
index 0dcca91e23..f473f4ecc8 100644
--- a/dragula/dragula-amd-tests.ts
+++ b/dragula/dragula-amd-tests.ts
@@ -1,4 +1,4 @@
-///
+
import dragula = require("dragula");
diff --git a/dragula/dragula-tests.ts b/dragula/dragula-tests.ts
index f5481f1d89..3f293f358e 100644
--- a/dragula/dragula-tests.ts
+++ b/dragula/dragula-tests.ts
@@ -1,4 +1,4 @@
-///
+
var d1 = dragula([document.querySelector('#left'), document.querySelector('#right')]);
diff --git a/dropboxjs/dropboxjs-tests.ts b/dropboxjs/dropboxjs-tests.ts
index ad8e608a44..84d6ff4cd6 100644
--- a/dropboxjs/dropboxjs-tests.ts
+++ b/dropboxjs/dropboxjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
var browserClient = new Dropbox.Client({ key: "your-key-here" });
diff --git a/dsv/dsv-tests.ts b/dsv/dsv-tests.ts
index 93ff59f04c..983eaef4c6 100644
--- a/dsv/dsv-tests.ts
+++ b/dsv/dsv-tests.ts
@@ -1,4 +1,4 @@
-///
+
import dsv = require("dsv");
diff --git a/dw-bxslider-4/dw-bxslider-4-tests.ts b/dw-bxslider-4/dw-bxslider-4-tests.ts
index 784b02ec59..e20f748a5d 100644
--- a/dw-bxslider-4/dw-bxslider-4-tests.ts
+++ b/dw-bxslider-4/dw-bxslider-4-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// examples from http://bxslider.com/examples
diff --git a/dymo-label-framework/dymo-label-framework-tests.ts b/dymo-label-framework/dymo-label-framework-tests.ts
index b64625eaab..3160023964 100644
--- a/dymo-label-framework/dymo-label-framework-tests.ts
+++ b/dymo-label-framework/dymo-label-framework-tests.ts
@@ -1,4 +1,4 @@
-///
+
var f = dymo.label.framework;
diff --git a/each/each-tests.ts b/each/each-tests.ts
index 53ccce6b22..89f5e81ccb 100644
--- a/each/each-tests.ts
+++ b/each/each-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
function testEach() {
diff --git a/easeljs/easeljs-tests.ts b/easeljs/easeljs-tests.ts
index 2e4b854c61..26a239d5ca 100644
--- a/easeljs/easeljs-tests.ts
+++ b/easeljs/easeljs-tests.ts
@@ -1,4 +1,4 @@
-///
+
var stage: any;
var myContext2D: any;
diff --git a/easy-jsend/easy-jsend-tests.ts b/easy-jsend/easy-jsend-tests.ts
index fd77a567b1..705fe5b7e1 100644
--- a/easy-jsend/easy-jsend-tests.ts
+++ b/easy-jsend/easy-jsend-tests.ts
@@ -1,4 +1,4 @@
-///
+
import mongoose = require('mongoose');
import express = require('express');
diff --git a/easy-session/easy-session-tests.ts b/easy-session/easy-session-tests.ts
index 1dea1ad925..d707e89230 100644
--- a/easy-session/easy-session-tests.ts
+++ b/easy-session/easy-session-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
import express = require('express');
diff --git a/easy-x-headers/easy-x-headers-tests.ts b/easy-x-headers/easy-x-headers-tests.ts
index 27d42bb51d..6887570225 100644
--- a/easy-x-headers/easy-x-headers-tests.ts
+++ b/easy-x-headers/easy-x-headers-tests.ts
@@ -3,7 +3,7 @@
*/
-///
+
import express = require('express');
import xHeaders = require('easy-x-headers');
diff --git a/easy-xapi/easy-xapi-tests.ts b/easy-xapi/easy-xapi-tests.ts
index 8d31f4885c..fbdf90044c 100644
--- a/easy-xapi/easy-xapi-tests.ts
+++ b/easy-xapi/easy-xapi-tests.ts
@@ -3,7 +3,7 @@
*/
-///
+
import express = require('express');
import eXapi = require('easy-xapi');
diff --git a/egg.js/egg.js-tests.ts b/egg.js/egg.js-tests.ts
index d9eeefc86e..3da20f63db 100644
--- a/egg.js/egg.js-tests.ts
+++ b/egg.js/egg.js-tests.ts
@@ -1,4 +1,4 @@
-///
+
var egg = new Egg();
egg
diff --git a/electron-builder/electron-builder-tests.ts b/electron-builder/electron-builder-tests.ts
index d37de84c5c..8ae7479882 100644
--- a/electron-builder/electron-builder-tests.ts
+++ b/electron-builder/electron-builder-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as factory from "electron-builder";
const builder = factory.init();
diff --git a/electron-packager/electron-packager-tests.ts b/electron-packager/electron-packager-tests.ts
index 00a29143a4..bf6122bb2f 100644
--- a/electron-packager/electron-packager-tests.ts
+++ b/electron-packager/electron-packager-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as packager from "electron-packager";
diff --git a/electron-window-state/electron-window-state-tests.ts b/electron-window-state/electron-window-state-tests.ts
index 912db76e2b..8a345d0ec9 100644
--- a/electron-window-state/electron-window-state-tests.ts
+++ b/electron-window-state/electron-window-state-tests.ts
@@ -1,4 +1,4 @@
-///
+
import {app, BrowserWindow} from 'electron';
import windowStateKeeper = require('electron-window-state');
diff --git a/electron/electron-prebuilt-tests.ts b/electron/electron-prebuilt-tests.ts
index 863fb47236..2f503fa5b6 100644
--- a/electron/electron-prebuilt-tests.ts
+++ b/electron/electron-prebuilt-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
import electron = require('electron-prebuilt');
diff --git a/electron/github-electron-main-tests.ts b/electron/github-electron-main-tests.ts
index 27d6599596..aa8eb6d968 100644
--- a/electron/github-electron-main-tests.ts
+++ b/electron/github-electron-main-tests.ts
@@ -1,4 +1,4 @@
-///
+
import {
app,
autoUpdater,
diff --git a/electron/github-electron-renderer-tests.ts b/electron/github-electron-renderer-tests.ts
index 42d034c5c7..195c2beb8f 100644
--- a/electron/github-electron-renderer-tests.ts
+++ b/electron/github-electron-renderer-tests.ts
@@ -1,4 +1,4 @@
-///
+
import {
ipcRenderer,
remote,
diff --git a/elm/elm-tests.ts b/elm/elm-tests.ts
index dd0c601975..ce70d123ec 100644
--- a/elm/elm-tests.ts
+++ b/elm/elm-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Based on https://gist.github.com/evancz/8521339
diff --git a/ember/ember-tests.ts b/ember/ember-tests.ts
index 25839c5df5..63731b6b53 100644
--- a/ember/ember-tests.ts
+++ b/ember/ember-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
diff --git a/emissary/emissary-tests.ts b/emissary/emissary-tests.ts
index 3785f52668..9d3b3260a5 100644
--- a/emissary/emissary-tests.ts
+++ b/emissary/emissary-tests.ts
@@ -1,4 +1,4 @@
-///
+
import emissary = require("emissary");
diff --git a/empower/empower-tests.ts b/empower/empower-tests.ts
index 27b1894c6a..5e1c4f4c52 100644
--- a/empower/empower-tests.ts
+++ b/empower/empower-tests.ts
@@ -1,4 +1,4 @@
-///
+
var baseAssert:any;
var fakeFormatter:any;
diff --git a/emscripten/emscripten-tests.ts b/emscripten/emscripten-tests.ts
index 76342ae187..0c7f99b710 100644
--- a/emscripten/emscripten-tests.ts
+++ b/emscripten/emscripten-tests.ts
@@ -1,4 +1,4 @@
-///
+
/// Module
diff --git a/envify/envify-tests.ts b/envify/envify-tests.ts
index b8e24c204a..dd603e4b4c 100644
--- a/envify/envify-tests.ts
+++ b/envify/envify-tests.ts
@@ -1,4 +1,4 @@
-///
+
import browserify = require('browserify');
import envify = require('envify/custom');
diff --git a/epiceditor/epiceditor-tests.ts b/epiceditor/epiceditor-tests.ts
index 4a79734fcf..6acfa10421 100644
--- a/epiceditor/epiceditor-tests.ts
+++ b/epiceditor/epiceditor-tests.ts
@@ -1,4 +1,4 @@
-///
+
var editor = new EpicEditor().load();
diff --git a/eq.js/eq.js.tests.ts b/eq.js/eq.js.tests.ts
index ccdff7c4fe..60303a869c 100644
--- a/eq.js/eq.js.tests.ts
+++ b/eq.js/eq.js.tests.ts
@@ -1,4 +1,4 @@
-///
+
///
var nodes = document.getElementsByClassName(".test-container");
diff --git a/error-stack-parser/error-stack-parser-tests.ts b/error-stack-parser/error-stack-parser-tests.ts
index b0fa8e4cc3..c8b9198261 100644
--- a/error-stack-parser/error-stack-parser-tests.ts
+++ b/error-stack-parser/error-stack-parser-tests.ts
@@ -1,3 +1,3 @@
-///
+
ErrorStackParser.parse(new Error('Boom'));
diff --git a/es6-collections/es6-collections-tests.ts b/es6-collections/es6-collections-tests.ts
index 735c76738f..e48d911f73 100644
--- a/es6-collections/es6-collections-tests.ts
+++ b/es6-collections/es6-collections-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface Point { x: number; y: number; }
let a: any;
diff --git a/es6-promise/es6-promise-commonjs-tests.ts b/es6-promise/es6-promise-commonjs-tests.ts
index b5a2fcbe49..ed2ff5a830 100644
--- a/es6-promise/es6-promise-commonjs-tests.ts
+++ b/es6-promise/es6-promise-commonjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
import rsvp = require('es6-promise');
var Promise = rsvp.Promise;
diff --git a/es6-promise/es6-promise-tests.ts b/es6-promise/es6-promise-tests.ts
index ee88cbc96f..ac9910df46 100644
--- a/es6-promise/es6-promise-tests.ts
+++ b/es6-promise/es6-promise-tests.ts
@@ -1,4 +1,4 @@
-///
+
var promiseString: Promise,
diff --git a/es6-shim/es6-shim-tests.ts b/es6-shim/es6-shim-tests.ts
index f04850f1ba..ed89d2ac35 100644
--- a/es6-shim/es6-shim-tests.ts
+++ b/es6-shim/es6-shim-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface Point { x: number; y: number; }
interface Point3D extends Point { z: number; }
diff --git a/esprima/esprima-tests.ts b/esprima/esprima-tests.ts
index 19485b57b0..c4cbec5240 100644
--- a/esprima/esprima-tests.ts
+++ b/esprima/esprima-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
import esprima = require('esprima');
diff --git a/estree/estree-tests.ts b/estree/estree-tests.ts
index 4c132925bf..758eafe797 100644
--- a/estree/estree-tests.ts
+++ b/estree/estree-tests.ts
@@ -1,4 +1,4 @@
-///
+
var program: ESTree.Program;
var statement: ESTree.Statement;
diff --git a/estree/flow.d.ts b/estree/flow.d.ts
index a79e1ca7f6..76c76008e6 100644
--- a/estree/flow.d.ts
+++ b/estree/flow.d.ts
@@ -3,7 +3,7 @@
// Definitions by: RReverser
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace ESTree {
interface FlowTypeAnnotation extends Node {}
diff --git a/evaporate/evaporate-tests.ts b/evaporate/evaporate-tests.ts
index 559d61fe71..1ed6a7fce3 100644
--- a/evaporate/evaporate-tests.ts
+++ b/evaporate/evaporate-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_upload() {
var evaporate = new Evaporate({});
diff --git a/event-kit/event-kit-tests.ts b/event-kit/event-kit-tests.ts
index 223ecc5070..8c5969f756 100644
--- a/event-kit/event-kit-tests.ts
+++ b/event-kit/event-kit-tests.ts
@@ -1,4 +1,4 @@
-///
+
import { Disposable, CompositeDisposable, Emitter } from "event-kit";
diff --git a/expect.js/expect.js-commonjs-tests.ts b/expect.js/expect.js-commonjs-tests.ts
index 58e1a34588..52442be9a2 100644
--- a/expect.js/expect.js-commonjs-tests.ts
+++ b/expect.js/expect.js-commonjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
import expect = require("expect.js");
diff --git a/expect.js/expect.js-tests.ts b/expect.js/expect.js-tests.ts
index 38b5ab3a83..77ce3ea30e 100644
--- a/expect.js/expect.js-tests.ts
+++ b/expect.js/expect.js-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_expect() {
expect();
diff --git a/express-handlebars/express-handlebars-tests.ts b/express-handlebars/express-handlebars-tests.ts
index 3a75a606b5..4251c985fe 100644
--- a/express-handlebars/express-handlebars-tests.ts
+++ b/express-handlebars/express-handlebars-tests.ts
@@ -1,6 +1,6 @@
///
-///
+
import express = require('express');
import exphbs = require('express-handlebars');
diff --git a/express-minify/express-minify-tests.ts b/express-minify/express-minify-tests.ts
index b6ff963cef..ed02137f64 100644
--- a/express-minify/express-minify-tests.ts
+++ b/express-minify/express-minify-tests.ts
@@ -1,4 +1,4 @@
-///
+
import express = require('express');
import minify = require('express-minify');
diff --git a/express-myconnection/express-myconnection-tests.ts b/express-myconnection/express-myconnection-tests.ts
index e789f9cb52..ea744f926b 100644
--- a/express-myconnection/express-myconnection-tests.ts
+++ b/express-myconnection/express-myconnection-tests.ts
@@ -1,4 +1,4 @@
-///
+
import express = require('express');
import mysql = require('mysql');
diff --git a/express-serve-static-core/express-serve-static-core-tests.ts b/express-serve-static-core/express-serve-static-core-tests.ts
index a89769c939..5803337a65 100644
--- a/express-serve-static-core/express-serve-static-core-tests.ts
+++ b/express-serve-static-core/express-serve-static-core-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as express from 'express-serve-static-core';
diff --git a/express-session/express-session-tests.ts b/express-session/express-session-tests.ts
index 1e1f909b14..b36a04b42f 100644
--- a/express-session/express-session-tests.ts
+++ b/express-session/express-session-tests.ts
@@ -1,4 +1,4 @@
-///
+
import express = require('express');
import session = require('express-session');
diff --git a/express-useragent/express-useragent-tests.ts b/express-useragent/express-useragent-tests.ts
index e11bf70cbe..93b0c20eb6 100644
--- a/express-useragent/express-useragent-tests.ts
+++ b/express-useragent/express-useragent-tests.ts
@@ -1,6 +1,6 @@
-///
+
import express = require("../express");
import useragent = require("express-useragent");
diff --git a/extended-listbox/extended-listbox-tests.ts b/extended-listbox/extended-listbox-tests.ts
index 8016ccee72..0ca2f862b1 100644
--- a/extended-listbox/extended-listbox-tests.ts
+++ b/extended-listbox/extended-listbox-tests.ts
@@ -1,4 +1,4 @@
-///
+
var $test = $("#test");
diff --git a/extjs/ExtJS-tests.ts b/extjs/ExtJS-tests.ts
index d4965b3f37..0d5266ccb0 100644
--- a/extjs/ExtJS-tests.ts
+++ b/extjs/ExtJS-tests.ts
@@ -1,4 +1,4 @@
-///
+
namespace MyApp.view {
export interface CompanyGridPanel extends Ext.grid.IPanel {
diff --git a/facebook-js-sdk/facebook-js-sdk-tests.ts b/facebook-js-sdk/facebook-js-sdk-tests.ts
index 49e615f529..d9f8dc20d3 100644
--- a/facebook-js-sdk/facebook-js-sdk-tests.ts
+++ b/facebook-js-sdk/facebook-js-sdk-tests.ts
@@ -1,4 +1,4 @@
-///
+
FB.init({
appId: '***********',
diff --git a/facebook-pixel/facebook-pixel-tests.ts b/facebook-pixel/facebook-pixel-tests.ts
index 718a972c23..c26c8b109d 100644
--- a/facebook-pixel/facebook-pixel-tests.ts
+++ b/facebook-pixel/facebook-pixel-tests.ts
@@ -1,4 +1,4 @@
-///
+
fbq('init', '');
fbq('track', 'PageView');
diff --git a/faker/faker-tests.ts b/faker/faker-tests.ts
index 77f3a2c2ca..8a53560412 100644
--- a/faker/faker-tests.ts
+++ b/faker/faker-tests.ts
@@ -1,4 +1,4 @@
-///
+
let resultStr: string;
let resultBool: boolean;
diff --git a/falcor-json-graph/falcor-json-graph-tests.ts b/falcor-json-graph/falcor-json-graph-tests.ts
index fcfada5fa9..992ede0053 100644
--- a/falcor-json-graph/falcor-json-graph-tests.ts
+++ b/falcor-json-graph/falcor-json-graph-tests.ts
@@ -1,4 +1,4 @@
-///
+
import {Key, KeySet, Path, PathSet, ref, atom, error, pathValue, pathInvalidation} from 'falcor-json-graph';
diff --git a/falcor-router/falcor-router-tests.ts b/falcor-router/falcor-router-tests.ts
index ff47512eb7..fd2ffa7da1 100644
--- a/falcor-router/falcor-router-tests.ts
+++ b/falcor-router/falcor-router-tests.ts
@@ -1,4 +1,4 @@
-///
+
import falcor = require('falcor');
import Router = require('falcor-router');
diff --git a/falcor/falcor-browser-tests.ts b/falcor/falcor-browser-tests.ts
index 2d1b618077..073d777679 100644
--- a/falcor/falcor-browser-tests.ts
+++ b/falcor/falcor-browser-tests.ts
@@ -1,4 +1,4 @@
-///
+
var model = new falcor.Model({source: new falcor.HttpDataSource('/model.json')});
diff --git a/falcor/falcor-browser.d.ts b/falcor/falcor-browser.d.ts
index 47730d55ca..2ee488c2af 100644
--- a/falcor/falcor-browser.d.ts
+++ b/falcor/falcor-browser.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Quramy
// Definitions: https://github.com/borisyankov/DefinitelyTyped
-///
+
///
declare interface FalcorStatic {
diff --git a/falcor/falcor-tests.ts b/falcor/falcor-tests.ts
index 37b85fce68..35cf7810ba 100644
--- a/falcor/falcor-tests.ts
+++ b/falcor/falcor-tests.ts
@@ -1,4 +1,4 @@
-///
+
import falcor = require('falcor');
diff --git a/famous/famous-tests.ts b/famous/famous-tests.ts
index 81ad495f87..9c35b87738 100644
--- a/famous/famous-tests.ts
+++ b/famous/famous-tests.ts
@@ -1,4 +1,4 @@
-///
+
import { Node, Size, FamousEngine } from 'famous/core'
import { DOMElement } from 'famous/dom-renderables'
diff --git a/fancybox/fancybox-tests.ts b/fancybox/fancybox-tests.ts
index 531893ea40..2d5743c950 100644
--- a/fancybox/fancybox-tests.ts
+++ b/fancybox/fancybox-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
$('.fancybox').fancybox();
$('.fancybox').fancybox({
diff --git a/farbtastic/farbtastic-tests.ts b/farbtastic/farbtastic-tests.ts
index ac5eb40747..950c1c294d 100644
--- a/farbtastic/farbtastic-tests.ts
+++ b/farbtastic/farbtastic-tests.ts
@@ -1,4 +1,4 @@
-///
+
var callback = () => {};
var domNode = document.createElement("div");
diff --git a/fastclick/fastclick-tests.ts b/fastclick/fastclick-tests.ts
index 0e31846ab8..e8208621df 100644
--- a/fastclick/fastclick-tests.ts
+++ b/fastclick/fastclick-tests.ts
@@ -1,4 +1,4 @@
-///
+
// on browser
new FastClick(document.body);
diff --git a/ffi/index.d.ts b/ffi/index.d.ts
index 9bc22603b5..bd0f0fa31d 100644
--- a/ffi/index.d.ts
+++ b/ffi/index.d.ts
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///
-///
+
declare module "ffi" {
import ref = require('ref');
diff --git a/fhir/fhir-tests.ts b/fhir/fhir-tests.ts
index 4c6a027cdb..3490144ae1 100644
--- a/fhir/fhir-tests.ts
+++ b/fhir/fhir-tests.ts
@@ -1,4 +1,4 @@
-///
+
var example1: fhir.Account = {
"id": "example",
diff --git a/file-url/file-url-tests.ts b/file-url/file-url-tests.ts
index 801d5e703b..9fc9cded68 100644
--- a/file-url/file-url-tests.ts
+++ b/file-url/file-url-tests.ts
@@ -1,6 +1,6 @@
// Copied from https://github.com/sindresorhus/file-url/blob/14c7a69ae3798f50b3a4a21823c86e10b38160fe/readme.md
-///
+
fileUrl('unicorn.jpg');
//=> 'file:///Users/sindresorhus/dev/file-url/unicorn.jpg'
diff --git a/filesize/filesize-tests.ts b/filesize/filesize-tests.ts
index 185dfb0720..135a0f9baa 100644
--- a/filesize/filesize-tests.ts
+++ b/filesize/filesize-tests.ts
@@ -1,4 +1,4 @@
-///
+
import filesize = require("filesize");
diff --git a/filesystem/filesystem-tests.ts b/filesystem/filesystem-tests.ts
index 9eb6fbaaeb..aca03affe0 100644
--- a/filesystem/filesystem-tests.ts
+++ b/filesystem/filesystem-tests.ts
@@ -1,4 +1,4 @@
-///
+
// http://www.w3.org/TR/file-system-api/
// 2. Introduction
diff --git a/filewriter/filewriter-tests.ts b/filewriter/filewriter-tests.ts
index f70e76087d..9fc047526f 100644
--- a/filewriter/filewriter-tests.ts
+++ b/filewriter/filewriter-tests.ts
@@ -1,4 +1,4 @@
-///
+
// http://www.w3.org/TR/file-writer-api/
function writeFile(writer:FileWriter): void{
diff --git a/firebase-client/firebase-client-tests.ts b/firebase-client/firebase-client-tests.ts
index bc4ef06a8e..0b79ec75d6 100644
--- a/firebase-client/firebase-client-tests.ts
+++ b/firebase-client/firebase-client-tests.ts
@@ -1,4 +1,4 @@
-///
+
//Class definitions for type safety
class Name{
diff --git a/firebase/firebase-simplelogin-tests.ts b/firebase/firebase-simplelogin-tests.ts
index e0be13e488..a68f98aba3 100644
--- a/firebase/firebase-simplelogin-tests.ts
+++ b/firebase/firebase-simplelogin-tests.ts
@@ -1,4 +1,4 @@
-///
+
var chatRef: Firebase = new Firebase('https://.firebaseio.com');
var auth: FirebaseSimpleLogin = new FirebaseSimpleLogin(chatRef, function(error, user) {
diff --git a/firebase/firebase-simplelogin.d.ts b/firebase/firebase-simplelogin.d.ts
index 3eb22d87f8..b64638bd34 100644
--- a/firebase/firebase-simplelogin.d.ts
+++ b/firebase/firebase-simplelogin.d.ts
@@ -3,7 +3,7 @@
// Definitions by: Wilker Lucio
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
interface IFirebaseSimpleLoginError {
code: string;
diff --git a/firebase/firebase-tests.ts b/firebase/firebase-tests.ts
index 2596e058c8..dc144552ea 100644
--- a/firebase/firebase-tests.ts
+++ b/firebase/firebase-tests.ts
@@ -1,4 +1,4 @@
-///
+
var AUTH_TOKEN: string = "12345";
var dataRef:Firebase = new Firebase("https://SampleChat.firebaseio-demo.com/");
//Log me in
diff --git a/firefox/firefox-tests.ts b/firefox/firefox-tests.ts
index 203539f54e..850b51b198 100644
--- a/firefox/firefox-tests.ts
+++ b/firefox/firefox-tests.ts
@@ -1,4 +1,4 @@
-///
+
var manifestUrl = window.location.protocol + "//" + window.location.host + "/manifest.webapp";
diff --git a/first-mate/first-mate-tests.ts b/first-mate/first-mate-tests.ts
index 43e5848249..1f7fe0fc76 100644
--- a/first-mate/first-mate-tests.ts
+++ b/first-mate/first-mate-tests.ts
@@ -1,4 +1,4 @@
-///
+
import { GrammarRegistry, Grammar, IToken } from "first-mate";
diff --git a/flat/flat-tests.ts b/flat/flat-tests.ts
index 03d60cc350..68699326c3 100644
--- a/flat/flat-tests.ts
+++ b/flat/flat-tests.ts
@@ -1,4 +1,4 @@
-///
+
import {flatten, unflatten} from "flat";
diff --git a/flight/flight-tests.ts b/flight/flight-tests.ts
index 9c66fa8b49..d96b19221c 100644
--- a/flight/flight-tests.ts
+++ b/flight/flight-tests.ts
@@ -1,4 +1,4 @@
-///
+
declare var el: Element;
declare var els: Element[];
declare var mixinFn: Function;
diff --git a/flightplan/flightplan-tests.ts b/flightplan/flightplan-tests.ts
index d744be95ae..de446fe803 100644
--- a/flightplan/flightplan-tests.ts
+++ b/flightplan/flightplan-tests.ts
@@ -1,4 +1,4 @@
-///
+
import flightplan = require('flightplan');
diff --git a/flowjs/flowjs-tests.ts b/flowjs/flowjs-tests.ts
index b9e1e61b1c..efb2c30f5b 100644
--- a/flowjs/flowjs-tests.ts
+++ b/flowjs/flowjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
// flow object
var flowObject: flowjs.IFlow;
diff --git a/flux/flux-tests.ts b/flux/flux-tests.ts
index da7ccaf89c..044ec98b3f 100644
--- a/flux/flux-tests.ts
+++ b/flux/flux-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
import flux = require('flux')
diff --git a/form-serializer/form-serializer-tests.ts b/form-serializer/form-serializer-tests.ts
index e262d07429..5c750f0350 100644
--- a/form-serializer/form-serializer-tests.ts
+++ b/form-serializer/form-serializer-tests.ts
@@ -1,4 +1,4 @@
-///
+
$("#form").serializeObject();
$("#form").serializeJSON();
diff --git a/foundation-sites/foundation-sites-tests.ts b/foundation-sites/foundation-sites-tests.ts
index 1c7f9aeb73..4932f01624 100644
--- a/foundation-sites/foundation-sites-tests.ts
+++ b/foundation-sites/foundation-sites-tests.ts
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///
-///
+
$(document).foundation();
$(document).foundation('method5');
diff --git a/foundation/foundation-tests.ts b/foundation/foundation-tests.ts
index 56ede0b93f..913bd0ee1b 100644
--- a/foundation/foundation-tests.ts
+++ b/foundation/foundation-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
function empty_callback() : void {}
diff --git a/freedom/freedom-core-env.d.ts b/freedom/freedom-core-env.d.ts
index c50f28fed0..5c0ce06153 100644
--- a/freedom/freedom-core-env.d.ts
+++ b/freedom/freedom-core-env.d.ts
@@ -3,6 +3,6 @@
// Definitions by: Jonathan Pevarnek
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare var freedom :freedom.FreedomInCoreEnv;
diff --git a/freedom/freedom-module-env.d.ts b/freedom/freedom-module-env.d.ts
index 0edc756e8d..a3e2f405f0 100644
--- a/freedom/freedom-module-env.d.ts
+++ b/freedom/freedom-module-env.d.ts
@@ -3,6 +3,6 @@
// Definitions by: Jonathan Pevarnek
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare var freedom :freedom.FreedomInModuleEnv;
diff --git a/freedom/freedom-tests.ts b/freedom/freedom-tests.ts
index 3661832f39..83a9d9a88c 100644
--- a/freedom/freedom-tests.ts
+++ b/freedom/freedom-tests.ts
@@ -1,4 +1,4 @@
-///
+
var freedomModule: freedom.FreedomInModuleEnv;
var freedomCore: freedom.FreedomInCoreEnv;
diff --git a/fromjs/fromjs-tests.ts b/fromjs/fromjs-tests.ts
index dcc3dd6b99..b0e4ada0bf 100644
--- a/fromjs/fromjs-tests.ts
+++ b/fromjs/fromjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
var array = [1, 2, 3, 4];
from(array).each(function (value, key) {
console.log('Value ' + value + ' at index ' + key);
diff --git a/fromnow/fromnow-tests.ts b/fromnow/fromnow-tests.ts
index 4ed78816aa..162491dc9a 100644
--- a/fromnow/fromnow-tests.ts
+++ b/fromnow/fromnow-tests.ts
@@ -1,4 +1,4 @@
-///
+
import fromnow = require( 'fromnow' );
diff --git a/fs-finder/fs-finder-tests.ts b/fs-finder/fs-finder-tests.ts
index 3f6a82d6c4..2fb75bf022 100644
--- a/fs-finder/fs-finder-tests.ts
+++ b/fs-finder/fs-finder-tests.ts
@@ -1,4 +1,4 @@
-///
+
import finder = require('fs-finder');
diff --git a/ftdomdelegate/ftdomdelegate-tests.ts b/ftdomdelegate/ftdomdelegate-tests.ts
index f20a2e8048..122c26a08b 100644
--- a/ftdomdelegate/ftdomdelegate-tests.ts
+++ b/ftdomdelegate/ftdomdelegate-tests.ts
@@ -1,4 +1,4 @@
-///
+
window.addEventListener('load', function() {
var delegate = new Delegate(document.body);
diff --git a/fullCalendar/fullCalendar-tests.ts b/fullCalendar/fullCalendar-tests.ts
index b82bcd878d..7e9e73b355 100644
--- a/fullCalendar/fullCalendar-tests.ts
+++ b/fullCalendar/fullCalendar-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
diff --git a/fuse/fuse-tests.ts b/fuse/fuse-tests.ts
index 3aa5576fe7..bb6d845785 100644
--- a/fuse/fuse-tests.ts
+++ b/fuse/fuse-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_fuse_find_identifiers() {
var books = [{
diff --git a/gae.channel.api/gae.channel.api-tests.ts b/gae.channel.api/gae.channel.api-tests.ts
index f7931a99f2..25f53668ef 100644
--- a/gae.channel.api/gae.channel.api-tests.ts
+++ b/gae.channel.api/gae.channel.api-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_channel() {
var channel = new goog.appengine.Channel("test");
diff --git a/gamepad/gamepad-tests.ts b/gamepad/gamepad-tests.ts
index 6bf80458da..af3095adb0 100644
--- a/gamepad/gamepad-tests.ts
+++ b/gamepad/gamepad-tests.ts
@@ -1,4 +1,4 @@
-///
+
()=>{
diff --git a/gamequery/gamequery-tests.ts b/gamequery/gamequery-tests.ts
index 857a05a484..cfb4336ec5 100644
--- a/gamequery/gamequery-tests.ts
+++ b/gamequery/gamequery-tests.ts
@@ -1,4 +1,4 @@
-///
+
//Original examples: https://github.com/onaluf/gameQuery/tree/master/tests/human
diff --git a/gandi-livedns/gandi-livedns-tests.ts b/gandi-livedns/gandi-livedns-tests.ts
index 882f60a64b..e5a2c532f1 100644
--- a/gandi-livedns/gandi-livedns-tests.ts
+++ b/gandi-livedns/gandi-livedns-tests.ts
@@ -1,4 +1,4 @@
-///
+
let zone: ZoneRecord = {
rrset_name: "MyZone",
diff --git a/gapi.auth2/gapi.auth2-tests.ts b/gapi.auth2/gapi.auth2-tests.ts
index 5db036652c..a3ba839a36 100644
--- a/gapi.auth2/gapi.auth2-tests.ts
+++ b/gapi.auth2/gapi.auth2-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_init(){
var auth = gapi.auth2.init({
diff --git a/geojson/geojson-tests.ts b/geojson/geojson-tests.ts
index ce38b654b2..2a884bfe39 100644
--- a/geojson/geojson-tests.ts
+++ b/geojson/geojson-tests.ts
@@ -1,4 +1,4 @@
-///
+
var featureCollection: GeoJSON.FeatureCollection = {
type: "FeatureCollection",
diff --git a/geometry-dom/geometry-dom-tests.ts b/geometry-dom/geometry-dom-tests.ts
index e293665112..8c186fbf35 100644
--- a/geometry-dom/geometry-dom-tests.ts
+++ b/geometry-dom/geometry-dom-tests.ts
@@ -1,4 +1,4 @@
-///
+
var point = new DOMPoint(5, 4);
var matrix = new DOMMatrix(2, 0, 0, 2, 10, 10);
diff --git a/giraffe/giraffe-tests.ts b/giraffe/giraffe-tests.ts
index ec6cb0c628..e152d5c7af 100644
--- a/giraffe/giraffe-tests.ts
+++ b/giraffe/giraffe-tests.ts
@@ -1,4 +1,4 @@
-///
+
class User extends Giraffe.Model {
}
diff --git a/gl-matrix/gl-matrix-tests.ts b/gl-matrix/gl-matrix-tests.ts
index ce5251edad..70d2556ded 100644
--- a/gl-matrix/gl-matrix-tests.ts
+++ b/gl-matrix/gl-matrix-tests.ts
@@ -1,4 +1,4 @@
-///
+
// common
var result: number = glMatrix.toRadian(180);
diff --git a/globalize/globalize-tests.ts b/globalize/globalize-tests.ts
index 8caa924db1..1c4abbec41 100644
--- a/globalize/globalize-tests.ts
+++ b/globalize/globalize-tests.ts
@@ -1,4 +1,4 @@
-///
+
/*Globalize.culture("fr");
console.log(Globalize.culture().name);
diff --git a/go/goJS-tests.ts b/go/goJS-tests.ts
index d75744dd83..294d61da08 100644
--- a/go/goJS-tests.ts
+++ b/go/goJS-tests.ts
@@ -3,7 +3,7 @@
/* Copyright (C) 1998-2016 by Northwoods Software Corporation. */
-///
+
class CustomLink extends go.Link {
constructor() {
diff --git a/google-apps-script/google-apps-script-tests.ts b/google-apps-script/google-apps-script-tests.ts
index fecb7adc9d..5160a5fdae 100644
--- a/google-apps-script/google-apps-script-tests.ts
+++ b/google-apps-script/google-apps-script-tests.ts
@@ -1,5 +1,5 @@
-///
-///
+
+
// from https://developers.google.com/apps-script/overview
diff --git a/google-apps-script/google-apps-script.base.d.ts b/google-apps-script/google-apps-script.base.d.ts
index 73d18a30a7..538883cb19 100644
--- a/google-apps-script/google-apps-script.base.d.ts
+++ b/google-apps-script/google-apps-script.base.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module Base {
diff --git a/google-apps-script/google-apps-script.cache.d.ts b/google-apps-script/google-apps-script.cache.d.ts
index 68fbfe85c4..bdeee152ba 100644
--- a/google-apps-script/google-apps-script.cache.d.ts
+++ b/google-apps-script/google-apps-script.cache.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module Cache {
diff --git a/google-apps-script/google-apps-script.calendar.d.ts b/google-apps-script/google-apps-script.calendar.d.ts
index 0b33e82c93..c217e67a07 100644
--- a/google-apps-script/google-apps-script.calendar.d.ts
+++ b/google-apps-script/google-apps-script.calendar.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Calendar {
diff --git a/google-apps-script/google-apps-script.charts.d.ts b/google-apps-script/google-apps-script.charts.d.ts
index 0798ac380c..2e1b65290a 100644
--- a/google-apps-script/google-apps-script.charts.d.ts
+++ b/google-apps-script/google-apps-script.charts.d.ts
@@ -3,9 +3,9 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
+
+
+
declare namespace GoogleAppsScript {
export module Charts {
diff --git a/google-apps-script/google-apps-script.contacts.d.ts b/google-apps-script/google-apps-script.contacts.d.ts
index 5f203a8ce4..389951d563 100644
--- a/google-apps-script/google-apps-script.contacts.d.ts
+++ b/google-apps-script/google-apps-script.contacts.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Contacts {
diff --git a/google-apps-script/google-apps-script.content.d.ts b/google-apps-script/google-apps-script.content.d.ts
index 9c02943033..afd34deca1 100644
--- a/google-apps-script/google-apps-script.content.d.ts
+++ b/google-apps-script/google-apps-script.content.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module Content {
diff --git a/google-apps-script/google-apps-script.document.d.ts b/google-apps-script/google-apps-script.document.d.ts
index be06bba252..7477261602 100644
--- a/google-apps-script/google-apps-script.document.d.ts
+++ b/google-apps-script/google-apps-script.document.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Document {
diff --git a/google-apps-script/google-apps-script.drive.d.ts b/google-apps-script/google-apps-script.drive.d.ts
index b0154a31ac..d0fba208f8 100644
--- a/google-apps-script/google-apps-script.drive.d.ts
+++ b/google-apps-script/google-apps-script.drive.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Drive {
diff --git a/google-apps-script/google-apps-script.forms.d.ts b/google-apps-script/google-apps-script.forms.d.ts
index da6a8f428f..3ce3e41672 100644
--- a/google-apps-script/google-apps-script.forms.d.ts
+++ b/google-apps-script/google-apps-script.forms.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Forms {
diff --git a/google-apps-script/google-apps-script.gmail.d.ts b/google-apps-script/google-apps-script.gmail.d.ts
index 2fded11846..d76f0f1895 100644
--- a/google-apps-script/google-apps-script.gmail.d.ts
+++ b/google-apps-script/google-apps-script.gmail.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Gmail {
diff --git a/google-apps-script/google-apps-script.groups.d.ts b/google-apps-script/google-apps-script.groups.d.ts
index fabe7b3401..dfcf7d79a5 100644
--- a/google-apps-script/google-apps-script.groups.d.ts
+++ b/google-apps-script/google-apps-script.groups.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Groups {
diff --git a/google-apps-script/google-apps-script.html.d.ts b/google-apps-script/google-apps-script.html.d.ts
index 3c03ab19fe..3b62ffcb08 100644
--- a/google-apps-script/google-apps-script.html.d.ts
+++ b/google-apps-script/google-apps-script.html.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module HTML {
diff --git a/google-apps-script/google-apps-script.jdbc.d.ts b/google-apps-script/google-apps-script.jdbc.d.ts
index bbb2ed78d9..16950cff32 100644
--- a/google-apps-script/google-apps-script.jdbc.d.ts
+++ b/google-apps-script/google-apps-script.jdbc.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module JDBC {
diff --git a/google-apps-script/google-apps-script.language.d.ts b/google-apps-script/google-apps-script.language.d.ts
index 2df943e335..c820f7620e 100644
--- a/google-apps-script/google-apps-script.language.d.ts
+++ b/google-apps-script/google-apps-script.language.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module Language {
diff --git a/google-apps-script/google-apps-script.lock.d.ts b/google-apps-script/google-apps-script.lock.d.ts
index 088c6e2bde..65891f2844 100644
--- a/google-apps-script/google-apps-script.lock.d.ts
+++ b/google-apps-script/google-apps-script.lock.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module Lock {
diff --git a/google-apps-script/google-apps-script.mail.d.ts b/google-apps-script/google-apps-script.mail.d.ts
index 5dc9e50921..11c97f80fa 100644
--- a/google-apps-script/google-apps-script.mail.d.ts
+++ b/google-apps-script/google-apps-script.mail.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module Mail {
diff --git a/google-apps-script/google-apps-script.maps.d.ts b/google-apps-script/google-apps-script.maps.d.ts
index 05a9b1e77b..02e4ac0195 100644
--- a/google-apps-script/google-apps-script.maps.d.ts
+++ b/google-apps-script/google-apps-script.maps.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Maps {
diff --git a/google-apps-script/google-apps-script.optimization.d.ts b/google-apps-script/google-apps-script.optimization.d.ts
index 8bf151453c..0217618a25 100644
--- a/google-apps-script/google-apps-script.optimization.d.ts
+++ b/google-apps-script/google-apps-script.optimization.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module Optimization {
diff --git a/google-apps-script/google-apps-script.properties.d.ts b/google-apps-script/google-apps-script.properties.d.ts
index 6f078964d6..9ceb24608e 100644
--- a/google-apps-script/google-apps-script.properties.d.ts
+++ b/google-apps-script/google-apps-script.properties.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module Properties {
diff --git a/google-apps-script/google-apps-script.script.d.ts b/google-apps-script/google-apps-script.script.d.ts
index 4aca524a02..bd1a5340d9 100644
--- a/google-apps-script/google-apps-script.script.d.ts
+++ b/google-apps-script/google-apps-script.script.d.ts
@@ -3,11 +3,11 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
-///
-///
+
+
+
+
+
declare namespace GoogleAppsScript {
export module Script {
diff --git a/google-apps-script/google-apps-script.sites.d.ts b/google-apps-script/google-apps-script.sites.d.ts
index 0dc118e0af..acf1f8d6dc 100644
--- a/google-apps-script/google-apps-script.sites.d.ts
+++ b/google-apps-script/google-apps-script.sites.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Sites {
diff --git a/google-apps-script/google-apps-script.spreadsheet.d.ts b/google-apps-script/google-apps-script.spreadsheet.d.ts
index 5ffc752775..a8f554e4bc 100644
--- a/google-apps-script/google-apps-script.spreadsheet.d.ts
+++ b/google-apps-script/google-apps-script.spreadsheet.d.ts
@@ -3,10 +3,10 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
-///
-///
+
+
+
+
declare namespace GoogleAppsScript {
export module Spreadsheet {
diff --git a/google-apps-script/google-apps-script.ui.d.ts b/google-apps-script/google-apps-script.ui.d.ts
index afbdff5dd5..6d08082dc8 100644
--- a/google-apps-script/google-apps-script.ui.d.ts
+++ b/google-apps-script/google-apps-script.ui.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module UI {
diff --git a/google-apps-script/google-apps-script.url-fetch.d.ts b/google-apps-script/google-apps-script.url-fetch.d.ts
index ff03b376d1..94db3c3a7c 100644
--- a/google-apps-script/google-apps-script.url-fetch.d.ts
+++ b/google-apps-script/google-apps-script.url-fetch.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module URL_Fetch {
diff --git a/google-apps-script/google-apps-script.utilities.d.ts b/google-apps-script/google-apps-script.utilities.d.ts
index e5230da546..3deb1734f4 100644
--- a/google-apps-script/google-apps-script.utilities.d.ts
+++ b/google-apps-script/google-apps-script.utilities.d.ts
@@ -3,8 +3,8 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare namespace GoogleAppsScript {
export module Utilities {
diff --git a/google-apps-script/google-apps-script.xml-service.d.ts b/google-apps-script/google-apps-script.xml-service.d.ts
index 7f4e902e93..d45d4d16a8 100644
--- a/google-apps-script/google-apps-script.xml-service.d.ts
+++ b/google-apps-script/google-apps-script.xml-service.d.ts
@@ -3,7 +3,7 @@
// Definitions by: motemen
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
declare namespace GoogleAppsScript {
export module XML_Service {
diff --git a/google-drive-realtime-api/google-drive-realtime-api-tests.ts b/google-drive-realtime-api/google-drive-realtime-api-tests.ts
index 9b2fab488c..af2313f147 100644
--- a/google-drive-realtime-api/google-drive-realtime-api-tests.ts
+++ b/google-drive-realtime-api/google-drive-realtime-api-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Don't use this as a reference. Use the examples at
// https://developers.google.com/google-apps/realtime/
diff --git a/google-maps/google-maps-tests.ts b/google-maps/google-maps-tests.ts
index 50f8489360..c723a9ded3 100644
--- a/google-maps/google-maps-tests.ts
+++ b/google-maps/google-maps-tests.ts
@@ -1,4 +1,4 @@
-///
+
import GoogleMapsLoader = require('google-maps');
diff --git a/google.analytics/ga-tests.ts b/google.analytics/ga-tests.ts
index 99bc6d3e5d..82533e4bdf 100644
--- a/google.analytics/ga-tests.ts
+++ b/google.analytics/ga-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
describe("tester Google Analytics Tracker _gat object", () => {
diff --git a/google.geolocation/google.geolocation-tests.ts b/google.geolocation/google.geolocation-tests.ts
index 0b8f023cbe..b07dcc3abb 100644
--- a/google.geolocation/google.geolocation-tests.ts
+++ b/google.geolocation/google.geolocation-tests.ts
@@ -1,5 +1,5 @@
// Test files for Geolocation Definition file
-///
+
//determine if the handset has client side geo location capabilities
var isInit: boolean = geo_position_js.init();
diff --git a/google.picker/google.picker-tests.ts b/google.picker/google.picker-tests.ts
index 280765354c..9a04938f08 100644
--- a/google.picker/google.picker-tests.ts
+++ b/google.picker/google.picker-tests.ts
@@ -1,4 +1,4 @@
-///
+
var createPicker = () => {
var picker = new google.picker.PickerBuilder()
diff --git a/google.visualization/google.visualization-tests.ts b/google.visualization/google.visualization-tests.ts
index a5b1352dee..f14bbdeaa9 100644
--- a/google.visualization/google.visualization-tests.ts
+++ b/google.visualization/google.visualization-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_arrayToDataTable() {
var array = [
diff --git a/googlemaps.infobubble/google.maps.infobubble-tests.ts b/googlemaps.infobubble/google.maps.infobubble-tests.ts
index 0af6b689b0..4f9598cc60 100644
--- a/googlemaps.infobubble/google.maps.infobubble-tests.ts
+++ b/googlemaps.infobubble/google.maps.infobubble-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
function test_options() {
var options: google.maps.infobubble.InfoBubbleOptions;
diff --git a/googlemaps/google.maps-tests.ts b/googlemaps/google.maps-tests.ts
index 9b10c40ad3..e119cf25bc 100644
--- a/googlemaps/google.maps-tests.ts
+++ b/googlemaps/google.maps-tests.ts
@@ -1,5 +1,5 @@
// Test file for Google Maps JavaScript API Definition file
-///
+
var map = new google.maps.Map(document.querySelector("☺"));
diff --git a/graham_scan/graham_scan-tests.ts b/graham_scan/graham_scan-tests.ts
index 4317db851e..40b7f9b6d1 100644
--- a/graham_scan/graham_scan-tests.ts
+++ b/graham_scan/graham_scan-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Based on the README.MD
diff --git a/gravatar/gravatar-tests.ts b/gravatar/gravatar-tests.ts
index d0edb4e645..f9a26bc561 100644
--- a/gravatar/gravatar-tests.ts
+++ b/gravatar/gravatar-tests.ts
@@ -1,4 +1,4 @@
-///
+
import gravatar = require('gravatar');
diff --git a/greasemonkey/greasemonkey-tests.ts b/greasemonkey/greasemonkey-tests.ts
index a0185c4a4a..52799d0126 100644
--- a/greasemonkey/greasemonkey-tests.ts
+++ b/greasemonkey/greasemonkey-tests.ts
@@ -1,4 +1,4 @@
-///
+
////////////////
// Global variable
diff --git a/grecaptcha/grecaptcha-tests.ts b/grecaptcha/grecaptcha-tests.ts
index cfc86e71b6..fad40b2930 100644
--- a/grecaptcha/grecaptcha-tests.ts
+++ b/grecaptcha/grecaptcha-tests.ts
@@ -1,4 +1,4 @@
-///
+
var params: ReCaptchaV2.Parameters = {
"sitekey": "mySuperSecretKey",
diff --git a/gridfs-stream/gridfs-stream-tests.ts b/gridfs-stream/gridfs-stream-tests.ts
index 30e17fb353..1ed4e97006 100644
--- a/gridfs-stream/gridfs-stream-tests.ts
+++ b/gridfs-stream/gridfs-stream-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
diff --git a/gridstack/gridstack-tests.ts b/gridstack/gridstack-tests.ts
index 78edb8e659..2c9736b728 100644
--- a/gridstack/gridstack-tests.ts
+++ b/gridstack/gridstack-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// Type definitions for Gridstack
diff --git a/grunt/gruntjs-tests.ts b/grunt/gruntjs-tests.ts
index 55f106d535..980cbd6997 100644
--- a/grunt/gruntjs-tests.ts
+++ b/grunt/gruntjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Official code sample from
// http://gruntjs.com/getting-started#an-example-gruntfile
diff --git a/gsap/TweenLite.d.ts b/gsap/TweenLite.d.ts
index b153297658..440182f76b 100644
--- a/gsap/TweenLite.d.ts
+++ b/gsap/TweenLite.d.ts
@@ -3,8 +3,8 @@
// Definitions by: VILIC VANE
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
-///
+
+
declare class TweenLite {
constructor(target: any, duration: number, vars: any);
diff --git a/gsap/gsap-tests.ts b/gsap/gsap-tests.ts
index 824e149f7e..885e00c765 100644
--- a/gsap/gsap-tests.ts
+++ b/gsap/gsap-tests.ts
@@ -1,4 +1,4 @@
-///
+
var tween = TweenLite
.to(document.getElementById('some-div'), 1, {
diff --git a/hammerjs/hammerjs-1.1.3-tests.ts b/hammerjs/hammerjs-1.1.3-tests.ts
index 02813ccdc9..bb006241fe 100644
--- a/hammerjs/hammerjs-1.1.3-tests.ts
+++ b/hammerjs/hammerjs-1.1.3-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// plugin check
if (!Hammer.HAS_TOUCHEVENTS && !Hammer.HAS_POINTEREVENTS) {
diff --git a/hammerjs/hammerjs-commonjs-tests.ts b/hammerjs/hammerjs-commonjs-tests.ts
index e9f1d209fb..5788d67906 100644
--- a/hammerjs/hammerjs-commonjs-tests.ts
+++ b/hammerjs/hammerjs-commonjs-tests.ts
@@ -1,6 +1,6 @@
// Tests based on examples at http://hammerjs.github.io/examples/
-///
+
import Hammer = require("hammerjs");
diff --git a/hammerjs/hammerjs-tests.ts b/hammerjs/hammerjs-tests.ts
index a17c16287c..c698827246 100644
--- a/hammerjs/hammerjs-tests.ts
+++ b/hammerjs/hammerjs-tests.ts
@@ -1,6 +1,6 @@
// Tests based on examples at http://hammerjs.github.io/examples/
-///
+
(() =>
{
diff --git a/handlebars/handlebars-tests.ts b/handlebars/handlebars-tests.ts
index 71de4f0e51..71215b5294 100644
--- a/handlebars/handlebars-tests.ts
+++ b/handlebars/handlebars-tests.ts
@@ -1,4 +1,4 @@
-///
+
import Handlebars = require('handlebars');
diff --git a/handsontable/handsontable-tests.ts b/handsontable/handsontable-tests.ts
index 25ec4dee0f..c87481222c 100644
--- a/handsontable/handsontable-tests.ts
+++ b/handsontable/handsontable-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_HandsontableInit() {
var elem = document.createElement('div');
diff --git a/hapi/hapi-tests-8.2.0.ts b/hapi/hapi-tests-8.2.0.ts
index c61504f0fc..88ca120e42 100644
--- a/hapi/hapi-tests-8.2.0.ts
+++ b/hapi/hapi-tests-8.2.0.ts
@@ -1,4 +1,4 @@
-///
+
import Hapi = require("hapi");
diff --git a/hapi/hapi-tests.ts b/hapi/hapi-tests.ts
index d45c03549a..456b150f72 100644
--- a/hapi/hapi-tests.ts
+++ b/hapi/hapi-tests.ts
@@ -1,4 +1,4 @@
-///
+
import Hapi = require("hapi");
diff --git a/harmony-proxy/harmony-proxy-tests.ts b/harmony-proxy/harmony-proxy-tests.ts
index 4c011d5fd1..3eb2aed095 100644
--- a/harmony-proxy/harmony-proxy-tests.ts
+++ b/harmony-proxy/harmony-proxy-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as Proxy from "harmony-proxy";
diff --git a/hasher/hasher-tests.ts b/hasher/hasher-tests.ts
index 5c43af9b03..5e988c7601 100644
--- a/hasher/hasher-tests.ts
+++ b/hasher/hasher-tests.ts
@@ -1,4 +1,4 @@
-///
+
//handle hash changes
function handleChanges(newHash: any, oldHash: any) {
diff --git a/hashids/hashids-tests.ts b/hashids/hashids-tests.ts
index 9e51c8b8ab..e1a6c094ec 100644
--- a/hashids/hashids-tests.ts
+++ b/hashids/hashids-tests.ts
@@ -1,4 +1,4 @@
-///
+
/* require hashids */
import Hashids = require("hashids");
diff --git a/hashset/hashset-tests.ts b/hashset/hashset-tests.ts
index fda2e4d1a2..71c2e1eafa 100644
--- a/hashset/hashset-tests.ts
+++ b/hashset/hashset-tests.ts
@@ -1,4 +1,4 @@
-///
+
class Point {
constructor(public x: number, public y: number) {
diff --git a/hashtable/hashtable-tests.ts b/hashtable/hashtable-tests.ts
index 9c90b5729d..23ce9a9c00 100644
--- a/hashtable/hashtable-tests.ts
+++ b/hashtable/hashtable-tests.ts
@@ -1,4 +1,4 @@
-///
+
class Point {
constructor(public x: number, public y: number) {
diff --git a/heap/heap-tests.ts b/heap/heap-tests.ts
index 605425893c..351e2737e5 100644
--- a/heap/heap-tests.ts
+++ b/heap/heap-tests.ts
@@ -1,4 +1,4 @@
-///
+
var numberComparator = (a: number, b: number) => { return a.toString().length - b.toString().length; };
var stringComparator = (a: string, b: string) => { return a.length - b.length; };
diff --git a/heatmap.js/heatmap-tests.ts b/heatmap.js/heatmap-tests.ts
index a90eb0aea4..c2f2d34c16 100644
--- a/heatmap.js/heatmap-tests.ts
+++ b/heatmap.js/heatmap-tests.ts
@@ -1,4 +1,4 @@
-///
+
var baseLayer = L.tileLayer(
'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
diff --git a/hellojs/hellojs-tests.ts b/hellojs/hellojs-tests.ts
index cdecb287fd..9883c7a529 100644
--- a/hellojs/hellojs-tests.ts
+++ b/hellojs/hellojs-tests.ts
@@ -1,4 +1,4 @@
-///
+
hello.init({
'facebook': '',
diff --git a/helmet/helmet-tests.ts b/helmet/helmet-tests.ts
index b08a60d29f..2b5f94e66f 100644
--- a/helmet/helmet-tests.ts
+++ b/helmet/helmet-tests.ts
@@ -1,4 +1,4 @@
-///
+
import express = require("../express")
import helmet = require("helmet");
diff --git a/highcharts-ng/highcharts-ng-tests.ts b/highcharts-ng/highcharts-ng-tests.ts
index 1145ab0f58..925d398fb5 100644
--- a/highcharts-ng/highcharts-ng-tests.ts
+++ b/highcharts-ng/highcharts-ng-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
var app = angular.module('app', ['highcharts-ng']);
diff --git a/highcharts/highcharts-tests.ts b/highcharts/highcharts-tests.ts
index 86db545c6b..a234f80967 100644
--- a/highcharts/highcharts-tests.ts
+++ b/highcharts/highcharts-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
function originalTests() {
diff --git a/highcharts/highstock-tests.ts b/highcharts/highstock-tests.ts
index 53ceec9263..07a98a6e42 100644
--- a/highcharts/highstock-tests.ts
+++ b/highcharts/highstock-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
var someData = [1, 2, 3, 4, 5, 6, 7, 8, 9];
diff --git a/highcharts/highstock.d.ts b/highcharts/highstock.d.ts
index c896035fa7..ac4064ddd1 100644
--- a/highcharts/highstock.d.ts
+++ b/highcharts/highstock.d.ts
@@ -3,7 +3,7 @@
// Definitions by: David Deutsch
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
interface HighstockChartObject extends HighchartsChartObject {
options: HighstockOptions;
diff --git a/highland/highland-tests.ts b/highland/highland-tests.ts
index 7a67670edd..7c813e1c1e 100644
--- a/highland/highland-tests.ts
+++ b/highland/highland-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Note: try to maintain the ordering and separators
diff --git a/highlight.js/highlightjs-tests.ts b/highlight.js/highlightjs-tests.ts
index 233d1fa3e6..52ae9446cf 100644
--- a/highlight.js/highlightjs-tests.ts
+++ b/highlight.js/highlightjs-tests.ts
@@ -5,7 +5,7 @@
Project Page: http://softwaremaniacs.org/soft/highlight/en/
*/
-///
+
import hljs = require("highlight.js");
diff --git a/history/history-tests.ts b/history/history-tests.ts
index 920d774334..46c848d1b7 100644
--- a/history/history-tests.ts
+++ b/history/history-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Since History is defined in lib.d.ts as well
// the name for our interfaces was chosen to be Historyjs
diff --git a/hooker/hooker-tests.ts b/hooker/hooker-tests.ts
index 96cb6715e8..bd375affac 100644
--- a/hooker/hooker-tests.ts
+++ b/hooker/hooker-tests.ts
@@ -1,4 +1,4 @@
-///
+
import hooker = require('hooker');
diff --git a/hopscotch/hopscotch-tests.ts b/hopscotch/hopscotch-tests.ts
index fb1d1c68a5..0690e17e4b 100644
--- a/hopscotch/hopscotch-tests.ts
+++ b/hopscotch/hopscotch-tests.ts
@@ -1,4 +1,4 @@
-///
+
var tourDefinition: TourDefinition = {
id: 'intro-tour',
diff --git a/html-to-text/html-to-text-tests.ts b/html-to-text/html-to-text-tests.ts
index e49739aa10..50c3f43dab 100644
--- a/html-to-text/html-to-text-tests.ts
+++ b/html-to-text/html-to-text-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as htmlToText from 'html-to-text';
diff --git a/html2canvas/html2canvas-tests.ts b/html2canvas/html2canvas-tests.ts
index 389e3f2860..ab9f5225ab 100644
--- a/html2canvas/html2canvas-tests.ts
+++ b/html2canvas/html2canvas-tests.ts
@@ -1,4 +1,4 @@
-///
+
var element: HTMLElement;
diff --git a/http-status/http-status-tests.ts b/http-status/http-status-tests.ts
index 12971578fb..f52547bca2 100644
--- a/http-status/http-status-tests.ts
+++ b/http-status/http-status-tests.ts
@@ -1,4 +1,4 @@
-///
+
import httpStatus = require('http-status');
diff --git a/humane/humane-tests.ts b/humane/humane-tests.ts
index 9ae0ee3eb0..3998176158 100644
--- a/humane/humane-tests.ts
+++ b/humane/humane-tests.ts
@@ -1,4 +1,4 @@
-///
+
humane.log("Welcome Back");
humane.log(["List","of","Items"]);
diff --git a/hystrixjs/hystrixjs-tests.ts b/hystrixjs/hystrixjs-tests.ts
index c273565b10..0304c402b7 100644
--- a/hystrixjs/hystrixjs-tests.ts
+++ b/hystrixjs/hystrixjs-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
import hystrixjs = require('hystrixjs');
diff --git a/i18n/i18n-node-tests.ts b/i18n/i18n-node-tests.ts
index 449068aff2..d649938858 100644
--- a/i18n/i18n-node-tests.ts
+++ b/i18n/i18n-node-tests.ts
@@ -6,7 +6,7 @@
///
-///
+
import express = require("../express");
import i18n = require("i18n");
diff --git a/i18next/i18next-tests-2.0.17.ts b/i18next/i18next-tests-2.0.17.ts
index e9a9540ce7..1333bda1b5 100644
--- a/i18next/i18next-tests-2.0.17.ts
+++ b/i18next/i18next-tests-2.0.17.ts
@@ -3,7 +3,7 @@
///
///
///
-///
+
declare function done(): void;
diff --git a/i18next/i18next-tests.ts b/i18next/i18next-tests.ts
index 48de33ac57..87ddf372f9 100644
--- a/i18next/i18next-tests.ts
+++ b/i18next/i18next-tests.ts
@@ -3,7 +3,7 @@
///
///
///
-///
+
import * as i18n from 'i18next';
diff --git a/iban/iban-tests.ts b/iban/iban-tests.ts
index f33faeebd0..ac79e97a99 100644
--- a/iban/iban-tests.ts
+++ b/iban/iban-tests.ts
@@ -1,4 +1,4 @@
-///
+
/**
* @summary Test for "electronicFormat" method.
diff --git a/ibm-mobilefirst/ibm-mobilefirst-tests.ts b/ibm-mobilefirst/ibm-mobilefirst-tests.ts
index 9a7ff1f3b5..92dbee824d 100644
--- a/ibm-mobilefirst/ibm-mobilefirst-tests.ts
+++ b/ibm-mobilefirst/ibm-mobilefirst-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// Tests
// Test WL.Client
diff --git a/imagesloaded/imagesloaded-tests.ts b/imagesloaded/imagesloaded-tests.ts
index 7ab773822b..3f5ead2831 100644
--- a/imagesloaded/imagesloaded-tests.ts
+++ b/imagesloaded/imagesloaded-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_ctor() {
// element
diff --git a/imgur-rest-api/imgur-rest-api-tests.ts b/imgur-rest-api/imgur-rest-api-tests.ts
index 247885557d..f54c6ba1c8 100644
--- a/imgur-rest-api/imgur-rest-api-tests.ts
+++ b/imgur-rest-api/imgur-rest-api-tests.ts
@@ -1,4 +1,4 @@
-///
+
function testAccount(account: ImgurRestApi.Account) : ImgurRestApi.Account {
return account;
diff --git a/impress/impress-tests.ts b/impress/impress-tests.ts
index 3e5c4c83fd..1dde1f4b82 100644
--- a/impress/impress-tests.ts
+++ b/impress/impress-tests.ts
@@ -1,4 +1,4 @@
-///
+
impress().init();
diff --git a/inflection/inflection-tests.ts b/inflection/inflection-tests.ts
index b4f758ef31..a0857d7098 100644
--- a/inflection/inflection-tests.ts
+++ b/inflection/inflection-tests.ts
@@ -1,4 +1,4 @@
-///
+
import inflection = require("inflection");
diff --git a/insight/insight-tests.ts b/insight/insight-tests.ts
index a108aeff9e..93d50d8dca 100644
--- a/insight/insight-tests.ts
+++ b/insight/insight-tests.ts
@@ -1,4 +1,4 @@
-///
+
declare var require:any;
diff --git a/interact.js/interact-tests.ts b/interact.js/interact-tests.ts
index 90f43a9668..1b78264574 100644
--- a/interact.js/interact-tests.ts
+++ b/interact.js/interact-tests.ts
@@ -1,4 +1,4 @@
-///
+
import interact = require("interact");
diff --git a/intercomjs/intercom-tests.ts b/intercomjs/intercom-tests.ts
index 89729ca284..62120ccb1b 100644
--- a/intercomjs/intercom-tests.ts
+++ b/intercomjs/intercom-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_intercom_static() {
var instance: intercom.Intercom = Intercom.getInstance();
diff --git a/intro.js/intro.js-tests.ts b/intro.js/intro.js-tests.ts
index a3e5c0e4dd..f4356aa364 100644
--- a/intro.js/intro.js-tests.ts
+++ b/intro.js/intro.js-tests.ts
@@ -1,4 +1,4 @@
-///
+
var intro = introJs();
var introWithElement = introJs(document.body);
diff --git a/invariant/invariant-tests.ts b/invariant/invariant-tests.ts
index 06a4e9b4ed..7481fa4681 100644
--- a/invariant/invariant-tests.ts
+++ b/invariant/invariant-tests.ts
@@ -1,4 +1,4 @@
-///
+
// will throw in dev mode (process.env.NODE_ENV !== 'production')
invariant(true);
diff --git a/inversify/inversify-global-tests.ts b/inversify/inversify-global-tests.ts
index c39b231b91..2e5736294d 100644
--- a/inversify/inversify-global-tests.ts
+++ b/inversify/inversify-global-tests.ts
@@ -1,4 +1,4 @@
-///
+
namespace global_module_test {
diff --git a/inversify/inversify-tests.ts b/inversify/inversify-tests.ts
index 23af8db21f..47cab2499a 100644
--- a/inversify/inversify-tests.ts
+++ b/inversify/inversify-tests.ts
@@ -1,4 +1,4 @@
-///
+
import {
Kernel,
diff --git a/ionic/ionic-tests.ts b/ionic/ionic-tests.ts
index 1790e542f1..2f587f0bf3 100644
--- a/ionic/ionic-tests.ts
+++ b/ionic/ionic-tests.ts
@@ -1,4 +1,4 @@
-///
+
var testIonic = angular.module('testIonic', ['ionic']);
diff --git a/ioredis/ioredis-tests.ts b/ioredis/ioredis-tests.ts
index 9280367917..f84f69b0fb 100644
--- a/ioredis/ioredis-tests.ts
+++ b/ioredis/ioredis-tests.ts
@@ -1,4 +1,4 @@
-///
+
import * as Redis from "ioredis";
var redis = new Redis();
diff --git a/ip/ip-tests.ts b/ip/ip-tests.ts
index 338c2bc040..2605d90581 100644
--- a/ip/ip-tests.ts
+++ b/ip/ip-tests.ts
@@ -1,4 +1,4 @@
-///
+
import ip = require('ip');
diff --git a/is/is_js-tests.ts b/is/is_js-tests.ts
index d90728e85e..fd0dee9c1f 100644
--- a/is/is_js-tests.ts
+++ b/is/is_js-tests.ts
@@ -1,4 +1,4 @@
-///
+
//#region Type checks
diff --git a/iscroll/iscroll-5-tests.ts b/iscroll/iscroll-5-tests.ts
index 07255e8333..7b485c4599 100644
--- a/iscroll/iscroll-5-tests.ts
+++ b/iscroll/iscroll-5-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myScroll1 = new IScroll('#wrapper');
var myScroll2 = new IScroll('#wrapper', { hScrollbar: false, vScrollbar: false });
diff --git a/iscroll/iscroll-tests.ts b/iscroll/iscroll-tests.ts
index 065f374ad3..09133f4175 100644
--- a/iscroll/iscroll-tests.ts
+++ b/iscroll/iscroll-tests.ts
@@ -1,4 +1,4 @@
-///
+
var myScroll1 = new iScroll('wrapper');
var myScroll2 = new iScroll('wrapper', { hScrollbar: false, vScrollbar: false });
diff --git a/iso8601-localizer/iso8601-localizer-tests.ts b/iso8601-localizer/iso8601-localizer-tests.ts
index 1368b8d78a..f2acae3101 100644
--- a/iso8601-localizer/iso8601-localizer-tests.ts
+++ b/iso8601-localizer/iso8601-localizer-tests.ts
@@ -9,7 +9,7 @@ import ISO8601Localizer = require('iso8601-localizer');
For client-side users include the module as internal module as shown below:
*/
-///
+
new ISO8601Localizer('2015-06-02T14:13:12').localize();
diff --git a/jake/jake-tests.ts b/jake/jake-tests.ts
index 3459083dc9..dc9691643f 100644
--- a/jake/jake-tests.ts
+++ b/jake/jake-tests.ts
@@ -1,5 +1,5 @@
// https://github.com/mde/jake
-///
+
import path = require("path");
diff --git a/jasmine-ajax/jasmine-ajax-tests.ts b/jasmine-ajax/jasmine-ajax-tests.ts
index e7f142c7ed..8cea33e453 100644
--- a/jasmine-ajax/jasmine-ajax-tests.ts
+++ b/jasmine-ajax/jasmine-ajax-tests.ts
@@ -4,7 +4,7 @@
*/
///
-///
+
declare function getJasmineRequireObj();
diff --git a/jasmine-data_driven_tests/jasmine-data_driven_tests-tests.ts b/jasmine-data_driven_tests/jasmine-data_driven_tests-tests.ts
index 1789542a91..e14f89b7ad 100644
--- a/jasmine-data_driven_tests/jasmine-data_driven_tests-tests.ts
+++ b/jasmine-data_driven_tests/jasmine-data_driven_tests-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
all("A data driven test is a suite with multiple specs",
diff --git a/jasmine-es6-promise-matchers/jasmine-es6-promise-matchers-tests.ts b/jasmine-es6-promise-matchers/jasmine-es6-promise-matchers-tests.ts
index d2917e7612..148725ca29 100644
--- a/jasmine-es6-promise-matchers/jasmine-es6-promise-matchers-tests.ts
+++ b/jasmine-es6-promise-matchers/jasmine-es6-promise-matchers-tests.ts
@@ -1,4 +1,4 @@
-///
+
describe('specs', () => {
beforeEach(() => {
diff --git a/jasmine-expect/jasmine-expect-tests.ts b/jasmine-expect/jasmine-expect-tests.ts
index 41b6cb2089..7753cc7381 100644
--- a/jasmine-expect/jasmine-expect-tests.ts
+++ b/jasmine-expect/jasmine-expect-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// Taken directly from the test directory of the original repo
diff --git a/jasmine-fixture/jasmine-fixture-tests.ts b/jasmine-fixture/jasmine-fixture-tests.ts
index 90a2350d1c..b0ec42d512 100644
--- a/jasmine-fixture/jasmine-fixture-tests.ts
+++ b/jasmine-fixture/jasmine-fixture-tests.ts
@@ -1,7 +1,7 @@
///
///
///
-///
+
describe("Jasmine fixture extension", () => {
describe("Affixes dom elements to body", () => {
diff --git a/jasmine-jquery/jasmine-jquery-tests.ts b/jasmine-jquery/jasmine-jquery-tests.ts
index 96c2043ebe..67b349d45e 100644
--- a/jasmine-jquery/jasmine-jquery-tests.ts
+++ b/jasmine-jquery/jasmine-jquery-tests.ts
@@ -1,6 +1,6 @@
///
///
-///
+
describe("Jasmine jQuery extension", () => {
it("Adds jQuery matchers", () => {
diff --git a/jasmine-matchers/jasmine-matchers-tests.ts b/jasmine-matchers/jasmine-matchers-tests.ts
index 2701ae9c0d..dc92e809dc 100644
--- a/jasmine-matchers/jasmine-matchers-tests.ts
+++ b/jasmine-matchers/jasmine-matchers-tests.ts
@@ -15,7 +15,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
*/
///
-///
+
describe('toBeArray', function () {
describe('matches', function () {
diff --git a/jasmine-node/jasmine-node-tests.ts b/jasmine-node/jasmine-node-tests.ts
index ca1615a676..9cf9540cfa 100644
--- a/jasmine-node/jasmine-node-tests.ts
+++ b/jasmine-node/jasmine-node-tests.ts
@@ -3,7 +3,7 @@
// Definitions by: Sven Reglitzki
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-///
+
it("should have a timeout parameter", () => {}, 1000);
it("should have an optional timeout parameter", () => {});
diff --git a/jasmine-promise-matchers/jasmine-promise-matchers-tests.ts b/jasmine-promise-matchers/jasmine-promise-matchers-tests.ts
index 28eb34aa1c..6ea4d32b94 100644
--- a/jasmine-promise-matchers/jasmine-promise-matchers-tests.ts
+++ b/jasmine-promise-matchers/jasmine-promise-matchers-tests.ts
@@ -1,4 +1,4 @@
-///
+
describe('something', () => {
beforeEach(() => {
diff --git a/jasmine/jasmine-tests.ts b/jasmine/jasmine-tests.ts
index 45b2d155a6..9d2a91ab7b 100644
--- a/jasmine/jasmine-tests.ts
+++ b/jasmine/jasmine-tests.ts
@@ -1,4 +1,4 @@
-///
+
// tests based on http://jasmine.github.io/2.2/introduction.html
diff --git a/jasmine/legacy/jasmine-1.3-tests.ts b/jasmine/legacy/jasmine-1.3-tests.ts
index 0f3d0766ca..7d62ce546c 100644
--- a/jasmine/legacy/jasmine-1.3-tests.ts
+++ b/jasmine/legacy/jasmine-1.3-tests.ts
@@ -1,4 +1,4 @@
-///
+
describe("A suite", () => {
it("contains spec with an expectation", () => {
diff --git a/java-applet/java-applet-tests.ts b/java-applet/java-applet-tests.ts
index cf652a4430..969b5102f6 100644
--- a/java-applet/java-applet-tests.ts
+++ b/java-applet/java-applet-tests.ts
@@ -1,4 +1,4 @@
-///
+
/**
* @summary Test for the typage.
diff --git a/javascript-astar/javascript-astar-tests.ts b/javascript-astar/javascript-astar-tests.ts
index 11e26fe030..c5a4eb3ac5 100644
--- a/javascript-astar/javascript-astar-tests.ts
+++ b/javascript-astar/javascript-astar-tests.ts
@@ -1,4 +1,4 @@
-///
+
function test_create() {
let graph: Graph = new Graph([]);
diff --git a/jbinary/jbinary-tests.ts b/jbinary/jbinary-tests.ts
index f5f2abcbb4..a519fa5819 100644
--- a/jbinary/jbinary-tests.ts
+++ b/jbinary/jbinary-tests.ts
@@ -1,4 +1,4 @@
-///
+
jBinary.loadData([0x05, 0x03, 0x7F, 0x1E]);
jBinary.load([0x05, 0x03, 0x7F, 0x1E]);
diff --git a/jdataview/jdataview-tests.ts b/jdataview/jdataview-tests.ts
index 4845f7a33b..1125054ab8 100644
--- a/jdataview/jdataview-tests.ts
+++ b/jdataview/jdataview-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
interface TARMetaData {
diff --git a/jee-jsf/jsf-tests.ts b/jee-jsf/jsf-tests.ts
index 76815bf9ee..1591bf1dd7 100644
--- a/jee-jsf/jsf-tests.ts
+++ b/jee-jsf/jsf-tests.ts
@@ -1,4 +1,4 @@
-///
+
function callbackWithoutData() {
diff --git a/jest/jest-tests.ts b/jest/jest-tests.ts
index f3e33c4061..c35b5d19f2 100644
--- a/jest/jest-tests.ts
+++ b/jest/jest-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Tests based on the Jest website
jest.unmock('../sum');
diff --git a/jfp/jfp-tests.ts b/jfp/jfp-tests.ts
index 4612e36547..07ad67df42 100644
--- a/jfp/jfp-tests.ts
+++ b/jfp/jfp-tests.ts
@@ -1,4 +1,4 @@
-///
+
function testFn () {};
diff --git a/joData/joData-tests.ts b/joData/joData-tests.ts
index 62dd1569ce..3327a23603 100644
--- a/joData/joData-tests.ts
+++ b/joData/joData-tests.ts
@@ -1,4 +1,4 @@
-///
+
var query = new jo('http://test.com');
diff --git a/jointjs/README.md b/jointjs/README.md
index 5ea728842f..c15dce6c58 100644
--- a/jointjs/README.md
+++ b/jointjs/README.md
@@ -6,4 +6,4 @@ Current version 0.6
## Referencing JointJS definition files in your code
-Add `/// ` at the top of your code.
\ No newline at end of file
+Add `` at the top of your code.
\ No newline at end of file
diff --git a/jqgrid/jqgrid-tests.ts b/jqgrid/jqgrid-tests.ts
index 366f7d208f..2c84c39fe1 100644
--- a/jqgrid/jqgrid-tests.ts
+++ b/jqgrid/jqgrid-tests.ts
@@ -3,4 +3,3 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///
-///
\ No newline at end of file
diff --git a/jquery-easy-loading/jquery-easy-loading-tests.ts b/jquery-easy-loading/jquery-easy-loading-tests.ts
index 67a72da2d4..7a59d3d617 100644
--- a/jquery-easy-loading/jquery-easy-loading-tests.ts
+++ b/jquery-easy-loading/jquery-easy-loading-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
function test_options() {
diff --git a/jquery-galleria/jquery-galleria-tests.ts b/jquery-galleria/jquery-galleria-tests.ts
index 4d132a931e..edf0ceb3cc 100644
--- a/jquery-galleria/jquery-galleria-tests.ts
+++ b/jquery-galleria/jquery-galleria-tests.ts
@@ -1,4 +1,4 @@
-///
+
namespace JqueryGalleriaTests {
var container = document.createElement("galleria");
diff --git a/jquery-handsontable/jquery-handsontable-tests.ts b/jquery-handsontable/jquery-handsontable-tests.ts
index f28af64210..267ab30d8a 100644
--- a/jquery-handsontable/jquery-handsontable-tests.ts
+++ b/jquery-handsontable/jquery-handsontable-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
var data = [
["", "Maserati", "Mazda", "Mercedes", "Mini", "Mitsubishi"],
diff --git a/jquery-sortable/jquery-sortable-tests.ts b/jquery-sortable/jquery-sortable-tests.ts
index defb44e429..84f07ccf42 100644
--- a/jquery-sortable/jquery-sortable-tests.ts
+++ b/jquery-sortable/jquery-sortable-tests.ts
@@ -1,4 +1,4 @@
-///
+
/**
diff --git a/jquery-urlparam/jquery-urlparam-tests.ts b/jquery-urlparam/jquery-urlparam-tests.ts
index 5e244f9643..a8ca144bb3 100644
--- a/jquery-urlparam/jquery-urlparam-tests.ts
+++ b/jquery-urlparam/jquery-urlparam-tests.ts
@@ -1,4 +1,4 @@
///
-///
+
console.log($.urlParam('variable'));
diff --git a/jquery-validation-unobtrusive/jquery-validation-unobtrusive-tests.ts b/jquery-validation-unobtrusive/jquery-validation-unobtrusive-tests.ts
index 96ccbe325a..ac57a4130a 100644
--- a/jquery-validation-unobtrusive/jquery-validation-unobtrusive-tests.ts
+++ b/jquery-validation-unobtrusive/jquery-validation-unobtrusive-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Test overloads for `add` method
$.validator.unobtrusive.adapters.add("adapter", () => { });
diff --git a/jquery.ajaxfile/jquery.ajaxFile-tests.ts b/jquery.ajaxfile/jquery.ajaxFile-tests.ts
index 975100e317..364220325a 100644
--- a/jquery.ajaxfile/jquery.ajaxFile-tests.ts
+++ b/jquery.ajaxfile/jquery.ajaxFile-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
///
diff --git a/jquery.autosize/jquery.autosize-tests.ts b/jquery.autosize/jquery.autosize-tests.ts
index c6168dc279..c7dfdc6770 100644
--- a/jquery.autosize/jquery.autosize-tests.ts
+++ b/jquery.autosize/jquery.autosize-tests.ts
@@ -1,4 +1,4 @@
-///
+
// from a NodeList
autosize(document.querySelectorAll('textarea'));
diff --git a/jquery.base64/jquery.base64-tests.ts b/jquery.base64/jquery.base64-tests.ts
index 7c8ba0cf67..447a917620 100644
--- a/jquery.base64/jquery.base64-tests.ts
+++ b/jquery.base64/jquery.base64-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
var encoded = $.base64.encode("");
$.base64.decode(encoded);
diff --git a/jquery.bbq/jquery.bbq-tests.ts b/jquery.bbq/jquery.bbq-tests.ts
index fec710752e..fd49051ed3 100644
--- a/jquery.bbq/jquery.bbq-tests.ts
+++ b/jquery.bbq/jquery.bbq-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// ************** Tests to jquery JQueryParam interface
diff --git a/jquery.blockUI/jquery.blockUI-tests.ts b/jquery.blockUI/jquery.blockUI-tests.ts
index 234340b938..325ec6dc26 100644
--- a/jquery.blockUI/jquery.blockUI-tests.ts
+++ b/jquery.blockUI/jquery.blockUI-tests.ts
@@ -1,4 +1,4 @@
-///
+
$.blockUI();
var opt: JQBlockUIOptions = {
diff --git a/jquery.contextMenu/jquery.contextMenu-tests.ts b/jquery.contextMenu/jquery.contextMenu-tests.ts
index df1b479436..9e58851cff 100644
--- a/jquery.contextMenu/jquery.contextMenu-tests.ts
+++ b/jquery.contextMenu/jquery.contextMenu-tests.ts
@@ -1,4 +1,4 @@
-///
+
//http://medialize.github.io/jQuery-contextMenu/docs.html
diff --git a/jquery.customSelect/jquery.customSelect-tests.ts b/jquery.customSelect/jquery.customSelect-tests.ts
index dcadca4299..b0dc9554a9 100644
--- a/jquery.customSelect/jquery.customSelect-tests.ts
+++ b/jquery.customSelect/jquery.customSelect-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
class CustomSelectOptions implements JQueryCustomSelectOption {
"customClass": string;
diff --git a/jquery.dataTables/jquery.dataTables-tests.ts b/jquery.dataTables/jquery.dataTables-tests.ts
index dd164f739e..d1c8ebb3aa 100644
--- a/jquery.dataTables/jquery.dataTables-tests.ts
+++ b/jquery.dataTables/jquery.dataTables-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
$(document).ready(function () {
//#region "Language"
diff --git a/jquery.dropotron/jquery.dropotron-tests.ts b/jquery.dropotron/jquery.dropotron-tests.ts
index badc7b0ce5..3a535ae60c 100644
--- a/jquery.dropotron/jquery.dropotron-tests.ts
+++ b/jquery.dropotron/jquery.dropotron-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
/**
* @summary Test for "dropotron" without configurations.
diff --git a/jquery.dynatree/jquery.dynatree-tests.ts b/jquery.dynatree/jquery.dynatree-tests.ts
index df1a17f103..b9a509e277 100644
--- a/jquery.dynatree/jquery.dynatree-tests.ts
+++ b/jquery.dynatree/jquery.dynatree-tests.ts
@@ -1,4 +1,4 @@
-///
+
var dynatree = $('element').dynatree();
diff --git a/jquery.fileupload/jquery.fileupload-tests.ts b/jquery.fileupload/jquery.fileupload-tests.ts
index 87149e0151..89086c56fb 100644
--- a/jquery.fileupload/jquery.fileupload-tests.ts
+++ b/jquery.fileupload/jquery.fileupload-tests.ts
@@ -1,4 +1,4 @@
-///
+
/*
* Handle the event of adding a file to the jQuery Upload plugin.
diff --git a/jquery.gridster/gridster-tests.ts b/jquery.gridster/gridster-tests.ts
index 99edbb9a82..4dc3e3f27e 100644
--- a/jquery.gridster/gridster-tests.ts
+++ b/jquery.gridster/gridster-tests.ts
@@ -1,4 +1,4 @@
-///
+
interface SerializeData {
x?: number;
diff --git a/jquery.highlight-bartaz/jquery.highlight-bartaz-tests.ts b/jquery.highlight-bartaz/jquery.highlight-bartaz-tests.ts
index 90d60e83fd..39c1f9d28a 100644
--- a/jquery.highlight-bartaz/jquery.highlight-bartaz-tests.ts
+++ b/jquery.highlight-bartaz/jquery.highlight-bartaz-tests.ts
@@ -1,4 +1,4 @@
-///
+
diff --git a/jquery.joyride/jquery.joyride-tests.ts b/jquery.joyride/jquery.joyride-tests.ts
index fed954e693..f0a51b5270 100644
--- a/jquery.joyride/jquery.joyride-tests.ts
+++ b/jquery.joyride/jquery.joyride-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
var options: JoyrideOptions;
options.autoStart = true;
diff --git a/jquery.leanModal/jquery.leanModal-tests.ts b/jquery.leanModal/jquery.leanModal-tests.ts
index 966f5e1217..fb6c4ae344 100644
--- a/jquery.leanModal/jquery.leanModal-tests.ts
+++ b/jquery.leanModal/jquery.leanModal-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
class LeanModalOptions implements JQueryLeanModalOption {
top : number;
diff --git a/jquery.menuaim/jquery.menuaim-tests.ts b/jquery.menuaim/jquery.menuaim-tests.ts
index 4a163a0163..d1f83e322e 100644
--- a/jquery.menuaim/jquery.menuaim-tests.ts
+++ b/jquery.menuaim/jquery.menuaim-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
$('div').menuAim({
activate: function () { },
deactivate: function () { },
diff --git a/jquery.notifyBar/jquery.notifyBar-tests.ts b/jquery.notifyBar/jquery.notifyBar-tests.ts
index 8338fc8304..e5cb4454c1 100644
--- a/jquery.notifyBar/jquery.notifyBar-tests.ts
+++ b/jquery.notifyBar/jquery.notifyBar-tests.ts
@@ -1,4 +1,4 @@
-///
+
$(function() {
$.notifyBar({
diff --git a/jquery.pjax.falsandtru/jquery.pjax-tests.ts b/jquery.pjax.falsandtru/jquery.pjax-tests.ts
index c57afb9e74..33a3efa5cf 100644
--- a/jquery.pjax.falsandtru/jquery.pjax-tests.ts
+++ b/jquery.pjax.falsandtru/jquery.pjax-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
function test_pjax() {
diff --git a/jquery.pjax/jquery.pjax-tests.ts b/jquery.pjax/jquery.pjax-tests.ts
index 1918ea6631..25422922d8 100644
--- a/jquery.pjax/jquery.pjax-tests.ts
+++ b/jquery.pjax/jquery.pjax-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
function test_fn_pjax() {
diff --git a/jquery.pnotify/jquery.pnotify-tests.ts b/jquery.pnotify/jquery.pnotify-tests.ts
index 6ed6940a87..f14a490668 100644
--- a/jquery.pnotify/jquery.pnotify-tests.ts
+++ b/jquery.pnotify/jquery.pnotify-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
function test_pnotify() {
diff --git a/jquery.postMessage/jquery.postMessage-tests.ts b/jquery.postMessage/jquery.postMessage-tests.ts
index 4b65d7e67b..f7db3a8f50 100644
--- a/jquery.postMessage/jquery.postMessage-tests.ts
+++ b/jquery.postMessage/jquery.postMessage-tests.ts
@@ -1,4 +1,4 @@
-///
+
///
function test_postMessage() {
diff --git a/jquery.prettyphoto/jquery.prettyphoto-tests.ts b/jquery.prettyphoto/jquery.prettyphoto-tests.ts
index e691d2bd81..54198cc265 100644
--- a/jquery.prettyphoto/jquery.prettyphoto-tests.ts
+++ b/jquery.prettyphoto/jquery.prettyphoto-tests.ts
@@ -1,7 +1,7 @@
// Tests for prettyPhoto library
///
-///
+
// JQUERY
diff --git a/jquery.tagsmanager/jquery.tagsmanager-tests.ts b/jquery.tagsmanager/jquery.tagsmanager-tests.ts
index ba3285fde5..33af6a8b7b 100644
--- a/jquery.tagsmanager/jquery.tagsmanager-tests.ts
+++ b/jquery.tagsmanager/jquery.tagsmanager-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
var options: ITagsManagerOptions = {
prefilled: ["Pisa", "Rome"],
diff --git a/jquery.timer/jquery.timer-tests.ts b/jquery.timer/jquery.timer-tests.ts
index 7d0507c2be..e5d1cdaa3a 100644
--- a/jquery.timer/jquery.timer-tests.ts
+++ b/jquery.timer/jquery.timer-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// Create the timer
$("body").timer(
diff --git a/jquery.tinycarousel/jquery.tinycarousel-tests.ts b/jquery.tinycarousel/jquery.tinycarousel-tests.ts
index 1a4eb79944..b0d32bfe77 100644
--- a/jquery.tinycarousel/jquery.tinycarousel-tests.ts
+++ b/jquery.tinycarousel/jquery.tinycarousel-tests.ts
@@ -1,4 +1,4 @@
-///
+
$('#slider1').tinycarousel();
diff --git a/jquery.tinyscrollbar/jquery.tinyscrollbar-tests.ts b/jquery.tinyscrollbar/jquery.tinyscrollbar-tests.ts
index d66388cb18..fbf646dbe5 100644
--- a/jquery.tinyscrollbar/jquery.tinyscrollbar-tests.ts
+++ b/jquery.tinyscrollbar/jquery.tinyscrollbar-tests.ts
@@ -1,4 +1,4 @@
-///
+
$('#scrollbar1').tinyscrollbar();
$('#scrollbar2').tinyscrollbar({ axis: 'x' });
diff --git a/jquery.tooltipster/jquery.tooltipster-tests.ts b/jquery.tooltipster/jquery.tooltipster-tests.ts
index 8a8f29acae..dde6ef1408 100644
--- a/jquery.tooltipster/jquery.tooltipster-tests.ts
+++ b/jquery.tooltipster/jquery.tooltipster-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Type definition tests for jQuery Tooltipster 3.0.5
// Project: https://github.com/iamceege/tooltipster
diff --git a/jquery.ui.datetimepicker/jquery.ui.datetimepicker-tests.ts b/jquery.ui.datetimepicker/jquery.ui.datetimepicker-tests.ts
index 130ef6b34e..44996637da 100644
--- a/jquery.ui.datetimepicker/jquery.ui.datetimepicker-tests.ts
+++ b/jquery.ui.datetimepicker/jquery.ui.datetimepicker-tests.ts
@@ -1,5 +1,5 @@
///
-///
+
// basic no options
$('#datetimepicker').datetimepicker({
diff --git a/jquery.uniform/jquery.uniform-tests.ts b/jquery.uniform/jquery.uniform-tests.ts
index 593ebab2b9..758a2c7c21 100644
--- a/jquery.uniform/jquery.uniform-tests.ts
+++ b/jquery.uniform/jquery.uniform-tests.ts
@@ -1,4 +1,4 @@
-///
+
// Style all