Change gulpfile to TypeScript, update SwaggerToSDK generator version#5
Merged
2 commits merged intomasterfrom Sep 17, 2018
Merged
Change gulpfile to TypeScript, update SwaggerToSDK generator version#52 commits merged intomasterfrom
2 commits merged intomasterfrom
Conversation
RikkiGibson
reviewed
Sep 17, 2018
gulpfile.ts
Outdated
|
|
||
| function npmInstall(packageFolderPath) { | ||
| execSync(`npm install`, { cwd: packageFolderPath, stdio: ['ignore', 'ignore', 'pipe'] }); | ||
| function npmInstall(packageFolderPath: string): any { |
Member
There was a problem hiding this comment.
is this return type used now?
Author
There was a problem hiding this comment.
No. I added it just so that npmInstall() behaved a little more like execSync(), but since I wasn't using it I'll just make it void.
RikkiGibson
approved these changes
Sep 17, 2018
HarshaNalluru
referenced
this pull request
in HarshaNalluru/azure-sdk-for-js
Apr 12, 2019
Change gulpfile to TypeScript, update SwaggerToSDK generator version
HarshaNalluru
referenced
this pull request
in HarshaNalluru/azure-sdk-for-js
Apr 12, 2019
Initial PR for Azure SB over amqp
ramya0820
pushed a commit
to ramya0820/azure-sdk-for-js
that referenced
this pull request
May 1, 2019
renamed methods and added IotHubConnectionConfig
bterlson
pushed a commit
to bterlson/azure-sdk-for-js
that referenced
this pull request
May 24, 2019
fixing moment dependency strictly to 2.18.1
daviwil
pushed a commit
to daviwil/azure-sdk-for-js
that referenced
this pull request
Jun 7, 2019
Rename bodyAsJson to parsedBody
ramya-rao-a
referenced
this pull request
in ramya-rao-a/azure-sdk-for-js
Aug 23, 2019
[Event Hubs] Improve docs based on ux study
sarangan12
referenced
this pull request
in sarangan12/azure-sdk-for-js
Jul 14, 2020
Update autorest.typescript.csproj
sarangan12
referenced
this pull request
in sarangan12/azure-sdk-for-js
Jul 14, 2020
Add initial model transforms
deyaaeldeen
added a commit
that referenced
this pull request
Mar 6, 2026
- Fix __dirname usage in ESM test: derive from import.meta.url (#1) - Add .catch() handler on main() for deterministic error exit (#2) - Fail closed on truncated fork PR patches: track truncatedPatchKeys in validateInput and flag them as dependency-poisoning in detectSuspiciousPR (#3) - Separate stdout/stderr in workflow: remove 2>&1 so stderr goes to job log and stdout stays clean JSON for jq parsing (#4) - Drop tsx dependency: use node --experimental-strip-types with erasableSyntaxOnly + allowImportingTsExtensions, switch all imports from .js to .ts extensions (#5) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.