Skip to content

Added provider-consumer example (multiple related packages). #245

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

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3e2dfa5
Initial provider-consumer sample, WIP.
ericsnekbytes Aug 31, 2023
7442fe6
Fixed method name.
ericsnekbytes Aug 31, 2023
0c731cf
Added comments to the provider-consumer samples.
ericsnekbytes Sep 1, 2023
f3fe812
Added comments to provider/consumer example.
ericsnekbytes Sep 1, 2023
14350de
Comment cleanup.
ericsnekbytes Sep 1, 2023
2eb6512
Minor formatting.
ericsnekbytes Sep 1, 2023
9d115b5
Updated project description text.
ericsnekbytes Sep 1, 2023
03f9cc9
Updated project description text.
ericsnekbytes Sep 1, 2023
de11b88
Minor formatting.
ericsnekbytes Sep 1, 2023
7a5c3c0
Minor formatting.
ericsnekbytes Sep 1, 2023
82d1ad5
Added third provider-consumer sub example, an additional consumer.
ericsnekbytes Sep 1, 2023
76438b9
Added step counter signal for display updates.
ericsnekbytes Sep 26, 2023
c086518
Update readme
ericsnekbytes Sep 28, 2023
e46c5b9
Renamed folders to match poackage names.
ericsnekbytes Sep 28, 2023
9645adf
Updated local dependency paths.
ericsnekbytes Sep 28, 2023
8bab7f7
Updated extension specific READMEs.
ericsnekbytes Sep 28, 2023
44238f1
Added preview, updated README.
ericsnekbytes Sep 28, 2023
efbe9a2
Added singleton package metadata notes.
ericsnekbytes Sep 28, 2023
8b3872c
Update README/fix links.
ericsnekbytes Sep 29, 2023
afee7d7
Updated titles/links.
ericsnekbytes Sep 29, 2023
e1a5525
Update titles/links in READMEs.
ericsnekbytes Sep 29, 2023
2689a44
Updated root package metadata.
ericsnekbytes Oct 2, 2023
164b0ad
Merge branch 'main' into provider_consumer_example
ericsnekbytes Jan 24, 2024
b1452cd
Workaround for dependency 'any' usage and version conflicts.
ericsnekbytes Jun 9, 2025
e420ec7
Linting.
ericsnekbytes Jun 9, 2025
ea8a711
Fix linting errors for unrelated packages.
ericsnekbytes Jun 9, 2025
626490b
Modify tsconfigs: Re-enable implicit any checks, add skipLibCheck.
ericsnekbytes Jun 9, 2025
bfb24cc
Extra linting.
ericsnekbytes Jun 9, 2025
cb58d6c
Revised to address feedback.
ericsnekbytes Jun 9, 2025
101cfd6
Added explanation of declaration merging.
ericsnekbytes Jun 9, 2025
1e56e65
Add changes from PR feedback.
ericsnekbytes Jun 9, 2025
7b0f58e
Add updated version of entities with types.
ericsnekbytes Jun 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor formatting.
  • Loading branch information
ericsnekbytes committed Sep 1, 2023
commit de11b88d6024e48684806e858f2a22d0bf77d1a5
2 changes: 1 addition & 1 deletion compat_4a/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// plugin that also requests/consumes the step_counter service
// object. The leap_counter_extension package demonstrates how
// an unrelated plugin can depend on and reuse features from
// an existing plugin. Users can add install either the
// an existing plugin. Users can install either the
// step_counter_extension, the leap_counter_extension or both
// to get whichever features they prefer (with both reusing
// the step_counter service object).
Expand Down
2 changes: 1 addition & 1 deletion compat_4b/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// plugin that also requests/consumes the step_counter service
// object. The leap_counter_extension package demonstrates how
// an unrelated plugin can depend on and reuse features from
// an existing plugin. Users can add install either the
// an existing plugin. Users can install either the
// step_counter_extension, the leap_counter_extension or both
// to get whichever features they prefer (with both reusing
// the step_counter service object).
Expand Down