assemblyscript-temporal icon indicating copy to clipboard operation
assemblyscript-temporal copied to clipboard

An implementation of TC39 temporal for AssemblyScript

Results 4 assemblyscript-temporal issues
Sort by recently updated
recently updated
newest added

While following the official tutorial to setup and build code with `assemblyscript-temporal` imported, the `npm run asbuild` command gives the following error ```bash > [email protected] asbuild /Users/abc/study/assemblyscript/test-temporal > npm run...

Since the specification is defined for JS, it only talks about integers for most units and bigint for nanoseconds but since we are in a bit more strictly typed environment,...

This is a tracking issue for implementing the following classes: - [ ] `PlainDateTime` - [ ] `PlainDate` - [ ] `PlainMmothDay` - [ ] `PlainYearMonth` - [ ] `PlainTime`