Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign upPinned
205 contributions in the last year
Contribution activity
November 2020
Created 11 commits in 2 repositories
Created 1 repository
- vrana/TypeScript-Website TypeScript
Created a pull request in google/incremental-dom that received 3 comments
Ban setting special attributes
This prevents circumventing our checks by code like <script text="{$evil}"> or <i innerHTML="{$evil}"> in Soy IDOM.
The newly added test is flaky. …