Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
696
Star
18k
Code
Issues
180
Pull requests
19
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
assemblyscript
src
ast.ts
on
relocatable
User selector
All users
All time
Commit history
Commits on Sep 18, 2019
Refactor resolving paths in asc (#846)
dcodeIO
authored
5b51057
View commit details
Copy full SHA for 5b51057
View code at this point
Browse repository at this point
Commits on Sep 14, 2019
Improve inferring generic parameters (#839)
dcodeIO
authored
763c3c1
View commit details
Copy full SHA for 763c3c1
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
Support resolving all kinds of expressions (#726)
dcodeIO
authored
6d628ce
View commit details
Copy full SHA for 6d628ce
View code at this point
Browse repository at this point
Commits on Jul 22, 2019
Implement --noUnsafe compiler option (#710)
dcodeIO
authored
fea328e
View commit details
Copy full SHA for fea328e
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
Add built-in indexof/valueof types (#671)
dcodeIO
authored
c99becc
View commit details
Copy full SHA for c99becc
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
Implement reference counting (#592)
dcodeIO
authored
0484a6b
View commit details
Copy full SHA for 0484a6b
View code at this point
Browse repository at this point
Commits on Mar 2, 2019
Add atomic definitions (#524)
dcodeIO
authored
8e5b9c7
View commit details
Copy full SHA for 8e5b9c7
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Infer function expressions in matching contexts (#514)
Show description for e8b0767
dcodeIO
authored
e8b0767
View commit details
Copy full SHA for e8b0767
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
Rework resolver (#489)
Show description for 0c64f21
dcodeIO
authored
0c64f21
View commit details
Copy full SHA for 0c64f21
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
Implement calls to 'super()' (#445)
dcodeIO
authored
75328f3
View commit details
Copy full SHA for 75328f3
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
Implement non-null assertions (#443)
dcodeIO
authored
d843772
View commit details
Copy full SHA for d843772
View code at this point
Browse repository at this point
Commits on Dec 7, 2018
Implement optional type parameters (#360)
Show description for ebae7cb
dcodeIO
authored
ebae7cb
View commit details
Copy full SHA for ebae7cb
View code at this point
Browse repository at this point
Commits on Oct 4, 2018
Fix some array function parsing and serialization issues
Show description for 63d4579
dcodeIO
committed
63d4579
View commit details
Copy full SHA for 63d4579
View code at this point
Browse repository at this point
Commits on Jul 19, 2018
Reintroduce builtin decorator so these can appear anywhere in stdlib again
Show description for 26e46f6
dcodeIO
committed
26e46f6
View commit details
Copy full SHA for 26e46f6
View code at this point
Browse repository at this point
Commits on Jul 14, 2018
Implement object literal parsing; Instantiate classes from object literals
Show description for 9e508de
dcodeIO
committed
9e508de
View commit details
Copy full SHA for 9e508de
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
Support parsing of class expressions, see #161
dcodeIO
committed
c419967
View commit details
Copy full SHA for c419967
View code at this point
Browse repository at this point
Commits on Jun 27, 2018
Initial external decorator for annotating explicit import names; Use file name as default module name in imports; Emit empty memory if there are no static segments; Update TLSF and examples accordi…
Show description for 9c16363
dcodeIO
committed
9c16363
View commit details
Copy full SHA for 9c16363
View code at this point
Browse repository at this point
Commits on Jun 23, 2018
Try parsing signatures only if node is callable, see #149; Minor refactoring
dcodeIO
committed
188b4e4
View commit details
Copy full SHA for 188b4e4
View code at this point
Browse repository at this point
Commits on Jun 22, 2018
Properly inline getters; Simplify blocks when last statement returns
dcodeIO
committed
7a8995b
View commit details
Copy full SHA for 7a8995b
View code at this point
Browse repository at this point
Commits on Jun 20, 2018
Fix some map issues; Simplify internal ArrayBuffer API a bit
dcodeIO
committed
dd4be7b
View commit details
Copy full SHA for dd4be7b
View code at this point
Browse repository at this point
Commits on Jun 19, 2018
Add initial map implementation to tests, see #17
dcodeIO
committed
48e96cb
View commit details
Copy full SHA for 48e96cb
View code at this point
Browse repository at this point
Commits on Jun 11, 2018
Support 'import * as' directives, see #27
dcodeIO
committed
25b433d
View commit details
Copy full SHA for 25b433d
View code at this point
Browse repository at this point
Commits on Jun 7, 2018
Initial implementation of 'instanceof'
Show description for 7478c8a
dcodeIO
committed
7478c8a
View commit details
Copy full SHA for 7478c8a
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
Add `@operator.binary`, `@operator.prefix`, `@operator.postfix` decorators for #124
dcodeIO
committed
f69bccf
View commit details
Copy full SHA for f69bccf
View code at this point
Browse repository at this point
Commits on May 30, 2018
Implement 'this' context parsing and serialization; Other minor improvements
dcodeIO
committed
9d25f78
View commit details
Copy full SHA for 9d25f78
View code at this point
Browse repository at this point
Commits on Apr 24, 2018
Always try to eliminate branches if tree-shaking is enabled
dcodeIO
committed
391db28
View commit details
Copy full SHA for 391db28
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
Move some numeric builtins to stdlib; Minor refactoring
dcodeIO
committed
4929fca
View commit details
Copy full SHA for 4929fca
View code at this point
Browse repository at this point
Commits on Apr 11, 2018
Make the transition to ArrayBuffer backed Arrays (#70)
Show description for 623597c
dcodeIO
authored
623597c
View commit details
Copy full SHA for 623597c
View code at this point
Browse repository at this point
Commits on Apr 2, 2018
Rename lib prefix to '~lib' (parens aren't valid); Add built-in alignof<T>; Prepare for ArrayBufferView
dcodeIO
committed
06198a3
View commit details
Copy full SHA for 06198a3
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
Support parameter properties; Minor formatting
dcodeIO
committed
38a0259
View commit details
Copy full SHA for 38a0259
View code at this point
Browse repository at this point
Commits on Mar 21, 2018
Fix an issue with asc not finding bundled library files in the browser; Minor cleanup
dcodeIO
committed
00e6d61
View commit details
Copy full SHA for 00e6d61
View code at this point
Browse repository at this point
Eliminate `@builtin` decorator for compatibility with TS
dcodeIO
committed
49f4d3d
View commit details
Copy full SHA for 49f4d3d
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
Fix 'static readonly' not being recognized as constant anymore, see #44
dcodeIO
committed
fea8e65
View commit details
Copy full SHA for fea8e65
View code at this point
Browse repository at this point
Set up documentation generation
dcodeIO
committed
0fef69e
View commit details
Copy full SHA for 0fef69e
View code at this point
Browse repository at this point
Commits on Mar 17, 2018
Document the purpose of most files
dcodeIO
committed
5eb10d4
View commit details
Copy full SHA for 5eb10d4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.