tc39 / eshost

A uniform wrapper around a multitude of ECMAScript hosts. CLI: https://github.com/bterlson/eshost-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

console.log produces no output under d8

dilijev opened this issue · comments

Can we polyfill console.log with print for the purposes of eshost? This way write-once run-everywhere works for console.log as the most common way of producing console output from a script.

Recent versions of d8 implement console, so this may not be worth doing anymore.