ember-cli / ember-cli/babel-plugin-debug-macros
Handle `CallExpression` for debug macros.
オープン
- 主要言語
- TypeScript
- スター
- 13
- フォーク
- 13
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Currently, we are handling only `ExpressionStatement`'s for debug macro replacement. Unfortunately, the following do not get processed (since they do not include an `ExpressionStatement`):
```js
function foo() {
return assert(false, 'derp'); // ReturnStatement
}
let qux = () => assert(false, 'herp'); // ArrowFunctionExpression
```
This is the underlying issue in https://github.com/babel/ember-cli-babel/issues/168.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。