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-plugin): Fix common.js imports #667

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

roninjin10
Copy link
Collaborator

Description

Something about how ts-server works requires us to need to target common.js

Testing

Explain the quality checks that have been done on the code changes

Additional Information

Your ENS/address:

Copy link

vercel bot commented Nov 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evmts-docs ❌ Failed (Inspect) Nov 16, 2023 5:32am

Copy link

changeset-bot bot commented Nov 16, 2023

⚠️ No Changeset found

Latest commit: e1006eb

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

@roninjin10
Copy link
Collaborator Author

roninjin10 commented Nov 16, 2023

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/core (./packages/core)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 182 / 182
🟢 Statements 100% / 100% 182 / 182
🟢 Functions 100% / 100% 7 / 7
🟢 Branches 100% / 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/ethers (./extensions/ethers)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 20 / 20
🟢 Statements 100% / 100% 20 / 20
🟢 Functions 100% / 100% 0 / 0
🟢 Branches 100% / 100% 0 / 0
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/base (./bundler/base)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 252 / 252
🟢 Statements 100% / 100% 252 / 252
🟢 Functions 100% / 100% 13 / 13
🟢 Branches 100% / 100% 57 / 57
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/bun-plugin (./bundler/bun)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 113 / 113
🟢 Statements 100% / 100% 113 / 113
🟢 Functions 100% / 100% 4 / 4
🟢 Branches 100% / 100% 15 / 15
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/esbuild-plugin (./bundler/esbuild)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 3 / 3
🟢 Statements 100% / 100% 3 / 3
🟢 Functions 100% / 100% 0 / 0
🟢 Branches 100% / 100% 0 / 0
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/ts-plugin (./bundler/ts-plugin)

Status Category Percentage Covered / Total
🟢 Lines 92.79% / 92% 618 / 666
🟢 Statements 92.79% / 92% 618 / 666
🟢 Functions 96.96% / 96% 32 / 33
🟢 Branches 85.34% / 85% 99 / 116
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
bundler/ts-plugin/src/index.ts 100% 100% 100% 100%
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/config (./bundler/config)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 701 / 701
🟢 Statements 100% / 100% 701 / 701
🟢 Functions 100% / 100% 33 / 33
🟢 Branches 98.91% / 98% 91 / 92
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/schemas (./packages/schemas)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 4478 / 4478
🟢 Statements 100% / 100% 4478 / 4478
🟢 Functions 100% / 100% 255 / 255
🟢 Branches 100% / 100% 309 / 309
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/blockexplorer (./packages/blockexplorer)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 250 / 250
🟢 Statements 100% / 100% 250 / 250
🟢 Functions 100% / 100% 10 / 10
🟢 Branches 100% / 100% 19 / 19
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/runtime (./bundler/runtime)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 124 / 124
🟢 Statements 100% / 100% 124 / 124
🟢 Functions 100% / 100% 3 / 3
🟢 Branches 100% / 100% 20 / 20
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/solc (./bundler/solc)

Status Category Percentage Covered / Total
🟢 Lines 92.16% / 92% 447 / 485
🟢 Statements 92.16% / 92% 447 / 485
🟢 Functions 100% / 100% 14 / 14
🟢 Branches 75% / 75% 48 / 64
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/unplugin (./bundler/unplugin)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 109 / 109
🟢 Statements 100% / 100% 109 / 109
🟢 Functions 100% / 100% 4 / 4
🟢 Branches 100% / 100% 20 / 20
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/resolutions (./bundler/resolutions)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 582 / 582
🟢 Statements 100% / 100% 582 / 582
🟢 Functions 100% / 100% 35 / 35
🟢 Branches 100% / 100% 85 / 85
File CoverageNo changed files found.
Generated in workflow #1319

Copy link
Contributor

github-actions bot commented Nov 16, 2023

Coverage Report for @evmts/effect (./packages/effect)

Status Category Percentage Covered / Total
🟢 Lines 100% / 100% 243 / 243
🟢 Statements 100% / 100% 243 / 243
🟢 Functions 100% / 100% 22 / 22
🟢 Branches 100% / 100% 34 / 34
File CoverageNo changed files found.
Generated in workflow #1319

@roninjin10 roninjin10 force-pushed the 11-15-fix_ts-plugin_Fix_common.js_imports branch from 1ce1e8e to e1006eb Compare November 16, 2023 05:29
@roninjin10 roninjin10 merged commit fd4a4e8 into main Nov 16, 2023
17 of 18 checks passed
@roninjin10 roninjin10 deleted the 11-15-fix_ts-plugin_Fix_common.js_imports branch November 16, 2023 05:42
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