Skip to content

Commit

Permalink
refactor(core): improve the index code
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Feb 24, 2024
1 parent 81a795f commit 24d711b
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 1,149 deletions.
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The `resolve` service is just proxying [`import.meta.resolve`

The `importer` service is just proxying [`import`
](https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Operators/import)
in a stubbable manner.
in a simply stubbable manner.

[See in context](./src/services/importer.ts#L6-L11)

Expand Down
Loading

0 comments on commit 24d711b

Please sign in to comment.