Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Create an error with a code frame when parsing fails #288

Merged
merged 1 commit into from
Mar 5, 2018

Commits on Feb 5, 2018

  1. create an error with a code frame when parsing fails

    By calling `this.error` in `transform` instead of throwing the error
    directly (in `tryParse`) rollup will augment the error and add a code
    frame based on the given location before throwing it.
    unstubbable committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    9674a6c View commit details
    Browse the repository at this point in the history