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

fix(scripts): noEmit appears to no longer be supported with references #72

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

SimeonC
Copy link
Collaborator

@SimeonC SimeonC commented Aug 5, 2022

In typescript, if there are multiple references we cannot use noEmit (see here and here) so this needs to be turned off in those situations. Also enabling incremental mode to help speed up build/check times.

Found this issue again in tablekit-next branch which didn't seem to be fixed last time.

📦 Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @tablecheck/scripts@2.3.4-canary.72.2802458487.0
# or 
yarn add @tablecheck/scripts@2.3.4-canary.72.2802458487.0

@SimeonC SimeonC added the patch Increment the patch version when merged label Aug 5, 2022
@SimeonC SimeonC enabled auto-merge (rebase) August 5, 2022 08:40
@github-actions
Copy link

github-actions bot commented Aug 5, 2022

Unit Test Results

    3 files    12 suites   10s ⏱️
137 tests 137 ✔️ 0 💤 0
151 runs  151 ✔️ 0 💤 0

Results for commit 6acc5f3.

♻️ This comment has been updated with latest results.

In typescript, if there are multiple references we cannot use `noEmit` so this needs to be turned off in those situations. Also enabling incremental mode to help speed up build/check times.

Deps updated to fix audit issues.
@SimeonC SimeonC merged commit fe111ca into main Aug 5, 2022
@SimeonC SimeonC deleted the fix-typescript-again branch August 5, 2022 10:01
@tablecheck-public-automation
Copy link
Collaborator

🚀 PR was released in @tablecheck/scripts@2.3.4 🚀

@tablecheck-public-automation tablecheck-public-automation added the released This issue/pull request has been released. label Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants