good first issue
仓库指标
- 星标
- (1,602 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
It's possible to restrict a function in all modules except certain modules:
- functions:
- {name: [fromIntegral], within: 'modules_where_fromIntegral_is_ok'}
But it doesn't seem possible to restrict a function only in certain modules. This would be a useful feature to add.