Skip to content

Conversation

@nbbeeken
Copy link
Contributor

Downlevel-dts is now run when ever defintions are generated and our package points typescript versions equal to 4.0.2 and older to these defintions. They target the lowest version downlevel-dts supports which is 3.4. I added a check to our CI to make sure that 4.0.2 will use and remain compatible with these types.

Copy link
Contributor

@dariakp dariakp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dariakp dariakp added the Team Review Needs review from team label Jun 25, 2021
@dariakp dariakp requested review from durran and emadum June 25, 2021 19:54
Copy link
Contributor

@emadum emadum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just confirming about xtrace being on, otherwise LGTM!

export NVM_DIR="${NODE_ARTIFACTS_PATH}/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

set -o xtrace
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this meant to stay here or is it left over from development? I find it generally clutters up logs having this on (and it can leak sensitive data).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just testing, now that I have the useful "echo"s we dont need this

@nbbeeken nbbeeken requested a review from emadum June 28, 2021 14:07
Copy link
Contributor

@emadum emadum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nbbeeken nbbeeken force-pushed the NODE-3331/downlevel-dts branch from ef608be to 42e86ae Compare June 29, 2021 18:37
@emadum emadum merged commit 27cf1d2 into 4.0 Jun 30, 2021
@emadum emadum deleted the NODE-3331/downlevel-dts branch June 30, 2021 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Team Review Needs review from team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants