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: move ensure runtime to entry #1660

Merged
merged 14 commits into from
Nov 13, 2024

refactor: 🎨 add back chunk id in replace info

8cef532
Select commit
Loading
Failed to load commit list.
Merged

feat: move ensure runtime to entry #1660

refactor: 🎨 add back chunk id in replace info
8cef532
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 6, 2024 in 0s

40.14% of diff hit (target 55.63%)

View this Pull Request on Codecov

40.14% of diff hit (target 55.63%)

Annotations

Check warning on line 302 in crates/mako/src/compiler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/compiler.rs#L302

Added line #L302 was not covered by tests

Check warning on line 67 in crates/mako/src/generate/chunk_graph.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/chunk_graph.rs#L66-L67

Added lines #L66 - L67 were not covered by tests

Check warning on line 70 in crates/mako/src/generate/chunk_graph.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/chunk_graph.rs#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 27 in crates/mako/src/generate/hmr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/hmr.rs#L27

Added line #L27 was not covered by tests

Check warning on line 31 in crates/mako/src/generate/hmr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/hmr.rs#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 33 in crates/mako/src/generate/hmr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/hmr.rs#L33

Added line #L33 was not covered by tests

Check warning on line 36 in crates/mako/src/generate/hmr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/hmr.rs#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 40 in crates/mako/src/generate/hmr.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/hmr.rs#L38-L40

Added lines #L38 - L40 were not covered by tests

Check warning on line 94 in crates/mako/src/generate/transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/transform.rs#L91-L94

Added lines #L91 - L94 were not covered by tests

Check warning on line 96 in crates/mako/src/generate/transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/transform.rs#L96

Added line #L96 was not covered by tests

Check warning on line 98 in crates/mako/src/generate/transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/transform.rs#L98

Added line #L98 was not covered by tests

Check warning on line 101 in crates/mako/src/generate/transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/transform.rs#L100-L101

Added lines #L100 - L101 were not covered by tests

Check warning on line 103 in crates/mako/src/generate/transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/transform.rs#L103

Added line #L103 was not covered by tests

Check warning on line 109 in crates/mako/src/generate/transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/transform.rs#L105-L109

Added lines #L105 - L109 were not covered by tests

Check warning on line 112 in crates/mako/src/generate/transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/transform.rs#L112

Added line #L112 was not covered by tests

Check warning on line 115 in crates/mako/src/generate/transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/transform.rs#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 117 in crates/mako/src/generate/transform.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/generate/transform.rs#L117

Added line #L117 was not covered by tests

Check warning on line 88 in crates/mako/src/plugins/bundless_compiler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/plugins/bundless_compiler.rs#L83-L88

Added lines #L83 - L88 were not covered by tests

Check warning on line 13 in crates/mako/src/plugins/central_ensure.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/plugins/central_ensure.rs#L12-L13

Added lines #L12 - L13 were not covered by tests

Check warning on line 17 in crates/mako/src/plugins/central_ensure.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/plugins/central_ensure.rs#L16-L17

Added lines #L16 - L17 were not covered by tests

Check warning on line 20 in crates/mako/src/plugins/central_ensure.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/plugins/central_ensure.rs#L20

Added line #L20 was not covered by tests

Check warning on line 22 in crates/mako/src/plugins/central_ensure.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/plugins/central_ensure.rs#L22

Added line #L22 was not covered by tests

Check warning on line 26 in crates/mako/src/plugins/central_ensure.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/plugins/central_ensure.rs#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 28 in crates/mako/src/plugins/central_ensure.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/plugins/central_ensure.rs#L28

Added line #L28 was not covered by tests

Check warning on line 31 in crates/mako/src/plugins/central_ensure.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/mako/src/plugins/central_ensure.rs#L30-L31

Added lines #L30 - L31 were not covered by tests