From 9c8807a59d1337deef1a1f2d45d65670c1305bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Da=C3=9Fler?= Date: Fri, 29 Aug 2025 07:45:08 +0200 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e5f44ac..6037b1c 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,14 @@ npm install @metatrom/ior-resolver ├── bin/ # Compiled executable scripts │ ├── prebuild-ior-types.js # Pre-build script for type generation │ └── NodeImportLoader.js # Compiled Node.js loader +├── docs/ # Documentation +│ └── IOR_RESOLVER.md # Detailed IOR resolver documentation ├── lib/ # Core library files │ ├── ior-core.js # Shared core functions │ ├── metro-ior-resolver.js # Metro resolver implementation │ └── fetch-remote-component.js # Remote fetching utility +├── plugins/ # Babel and bundler plugins +│ └── babel-plugin-ior.js # Babel plugin for IOR imports ├── src/ # Source files │ └── loaders/ │ └── NodeImportLoader.ts # Node.js loader TypeScript source