Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AssemblyScript
/
assemblyscript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
672
Star
17.5k
Code
Issues
168
Pull requests
13
Actions
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security
Insights
Code
Implement calls to 'super()'
#445
Code
Merged
dcodeIO
merged 12 commits into
master
AssemblyScript/assemblyscript:master
from
call-super
AssemblyScript/assemblyscript:call-super
Copy head branch name to clipboard
Jan 31, 2019
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Implement calls to 'super()'
#445
dcodeIO
merged 12 commits into
master
AssemblyScript/assemblyscript:master
from
call-super
AssemblyScript/assemblyscript:call-super
Copy head branch name to clipboard
Commits
Commits on Jan 30, 2019
Implement calls to 'super()'
dcodeIO
committed
6e3c348
Copy full SHA for 6e3c348
check that super() is the first statement in constructors of derived classes
dcodeIO
committed
a749af9
Copy full SHA for a749af9
also check that super calls are the first statement within their constructor when compiling them
dcodeIO
committed
92ac406
Copy full SHA for 92ac406
fix
dcodeIO
committed
c5fc6c6
Copy full SHA for c5fc6c6
add diagnostic for when trying to call super outside of a ctor
dcodeIO
committed
8b065bf
Copy full SHA for 8b065bf
utilize flow to check for super conditions
dcodeIO
committed
891d654
Copy full SHA for 891d654
fix
dcodeIO
committed
2af8c22
Copy full SHA for 2af8c22
check that super has been called before accessing it otherwise
dcodeIO
committed
50f2d6a
Copy full SHA for 50f2d6a
validate super syntax in parser
dcodeIO
committed
f2f03fc
Copy full SHA for f2f03fc
minor cleanup
dcodeIO
committed
94fbbc7
Copy full SHA for 94fbbc7
Commits on Jan 31, 2019
remove tinkering
dcodeIO
committed
ef57350
Copy full SHA for ef57350
more tests
dcodeIO
committed
5883ec9
Copy full SHA for 5883ec9
You can’t perform that action at this time.