-
Notifications
You must be signed in to change notification settings - Fork 15
Make export default class the main file class in GDScript, add support for subclasses #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
adamuso
wants to merge
29
commits into
johnfn:main
Choose a base branch
from
adamuso:support-for-multiple-classes-in-one-file
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
946cb1e
Proof of concept, export default is the main file class, others are s…
adamuso ddcea40
Fix dynamic defs generation and adjust test to use export default, al…
adamuso 2753c88
Fix enum importing without file separation
adamuso b558ecd
Change inner classes import to preloading
adamuso 5b3418e
Handle extending inner classes from other files
adamuso 6687a9c
Implement anonymous classes
adamuso 5894a26
Fix not taking into account declare classes
adamuso a544f34
Cleanup tests
adamuso 1e9f87f
Handle inner classes super calls in constructor with arguments
adamuso bf51a77
Merge remote-tracking branch 'origin/HEAD' into support-for-multiple-…
adamuso 1825ef2
Cleanup commented out code
adamuso e72f177
Merge branch 'johnfn:main' into support-for-multiple-classes-in-one-file
adamuso 8381679
Fix node path def generation, refactor extending inner/anonymous classes
adamuso 6030bc9
Fix not showing autoload error on non default class
adamuso ff497da
Update readme
adamuso c80d179
Merge branch 'main' into support-for-multiple-classes-in-one-file
adamuso c1f59dd
Fix tests after merging with main
adamuso f44ae4e
Merge commit '0d007f4b61ad131265d000ebda22f5708ba3ddbe' into support-…
adamuso fc82ee2
Merge remote-tracking branch 'origin/main' into support-for-multiple-…
adamuso 060ec33
Change class declaration generation, single exported classes are now …
adamuso b43f26c
Adjust imports and dynamic defs generation
adamuso ced47d7
Add defs for main and inner attributes
adamuso e1ea6f2
Revert most test changes related to 'default'
adamuso b98306f
Revert accidental package-lock update and remove more default from tests
adamuso 630d5ef
Update readme and main class check
adamuso a61f720
Update classes readme
adamuso 751e2ee
Fix false positive tests when string is expected and add more autoloa…
adamuso 4f65188
Make some error descriptions more user friendly
adamuso 63756f6
Merge branch 'main' into support-for-multiple-classes-in-one-file
adamuso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1 +0,0 @@ | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.