Socket
Socket
Sign inDemoInstall

@ima/error-overlay

Package Overview
Dependencies
0
Maintainers
9
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ima/error-overlay

IMA.js error-overlay used in development mode for error reporting.


Version published
Weekly downloads
2
decreased by-99.1%
Maintainers
9
Install size
1.51 MB
Created
Weekly downloads
 

Readme

Source

@ima/error-overlay

Simple web component which provides UI around runtime and compile errors emitted through @ima/hmr-client event emitter.


It is used on server (injected in server error-view ejs template) and client. The @ima/hmr-client package takes care of the initialization of the web component on the client side.

Description

The error overlay tries to parse received errors with the aid of utilities from @ima/dev-utils using available source maps and show original file contents snippet in order to aid with faster and simpler debugging when error occurs. When no source maps are available, the overlay at least falls back to the compiled sources.

There are currently only 2 types of error the overlay shows runtime and compile. Compile errors occur when webpack compilation fails, while runtime errors are caused by an error in the application itself.

Usage:

Inject overlay.js script into the application (available in dist directory) and create web component element:

<ima-error-overlay public-url="http://localhost:3101" server-error="" />

The component accepts 2 arguments:

  • public-url - url of the @ima/cli dev server. The error overlay uses API of this dev server to download static files, their source maps and handle file opening in editor. Without this attribute the error-overlay functionality is very limited.
  • server-error (optional) - JSON stringified error object. This is used to send an error data to the overlay on server-side in the error-view.

The web component injects it's styles into the shadowDOM in order to eliminate any possible conflicts with the application styles.


This package is part of the IMA.js application stack, see imajs.io for more info about the whole project.

Keywords

FAQs

Last updated on 09 Apr 2024

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