Skip to content

chore(apps): refactor deno-runtime imports#41103

Draft
d-gubert wants to merge 1 commit into
developfrom
chore/deno-runtime-imports
Draft

chore(apps): refactor deno-runtime imports#41103
d-gubert wants to merge 1 commit into
developfrom
chore/deno-runtime-imports

Conversation

@d-gubert

@d-gubert d-gubert commented Jun 29, 2026

Copy link
Copy Markdown
Member
  • refactor(apps): drop .ts extensions and use direct ESM imports in deno-runtime
  • refactor(apps): drop Deno specific APIs in deno-runtime

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

Related to #41019 #41125

Review in cubic

@dionisio-bot

dionisio-bot Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the 'stat: QA assured' label
  • This PR is missing the required milestone or project

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

@changeset-bot

changeset-bot Bot commented Jun 29, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 810b2c5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d0eafc27-938c-40a3-b59f-ec9a612667b2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.15%. Comparing base (615ae2b) to head (810b2c5).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #41103      +/-   ##
===========================================
- Coverage    69.16%   69.15%   -0.02%     
===========================================
  Files         3433     3433              
  Lines       132323   132323              
  Branches     23087    23075      -12     
===========================================
- Hits         91518    91502      -16     
- Misses       37455    37468      +13     
- Partials      3350     3353       +3     
Flag Coverage Δ
unit 70.00% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…o-runtime

Remove .ts extensions from relative imports and replace the
require(...) helper pattern with direct ESM imports, aligning the
deno-runtime sources with node-runtime so the two trees converge
toward a shared base runtime. Mechanical, no behavior change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@d-gubert d-gubert force-pushed the chore/deno-runtime-imports branch from 15031fa to 810b2c5 Compare June 30, 2026 22:46
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.

1 participant