Update README
This commit is contained in:
@@ -26,10 +26,14 @@ npm install @metatrom/ior-resolver
|
|||||||
├── bin/ # Compiled executable scripts
|
├── bin/ # Compiled executable scripts
|
||||||
│ ├── prebuild-ior-types.js # Pre-build script for type generation
|
│ ├── prebuild-ior-types.js # Pre-build script for type generation
|
||||||
│ └── NodeImportLoader.js # Compiled Node.js loader
|
│ └── NodeImportLoader.js # Compiled Node.js loader
|
||||||
|
├── docs/ # Documentation
|
||||||
|
│ └── IOR_RESOLVER.md # Detailed IOR resolver documentation
|
||||||
├── lib/ # Core library files
|
├── lib/ # Core library files
|
||||||
│ ├── ior-core.js # Shared core functions
|
│ ├── ior-core.js # Shared core functions
|
||||||
│ ├── metro-ior-resolver.js # Metro resolver implementation
|
│ ├── metro-ior-resolver.js # Metro resolver implementation
|
||||||
│ └── fetch-remote-component.js # Remote fetching utility
|
│ └── fetch-remote-component.js # Remote fetching utility
|
||||||
|
├── plugins/ # Babel and bundler plugins
|
||||||
|
│ └── babel-plugin-ior.js # Babel plugin for IOR imports
|
||||||
├── src/ # Source files
|
├── src/ # Source files
|
||||||
│ └── loaders/
|
│ └── loaders/
|
||||||
│ └── NodeImportLoader.ts # Node.js loader TypeScript source
|
│ └── NodeImportLoader.ts # Node.js loader TypeScript source
|
||||||
|
|||||||
Reference in New Issue
Block a user