Pinned Repositories
AoC-2017
Advent of Code 2017 Javascript solutions
AoC-2018
Advent of Code 2018 Clojure Solutions
JS-IC-explained-in-TSC
A port of http://mrale.ph/blog/2012/06/03/explaining-js-vms-in-js-inline-caches.html to TypeScript
prog-lang-play
toy compiler that outputs lambda calculus style JavaScript
record-tuple-laboratory
An interactive workbench where we can capture the concerns with different designs
type-off
Experimental TypeScript to JavaScript transformer in AssemblyScript based on Sucrase
TypeScriptVM
Compile-time emulation of a 4-bit Virtual Machine using TypeScript's Type System
acutmore's Repositories
acutmore/type-off
Experimental TypeScript to JavaScript transformer in AssemblyScript based on Sucrase
acutmore/TypeScriptVM
Compile-time emulation of a 4-bit Virtual Machine using TypeScript's Type System
acutmore/prog-lang-play
toy compiler that outputs lambda calculus style JavaScript
acutmore/record-tuple-laboratory
An interactive workbench where we can capture the concerns with different designs
acutmore/proposal-keyby
acutmore/rxjs-4-marbles
port of RxJS 5 ASCII marble diagrams for RxJS 4
acutmore/AoC-2017
Advent of Code 2017 Javascript solutions
acutmore/AoC-2018
Advent of Code 2018 Clojure Solutions
acutmore/JS-IC-explained-in-TSC
A port of http://mrale.ph/blog/2012/06/03/explaining-js-vms-in-js-inline-caches.html to TypeScript
acutmore/ecma262
Status, process, and documents for ECMA-262
acutmore/ecmarkup
An HTML superset/Markdown subset source format for ECMAScript and related specifications
acutmore/leaks
Track number of subscriptions in RxJs 4. Useful for detecting leaks.
acutmore/notes
TC39 meeting notes
acutmore/observables-compared
Comparing implementations of the Observable pattern
acutmore/ppm-extension
PPM - peak programming meter - Show live code coverage in VSCode
acutmore/proposal-change-array-by-copy
Provides additional methods to Array.prototype to enable changes on an array by returning a new copy of it with the change.
acutmore/proposal-defer-import-eval
A proposal for introducing a way to defer evaluate of a module
acutmore/proposal-parameter-properties
inline class fields in constructor parameters
acutmore/proposal-record-tuple
ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
acutmore/proposal-symbols-as-weakmap-keys
Permit Symbols as keys in WeakMaps, entries in WeakSets and WeakRefs, and registered in FinalizationRegistries
acutmore/record-tuple-polyfill
A polyfill for the ECMAScript Record and Tuple proposal.
acutmore/rxjs
Forked to add backwards compatibility with RxJs-4
acutmore/test262
Official ECMAScript Conformance Test Suite
acutmore/transpile-module-bug
Example for issue
acutmore/ts-commonjs-emit
acutmore/tsc-tips
Tips when using typescript
acutmore/tsc-utils
Command line typescript utilities
acutmore/tsconfig-paths-bug
repo of bug repro
acutmore/tslib
Bloomberg's collaboration fork of tslib
acutmore/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.