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

refactor: move scope to runtime html #1945

Merged
merged 2 commits into from
Apr 17, 2024
Merged

refactor: move scope to runtime html #1945

merged 2 commits into from
Apr 17, 2024

Conversation

bigopon
Copy link
Member

@bigopon bigopon commented Apr 17, 2024

📖 Description

As part of cleanup and reogranising exports, move Scope and related infra to binding areas in runtime html, where it should belong.

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

Attention: Patch coverage is 92.68293% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 88.44%. Comparing base (5cd0c0d) to head (cba1b5d).

Files Patch % Lines
packages/runtime/src/observation/observable.ts 93.42% 5 Missing ⚠️
packages/runtime-html/src/templating/controller.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1945      +/-   ##
==========================================
- Coverage   88.45%   88.44%   -0.01%     
==========================================
  Files         264      264              
  Lines       22732    22734       +2     
  Branches     5283     5283              
==========================================
  Hits        20108    20108              
- Misses       2624     2626       +2     

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

@bigopon bigopon merged commit bca0290 into master Apr 17, 2024
27 of 28 checks passed
@bigopon bigopon deleted the refactor/move-scope branch April 17, 2024 05:19
AureliaEffect pushed a commit that referenced this pull request May 3, 2024
2.0.0-beta.16 (2024-05-03)

**Bug Fixes:**

* **au-slot:** ensure passthrough slot get the right host value (#1959) ([f266ddd](f266ddd))
* **rendering:** correctly handle compilation cache (#1955) ([c11491b](c11491b))

**Refactorings:**

* **router-lite:** avoided duplicate CE defn reg to same container (#1956) ([6578e54](6578e54))
* **compiler:** extract template compiler into own package (#1954) ([ad7ae1e](ad7ae1e))
* **compiler:** simplify definition creation (#1950) ([bb0fcab](bb0fcab))
* **observers:** use static blocks, group related code ([ca22bc8](ca22bc8))
* **runtime:** move scope to runtime html (#1945) ([bca0290](bca0290))
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.

None yet

1 participant