EedoCelsius

Results 2 issues of EedoCelsius

### Bug description Steps to reproduce the problem: ``` const puppeteer = require("puppeteer"); (async () => { const browser = await puppeteer.launch({ headless: false, devtools: true }) const page =...

bug
unconfirmed

### Feature suggestion current compiler adds an unexpected null check when there is an exclamenation token like `nullable!.prop1`. it will be great if it is possible to disable the null...

enhancement