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
.
typEOScript
/
typeoscript
Public
forked from
AssemblyScript/assemblyscript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
typeoscript
src
on
explicit-this-type
User selector
All users
All time
Commit history
Commits on Dec 13, 2018
unary prefix +/-
dcodeIO
committed
d31208f
View commit details
Copy full SHA for d31208f
View code at this point
Browse repository at this point
pure literal cases
dcodeIO
committed
d2ce447
View commit details
Copy full SHA for d2ce447
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
emit an error if 'this:' is used in non-instance contexts
dcodeIO
committed
052eadf
View commit details
Copy full SHA for 052eadf
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
bind classes to basic type kinds / first test
dcodeIO
committed
e3b02e3
View commit details
Copy full SHA for e3b02e3
View code at this point
Browse repository at this point
Implement explicit this type
dcodeIO
committed
2ef4552
View commit details
Copy full SHA for 2ef4552
View code at this point
Browse repository at this point
Commits on Dec 8, 2018
Replace more RawGit links
dcodeIO
committed
b585703
View commit details
Copy full SHA for b585703
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 Dec 3, 2018
Process backlog once more after Transform#afterParse, see #356
dcodeIO
committed
aedc821
View commit details
Copy full SHA for aedc821
View code at this point
Browse repository at this point
Commits on Dec 2, 2018
Expose the full API for now, see #356
Show description for 6ed45be
dcodeIO
committed
6ed45be
View commit details
Copy full SHA for 6ed45be
View code at this point
Browse repository at this point
Commits on Dec 1, 2018
Fix partial function prototypes not sharing their instances
Show description for 4c35dd6
dcodeIO
committed
4c35dd6
View commit details
Copy full SHA for 4c35dd6
View code at this point
Browse repository at this point
Add a way to ensure that lazy globals are resolved, fixes #355
Show description for 0e33806
dcodeIO
committed
0e33806
View commit details
Copy full SHA for 0e33806
View code at this point
Browse repository at this point
Commits on Nov 30, 2018
Fix an issue with 'super' not being present when inlining
dcodeIO
committed
9744c31
View commit details
Copy full SHA for 9744c31
View code at this point
Browse repository at this point
Commits on Nov 29, 2018
Add 'instantiate<T>' builtin (like 'new' but from a type), see #349
dcodeIO
committed
1149abf
View commit details
Copy full SHA for 1149abf
View code at this point
Browse repository at this point
Fix unsupported element access on 'this', see #349
dcodeIO
committed
1d93877
View commit details
Copy full SHA for 1d93877
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Shortcut f32/f64/i64 conversions to bool
dcodeIO
committed
7596d73
View commit details
Copy full SHA for 7596d73
View code at this point
Browse repository at this point
Cast to bool by comparing to zero (#343)
dcodeIO
authored
c30c62e
View commit details
Copy full SHA for c30c62e
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
Update Binaryen to latest
dcodeIO
committed
b723ff3
View commit details
Copy full SHA for b723ff3
View code at this point
Browse repository at this point
Commits on Nov 13, 2018
Fix parsing of properties and field names using semi-reserved keywords
dcodeIO
committed
a79db87
View commit details
Copy full SHA for a79db87
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
Handle the case where an inlined body is empty
dcodeIO
committed
4289683
View commit details
Copy full SHA for 4289683
View code at this point
Browse repository at this point
Reduce inlining verbosity
Show description for d62d845
dcodeIO
committed
d62d845
View commit details
Copy full SHA for d62d845
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
Use stack IR when emitting text format (#312)
dcodeIO
authored
2bdc2a7
View commit details
Copy full SHA for 2bdc2a7
View code at this point
Browse repository at this point
Commits on Oct 30, 2018
Add unary postfix operator overloading (#309)
MaxGraey
authored and
dcodeIO
committed
dc4e206
View commit details
Copy full SHA for dc4e206
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
Rework compileUnaryPostfixExpression
Show description for 6f8a0fe
dcodeIO
committed
6f8a0fe
View commit details
Copy full SHA for 6f8a0fe
View code at this point
Browse repository at this point
Commits on Oct 27, 2018
Support definite assignment assertion `x!: i32` (#260)
andy-hanson
authored and
dcodeIO
committed
0bb5cb8
View commit details
Copy full SHA for 0bb5cb8
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
Update Binaryen to latest; Various fixes
dcodeIO
authored
f7c7347
View commit details
Copy full SHA for f7c7347
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 Oct 2, 2018
Make sure temp locals don't collide when allocating literal arrays, fixes #281
Show description for eeb8a8f
dcodeIO
committed
eeb8a8f
View commit details
Copy full SHA for eeb8a8f
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
Add initial newArray and getArray helpers to loader
Show description for 9c770d8
dcodeIO
committed
9c770d8
View commit details
Copy full SHA for 9c770d8
View code at this point
Browse repository at this point
Commits on Sep 16, 2018
Always add a null function at table index zero
Show description for 16d1a83
dcodeIO
committed
16d1a83
View commit details
Copy full SHA for 16d1a83
View code at this point
Browse repository at this point
Commits on Sep 13, 2018
Update Binaryen
dcodeIO
committed
d90cd08
View commit details
Copy full SHA for d90cd08
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
Switch signed/unsigned instructions when upcasting 32- to 64-bit integers, fixes #247
Show description for 6949cf9
dcodeIO
committed
6949cf9
View commit details
Copy full SHA for 6949cf9
View code at this point
Browse repository at this point
Improve error message for accessing method like a field (#253)
andy-hanson
authored and
dcodeIO
committed
ef2c0c6
View commit details
Copy full SHA for ef2c0c6
View code at this point
Browse repository at this point
Support calling the result of a getter (#252)
andy-hanson
authored and
dcodeIO
committed
3605630
View commit details
Copy full SHA for 3605630
View code at this point
Browse repository at this point
Commits on Sep 9, 2018
Use outer-most identifier when resolving queued exports, fixes #248
dcodeIO
committed
4498b28
View commit details
Copy full SHA for 4498b28
View code at this point
Browse repository at this point
Commits on Aug 3, 2018
Rework static memory segment creation; Fix stdlib gc hooks not marking own fields; Align everything to 8 bytes that might be touched by GC
dcodeIO
committed
631478c
View commit details
Copy full SHA for 631478c
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.