From 9823363cf235862e75cf39084f5b8e2189e1db13 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Thu, 15 Sep 2016 17:50:02 -0700 Subject: [PATCH] Move TypeScript Azure Express App to Express 4 Part of #1271 This moves the TypeScript Azure Express App from Express 3 to Express 4. The changes are based on the TypeScript Express app template. --- Nodejs/Product/Nodejs/Nodejs.csproj | 19 +- .../TypeScriptExpressApp.njsproj | 9 +- .../TypeScriptExpressApp.vstemplate | 35 +- .../TypeScriptAzureExpressApp/app.ts | 56 +- .../express-serve-static-core.d.ts | 1072 ++++++++++ .../express-serve-static-core.typings.json | 8 + .../TypeScriptAzureExpressApp/express.d.ts | 1849 +---------------- .../express.typings.json | 8 + .../TypeScriptAzureExpressApp/mime.d.ts | 15 + .../mine.typings.json | 8 + .../TypeScriptAzureExpressApp/package.json | 11 +- .../serve-static.d.ts | 80 + .../serve-static.typings.json | 8 + .../TypeScriptAzureExpressApp/typings.json | 9 + .../TypeScriptAzureExpressApp/user.ts | 7 +- .../TypeScriptAzureExpressApp/www | 9 + .../TypeScriptExpressApp/package.json | 1 + 17 files changed, 1355 insertions(+), 1849 deletions(-) create mode 100644 Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/express-serve-static-core.d.ts create mode 100644 Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/express-serve-static-core.typings.json create mode 100644 Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/express.typings.json create mode 100644 Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/mime.d.ts create mode 100644 Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/mine.typings.json create mode 100644 Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/serve-static.d.ts create mode 100644 Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/serve-static.typings.json create mode 100644 Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/typings.json create mode 100644 Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/www diff --git a/Nodejs/Product/Nodejs/Nodejs.csproj b/Nodejs/Product/Nodejs/Nodejs.csproj index 12da29ffb..8697c098b 100644 --- a/Nodejs/Product/Nodejs/Nodejs.csproj +++ b/Nodejs/Product/Nodejs/Nodejs.csproj @@ -715,6 +715,12 @@ + + + + + + Designer @@ -1148,7 +1154,6 @@ - @@ -1171,6 +1176,18 @@ + + + + + + + + + + + +