Update README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user