ember-cli / ember-cli/babel-plugin-debug-macros
_createMacroExpression closes over code that other transforms may edit.
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 13
- Fork
- 13
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Take for instance the following
```ts
assert(`my assertion`, SOME_VAR);
```
This library will close over `SOME_VAR` when building out the transformation ` _createMacroExpression`. Since the built transformations are not flushed until program exit, other transforms that edit or replace `SOME_VAR` will have no affect.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.