ajvincent / ajvincent/es-membrane

Use Case: Hide foreign stack frames in exceptions

オープン
#25 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
118
フォーク
13
PR マージ指標
30日以内にマージされた PR はありません

説明

- [ ] Jasmine specification (disabled) demonstrating the use case
- [ ] Implement object graph handlers to achieve the use case
- [ ] Enable test for browser target
- [ ] Enable test for node target

Note that truly hiding an Error's stack cannot begin until the Error enters an object graph handler. If you are in a "dry" object graph and "dry" code calls:

``` javascript
throw new Error("foo");
```

then the stack cannot be hidden at that line of code unless the Error constructor itself was overridden somehow.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。