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
parser.ts
on
main
User selector
All users
All time
Commit history
Commits on Apr 25, 2026
feat: properly parse and resolve tuples (#3018)
Show description for a5112aa
JairusSW
and
MaxGraey
authored
a5112aa
View commit details
Copy full SHA for a5112aa
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
fix: report error for mulitple union type (#2872)
HerrCai0907
authored
1847c8f
View commit details
Copy full SHA for 1847c8f
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
fix: add diagnose for non-declarative statements in namespace (#2765)
JesseCodeBones
authored
0b8abe4
View commit details
Copy full SHA for 0b8abe4
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
fix: Detect recursive types early (#2634)
dcodeIO
authored
bcfb5e8
View commit details
Copy full SHA for bcfb5e8
View code at this point
Browse repository at this point
Commits on Jan 22, 2023
fix: Diagnose not yet implemented 'in' operator (#2629)
dcodeIO
authored
7ccadf0
View commit details
Copy full SHA for 7ccadf0
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
fix: Correctly analyze `ParenthesizedExpression` and `FunctionExpression` in parser (#2605) (#2620)
HerrCai0907
authored
c0a0fd0
View commit details
Copy full SHA for c0a0fd0
View code at this point
Browse repository at this point
Fix typos (#2621)
HerrCai0907
authored
849a13c
View commit details
Copy full SHA for 849a13c
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
fix: Also support `null | T` in parser (#2507)
Show description for b08fe23
HerrCai0907
and
dcodeIO
authored
b08fe23
View commit details
Copy full SHA for b08fe23
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
fix: Maintain onNewLine state on subsequent lookahead (#2613)
dcodeIO
authored
fc52230
View commit details
Copy full SHA for fc52230
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
fix: Check ASI upon unusual trailing expressions (#2252)
technohippy
authored
282d924
View commit details
Copy full SHA for 282d924
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
fix: Support trailing comma in function type parameters (#2608)
dcodeIO
authored
1ff71e5
View commit details
Copy full SHA for 1ff71e5
View code at this point
Browse repository at this point
Commits on Dec 5, 2022
Fix variable initialization checks / revise flow logic (#2578)
Show description for 6717de0
dcodeIO
authored
6717de0
View commit details
Copy full SHA for 6717de0
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
Make class fields a special kind of property (#2548)
Show description for 0fd4db2
dcodeIO
authored
0fd4db2
View commit details
Copy full SHA for 0fd4db2
View code at this point
Browse repository at this point
Commits on Oct 23, 2022
BREAKING CHANGE: Refactor enum identifiers to TitleCase and apply some changes in AST nodes (#2501)
MaxGraey
authored
a7d10ba
View commit details
Copy full SHA for a7d10ba
View code at this point
Browse repository at this point
Remove local sharing logic (#2540)
dcodeIO
authored
8bb4fae
View commit details
Copy full SHA for 8bb4fae
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
Reorganize & refactor diagnostic's utils. Add more const enums (#2438)
MaxGraey
authored
a81896e
View commit details
Copy full SHA for a81896e
View code at this point
Browse repository at this point
Commits on Jul 23, 2022
fix: Skip export default in namespace (#2267)
technohippy
authored
7dc3de0
View commit details
Copy full SHA for 7dc3de0
View code at this point
Browse repository at this point
Commits on Jul 20, 2022
feat: add override keyword (#2366)
HerrCai0907
authored
9cbb728
View commit details
Copy full SHA for 9cbb728
View code at this point
Browse repository at this point
fix: incorrect error message for declaration (#2373)
Show description for 1b02776
JesseCodeBones
and
chen ruixiang
authored
1b02776
View commit details
Copy full SHA for 1b02776
View code at this point
Browse repository at this point
Commits on Jun 23, 2022
fix: Disallow type recursion during type declaration (#2331)
MaxGraey
authored
1f641be
View commit details
Copy full SHA for 1f641be
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
BREAKING CHANGE: ESM, JS bindings, triple equals and general cleanup (#2157)
dcodeIO
authored
a7c87e6
View commit details
Copy full SHA for a7c87e6
View code at this point
Browse repository at this point
Commits on Dec 2, 2021
Add class-level `declare` to parser (#2160)
romdotdog
authored
a001103
View commit details
Copy full SHA for a001103
View code at this point
Browse repository at this point
Commits on Nov 17, 2021
Skip leading bar during type's declaration (#2149)
MaxGraey
authored
738af31
View commit details
Copy full SHA for 738af31
View code at this point
Browse repository at this point
Commits on Sep 29, 2021
fix: NEW token should not participate in non-starting precedence (#2086)
dcodeIO
authored
2fe8ad5
View commit details
Copy full SHA for 2fe8ad5
View code at this point
Browse repository at this point
Commits on Sep 10, 2021
fix: Fix infinite loop on template literals during parse error recovery (#2011)
HerrCai0907
authored
b1a5b0f
View commit details
Copy full SHA for b1a5b0f
View code at this point
Browse repository at this point
Commits on May 27, 2021
fix: Adding duplicate identifier check in function signatures (#1865)
MaxGraey
authored
3633f4b
View commit details
Copy full SHA for 3633f4b
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
fix: use normalized path for internalPath in parseFile (#1836)
yjhmelody
authored
802a233
View commit details
Copy full SHA for 802a233
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
feat: Initial support for template literals (#1715)
dcodeIO
authored
1789577
View commit details
Copy full SHA for 1789577
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
fix: Reject identifier or keyword immediately following a numeric literal (#1662)
dcodeIO
authored
7a46aa9
View commit details
Copy full SHA for 7a46aa9
View code at this point
Browse repository at this point
Commits on Jul 16, 2020
feat: Implement first-class functions (#1384)
Show description for 7de4745
dcodeIO
authored
7de4745
View commit details
Copy full SHA for 7de4745
View code at this point
Browse repository at this point
fix: Add a node representing an omitted expression (#1394)
dcodeIO
authored
f131785
View commit details
Copy full SHA for f131785
View code at this point
Browse repository at this point
Commits on Jul 10, 2020
chore: Optimize parser & tokenizer logic (#1376)
MaxGraey
authored
fbba2e4
View commit details
Copy full SHA for fbba2e4
View code at this point
Browse repository at this point
Commits on Jul 4, 2020
fix: Support separating interface members with commas (#1375)
MaxGraey
authored
68db679
View commit details
Copy full SHA for 68db679
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Enforce strict field initialization (#1349)
Show description for 57a55d3
dcodeIO
authored
57a55d3
View commit details
Copy full SHA for 57a55d3
View code at this point
Browse repository at this point
Commits on May 29, 2020
Improve error message if an import cannot be found (#1307)
dcodeIO
authored
f93a262
View commit details
Copy full SHA for f93a262
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.