File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44
55So far:
66
7- - ` requestAnimationFrame `
8- - ` setTimeout `
7+ - ` requestAnimationFrame ` / ` cancelAnimationFrame `
8+ - ` setTimeout ` / ` clearTimeout `
99- ` Promise ` (rudimentary initial implementation, still lacking things like promise chaining and static methods, etc)
1010
1111> The name is a play on words:
Original file line number Diff line number Diff line change 22 "name" : " ecmassembly" ,
33 "version" : " 0.1.5" ,
44 "type" : " module" ,
5- "home" : " " ,
5+ "homepage" : " https://github.com/aspkg/ecmassembly" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git@github.com:aspkg/ecmassembly.git"
9+ },
10+ "bugs" : {
11+ "url" : " https://github.com/aspkg/ecmassembly/issues"
12+ },
613 "scripts" : {
714 "start" : " npm run dev" ,
815 "build" : " npm run asbuild" ,
You can’t perform that action at this time.
0 commit comments