Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for "generateTrace" tsconfig option #523

Merged
merged 1 commit into from
Oct 24, 2020

Conversation

piotr-oles
Copy link
Collaborator

In response to #453 (comment)
Related TypeScript's PR: microsoft/TypeScript#40063

@@ -18,6 +18,13 @@ import {
import { createPerformance } from '../../profile/Performance';
import { connectTypeScriptPerformance } from '../profile/TypeScriptPerformance';

// write this type as it's available only in the newest TypeScript versions (^4.1.0)
Copy link
Member

Choose a reason for hiding this comment

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

So when typescript 4.1 ships we can lose this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We would have to upgrade typescript in dev dependencies, and then probably this type will be available (if it will be in the public API)

@piotr-oles piotr-oles merged commit e90c7e4 into alpha Oct 24, 2020
@piotr-oles piotr-oles deleted the feature/typescript-trace branch October 24, 2020 17:59
@piotr-oles
Copy link
Collaborator Author

🎉 This PR is included in version 6.0.0-alpha.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@piotr-oles
Copy link
Collaborator Author

🎉 This PR is included in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants