19.0.2 • Published 24 days ago

@ima/error-overlay v19.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days ago

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.

19.0.2

24 days ago

19.0.1

5 months ago

19.0.0

1 year ago

19.0.0-rc.8

1 year ago

19.0.0-rc.5

1 year ago

19.0.0-rc.6

1 year ago

19.0.0-rc.7

1 year ago

19.0.0-rc.0

1 year ago

19.0.0-rc.1

1 year ago

19.0.0-rc.2

1 year ago

19.0.0-rc.3

1 year ago

19.0.0-rc.4

1 year ago

18.0.0-rc.11

1 year ago

18.0.0-rc.10

1 year ago

18.0.0-rc.12

1 year ago

18.0.0

1 year ago

18.0.0-rc.8

2 years ago

18.0.0-rc.9

1 year ago

18.0.0-rc.7

2 years ago

18.0.0-rc.6

2 years ago

18.0.0-rc.5

2 years ago

18.0.0-rc.4

2 years ago

18.0.0-rc.3

2 years ago

18.0.0-rc.1

2 years ago

18.0.0-rc.0

2 years ago