-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for multiple paths in in source configuration (#230)
* feat: support for multiple paths in in source configuration * fix: use array for isc path properties * fix: support both array and string path properties * fix: fix linting * fix: have a string usecase in declaration tests by transforming json array to string * fix: remove file-level eslint-disable-max-depth * fix: change conditional for cache config and path length * fix: change conditional for adding all different types of config * fix: remove fallback to empty object * fix: change comment * fix: undo changing config fixtures to use an array as path * fix: update comments * Update node/declaration.ts Co-authored-by: Eduardo Bouças <[email protected]> * fix: change mutation of config.path * fix: formatting Co-authored-by: khen <[email protected]> Co-authored-by: Eduardo Bouças <[email protected]>
- Loading branch information
1 parent
94c6ec6
commit d4ec906
Showing
4 changed files
with
89 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters