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

Bring back exported defaultInitCompilerOptions #59436

Merged

Conversation

jakebailey
Copy link
Member

This was removed in #56817, but is unfortunately used by the website to generate docs: https://github.com/microsoft/TypeScript-Website/blob/251ab25b100a845dfb09c7b739b05d97761f272b/packages/tsconfig-reference/scripts/tsconfigRules.ts#L6-L10

Added a note to the other three too.

We should probably reconsider these.

@jakebailey jakebailey requested a review from rbuckton July 26, 2024 20:53
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jul 26, 2024
@jakebailey
Copy link
Member Author

@typescript-bot pack this

@typescript-bot
Copy link
Collaborator

typescript-bot commented Jul 26, 2024

Starting jobs; this comment will be updated as builds start and complete.

Command Status Results
pack this ✅ Started ✅ Results

@typescript-bot
Copy link
Collaborator

typescript-bot commented Jul 26, 2024

Hey @jakebailey, I've packed this into an installable tgz. You can install it for testing by referencing it in your package.json like so:

{
    "devDependencies": {
        "typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/163029/artifacts?artifactName=tgz&fileId=B437C4BEE4B6F1154069B32C91C2014C289B5D6F2EEDCD9D6F33193D6367BFE202&fileName=/typescript-5.6.0-insiders.20240726.tgz"
    }
}

and then running npm install.


There is also a playground for this build and an npm module you can use via "typescript": "npm:@typescript-deploys/pr-build@5.6.0-pr-59436-2".;

@jakebailey jakebailey merged commit 574ae44 into microsoft:main Jul 26, 2024
32 checks passed
@jakebailey jakebailey deleted the reexport-defaultInitCompilerOptions branch July 26, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants