-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] Specs for component name resolution. Fixed milestone detail…
…s. Documented all fields for the widgets codegen schema
- Loading branch information
karurochari
committed
Nov 28, 2024
1 parent
913c0fd
commit 763ec86
Showing
3 changed files
with
45 additions
and
29 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Order of search for component when the direct `fullname` is not found. `name` is `fullname` reduced of its last extension. | ||
|
||
- `fullname` | ||
- `name.vs` | ||
- `name.xml` | ||
- `name.so` | `name.dll` | `name.dylib` | ||
- `name/main.vs` | ||
- `name/main.xml` | ||
- `name/main.so` | `name/main.dll` | `name/main.dylib` |
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