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(runtime): import override support #399

Merged
merged 13 commits into from
Dec 15, 2023

Conversation

petermasking
Copy link
Member

Fixes #398

Changes proposed in this pull request:

  • Renewed module loading system
  • Renewed runtime building strategy
  • Added import override feature

@MaskingTechnology/jitar

@petermasking petermasking linked an issue Dec 14, 2023 that may be closed by this pull request

**Segments**

* Default - contains the *sayHello* procedure (`segments/default.segment.json`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also the saySomething

"scripts": {
"build": "tsc",
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json",
"repo": "node --experimental-network-imports dist/jitar.js --config=services/repository.json",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

repo, gateway and node do not exist for this example

@@ -0,0 +1,8 @@

// Say hello with the name parameter using a GET request
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Say something with the name parameter using a GET request

examples/concepts/overrides/requests.http Show resolved Hide resolved
packages/runtime/src/services/LocalNode.ts Show resolved Hide resolved
packages/runtime/src/services/Runtime.ts Show resolved Hide resolved
@basmasking basmasking merged commit 0e69b54 into main Dec 15, 2023
7 checks passed
@basmasking basmasking deleted the 398-add-support-for-import-overrides branch December 15, 2023 07:18
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.

Add support for import overrides
2 participants