Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement console.groupCollapsed #1452

Merged
merged 2 commits into from
Jan 6, 2019

Commits on Jan 3, 2019

  1. add console.group & console.groupEnd denoland#1363

    - add console.group & console.groupEnd function
    - add console.group & console.groupEnd test
    - fix group when log info contains \n
    zhmushan authored and kt3k committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    02b6950 View commit details
    Browse the repository at this point in the history
  2. feat: implement console.groupCollapsed

    This implementation of groupCollapsed is intentionally different
    from the spec defined by whatwg. See the conversation in denoland#1355
    and denoland#1363.
    kt3k committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    e798648 View commit details
    Browse the repository at this point in the history