Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Germany
- https://mathiasbynens.be/
Pinned
1,785 contributions in the last year
Activity overview
Contribution activity
April 2020
- mathiasbynens/prettier JavaScript
Created a pull request in v8/v8.dev that received 3 comments
- chore: remove DOMWorld definition from externs.d.ts
- chore: migrate src/EmulationManager to TypeScript
- chore: Enforce array type styles in TypeScript
- chore: migrate src/DOMWorld to TypeScript
- chore: enforce naming of errors in catch blocks
- chore: migrate src/Browser to TS
- chore: enforce src/protocol.d.ts is in sync
- chore: update protocol.d.ts
- chore: bump version to 3.0.2-post
- feat: add support for string-based custom queries
- chore: mark version v3.0.2
- chore: small CI tidy ups
- chore: split out CI into unit tests + extra checks
- chore: remove puppeteer-web
- chore: use Node's promisify function
- feat(puppeteer): impl DOMWorld.$ for `xpath:` selector
- chore: log useful error for Node v14 breakage
- chore: migrate src/LifecycleWatcher
- fix: make uploadFile throw for non-existent files
- chore: migrate src/BrowserFetcher to TypeScript
- chore: migrate src/Errors to TypeScript
- chore: migrate src/Events to TypeScript
- chore: migrate src/Tracing to TypeScript
- chore: migrate src/Accessibility to TypeScript
- Update clipboard read write permissions with CDP
- Some pull request reviews not shown.
- wasm-decompile blog post
- Fix minor nits
- Update weak references explainer with new FinalizationRegistry API
- No more flashing of white in dark mode
- Fix responsive figures for good
- Upgrade markdown-it-implicit-figures
- Revert "Add syntax highlighting support for numeric separators"
- Define a `grammar` highlighter
- Disallow inline images in a custom plugin
- Fix FormalParameters parameters
- Fix figure markup
- Use language-grammar where possible
Created an issue in prettier/prettier that received 4 comments
Modern CSS color function syntax
Prettier 2.0.5 Playground link --parser css Input: foo { color: rgb(0, 128, 255); color: rgba(0, 128, 255, 0.5); color: hsl(198, 28%, 50%); color: h…
4
comments