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: 🎨 extract module ensure map

beae8ce
Select commit
Loading
Failed to load commit list.
Merged

feat: move ensure runtime to entry #1660

refactor: 🎨 extract module ensure map
beae8ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 5, 2024 in 0s

44.44% of diff hit (target 55.63%)

View this Pull Request on Codecov

44.44% 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 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 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#L96-L98

Added lines #L96 - L98 were not covered by tests

Check warning on line 87 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-L87

Added lines #L83 - L87 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

Check warning on line 35 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#L33-L35

Added lines #L33 - L35 were not covered by tests

Check warning on line 38 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#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 41 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#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 43 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#L43

Added line #L43 was not covered by tests

Check warning on line 46 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#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 49 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#L49

Added line #L49 was not covered by tests

Check warning on line 53 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#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 56 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#L56

Added line #L56 was not covered by tests

Check warning on line 58 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#L58

Added line #L58 was not covered by tests