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: ts was not finding .marko files #2334

Merged
merged 2 commits into from
Oct 24, 2024
Merged

fix: ts was not finding .marko files #2334

merged 2 commits into from
Oct 24, 2024

Conversation

LuLaValva
Copy link
Member

import type { Input } from "./index.marko";
//                         ^^^^^^^^^^^^^^^  File './index.marko' is not a module.

Description

Checklist:

  • I have read the CONTRIBUTING document and have signed (or will sign) the CLA.
  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

@LuLaValva LuLaValva self-assigned this Oct 24, 2024
Copy link

changeset-bot bot commented Oct 24, 2024

🦋 Changeset detected

Latest commit: d4796d2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@marko/compiler Patch
marko Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.76%. Comparing base (8256035) to head (d4796d2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2334   +/-   ##
=======================================
  Coverage   88.76%   88.76%           
=======================================
  Files         339      339           
  Lines       35367    35367           
  Branches     2099     2099           
=======================================
  Hits        31394    31394           
  Misses       3962     3962           
  Partials       11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DylanPiercey DylanPiercey merged commit 212fbd0 into main Oct 24, 2024
9 checks passed
@DylanPiercey DylanPiercey deleted the root-dependency-fix branch October 24, 2024 22:38
@github-actions github-actions bot mentioned this pull request Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants