Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report lightmare

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. mapnik Public

    Forked from mapnik/mapnik

    Mapnik is an open source toolkit for developing mapping applications

    C++ 1

  2. Forked from mapnik/python-mapnik

    Python bindings for mapnik

    Python 1

  3. babel Public

    Forked from babel/babel

    🐠 Babel is a compiler for writing next generation JavaScript.

    JavaScript

159 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

Contribution activity

September 2021

Created 2 commits in 2 repositories

Created a pull request in engine262/engine262 that received 3 comments

Fix async and generator function tags in REPL output

Previously all kinds of functions were printed as [Function: name] This PR differentiates: [AsyncFunction: name] [AsyncGeneratorFunction: name] [Ge…

+29 βˆ’21 β€’ 3 comments
Opened 1 other pull request in 1 repository
engine262/engine262 1 merged

Created an issue in engine262/engine262 that received 3 comments

Incorrect parsing of await/yield in arrow function params

1a. doesn't complain when it should: > function* foo() { return (a = (yield)) => a } undefined 1b. correctly complains: > function* foo() { return (a

3 comments
Opened 1 other issue in 1 repository
tc39/proposal-operator-overloading 1 open

Seeing something unexpected? Take a look at the GitHub profile guide.