-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(breaking): remove deprecated
link
, unlink
and associated…
… code (#1537) * chore: initial commit - remove files * chore: further removal * chore: wip * continue work * chore: fix warnings and errors * chore: move findXcodeProj to config and upgrade run-ios * chore: add todo * chore: remove example * chore: update source dir and update dependnecy config for ios * chore: remove logger * chore: fix type issues * chore: remove tests for missing properties, prefer snapshots instead for broader coverage * chore: update snapshots for iOS config (removed properties) * chore: fix upgrade tests * chore: remove extra tests * chore: update config tests * chore: two tests tbd to support new resolution mechanism * chore: fix ios tests and bring back configurable sourceDir * feat: align findPodfilePath with old findProject heuristics * chore: fix lint * chore: update snapshot * fix: filter invalid deps * chore: update tests * chore: add missing properties to Joi schema * chore: another update * chore: fix Joi schema * chore: update schema * chore: fix snapshot * chore: note on the future development for this file * chore: update snapshot one more time - nitpick * one last time * feat: print when multiple podfiles are found * update docs * chore: fix * Update autolinking.md * chore: remove xmldoc dep * chore: remove xcode dep * chore: return type for dependencyConfig * Update index.ts Co-authored-by: Michał Pierzchała <[email protected]>
- Loading branch information
Showing
174 changed files
with
463 additions
and
7,470 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,6 @@ | |
"javascriptreact", | ||
"typescript", | ||
"typescriptreact" | ||
] | ||
], | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.