mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
refactor: Update .gitignore and enhance error handling in feature-loader
Changes: - Removed specific compiled file patterns from .gitignore to simplify ignore rules. - Modified error handling in feature-loader.ts to rethrow errors instead of keeping original paths, preventing potential broken references. - Added ".js" extensions to import statements in types package for ESM compliance. Benefits: ✅ Cleaner .gitignore for better maintainability ✅ Improved error handling logic in feature-loader ✅ Consistent import paths for ESM compatibility All tests passing.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -76,14 +76,6 @@ blob-report/
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Prevent compiled files in source directories
|
||||
libs/*/src/**/*.js
|
||||
libs/*/src/**/*.d.ts
|
||||
libs/*/src/**/*.d.ts.map
|
||||
apps/*/src/**/*.js
|
||||
apps/*/src/**/*.d.ts
|
||||
apps/*/src/**/*.d.ts.map
|
||||
|
||||
# Misc
|
||||
*.pem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user