Socket
Socket
Sign inDemoInstall

@esmbly/printer

Package Overview
Dependencies
33
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @esmbly/printer

Logging utilities for Esmbly, a composable transpiler infrastructure for working with statically typed JavaScript and WebAssembly


Version published
Maintainers
1
Install size
3.81 MB
Created

Readme

Source

@esmbly/printer

Shared printing utilities for Esmbly.

Used by @esmbly/core, @esmbly/cli and the transformers.

Usage

import { printer } from '@esmbly/printer';

// Print some info
printer.print('some info..');

// Print an error
printer.error('an error..');

// Print warnings
printer.printWarnings([Warning]);

// Silence the printer
printer.setErrorStream(null);
printer.setOutStream(null);

Contributing

All types of contributions are very much welcome. Check out our Contributing Guide for instructions on how to get started.

FAQs

Last updated on 24 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc