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: lessen restarts, stabilize, and more opinionated defaults #2

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

LumaKernel
Copy link
Owner

@LumaKernel LumaKernel commented Mar 4, 2021

  • Won't restart if there is already workspace configuration and
    configured properly.
  • Won't write configuration if runtime target is node. This can be
    configured by tsdetect.doNotCreateOnNode.
  • Won't overwrite configuration if there already exists file by
    default. This can be configured by tsdetect.doNothingIfConfigExists.
  • Overriding more options can be set by tsdetect.{deno,node}Override

Lessen restarts:
  - Won't restart if there is already workspace configuration and
    configured properly.
  - Won't write configuration if runtime target is node. This can be
    configured by `tsdetect.doNotCreateOnNode`.
  - Won't overwrite configuration if there already exists file by
    default. This can be configured by `tsdetect.doNothingIfConfigExists`.
  - Overriding more options can be set by `tsdetect.{deno,node}Override`

BREAKING CHANGE: Only left workspace configuration target.
@LumaKernel LumaKernel merged commit 6393324 into main Mar 4, 2021
@LumaKernel LumaKernel deleted the v3 branch March 4, 2021 11:16
github-actions bot pushed a commit that referenced this pull request Mar 4, 2021
# [3.0.0](v2.1.0...v3.0.0) (2021-03-04)

### Features

* lessen restarts, stabilize, and more opinionated defaults ([#2](#2)) ([6393324](6393324))

### BREAKING CHANGES

* Only left workspace configuration target.
@github-actions
Copy link

github-actions bot commented Mar 4, 2021

🎉 This PR is included in version 3.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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant