azu / azu/gitbook-plugin-include-codeblock
slide syntax should support `[import:1]`
未关闭
feature-proposal
- 主要语言
- JavaScript
- 星标
- 40
- 派生
- 25
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, support following patterns.
```
All: [import, hello-world.js](../src/hello-world.js)
1-2: [import:1-2, hello-world.js](../src/hello-world.js)
2-3: [import:2-3, hello-world.js](../src/hello-world.js)
2>=: [import:2-, hello-world.js](../src/hello-world.js)
<=3: [import:-3, hello-world.js](../src/hello-world.js)
```
We want to add following pattern:
```
1: [import:1, hello-world.js](../src/hello-world.js)
```
It is a alias of that
```
1: [import:1-1, hello-world.js](../src/hello-world.js)
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位处理 issue 中所示现有导入范围形式的 parser 或测试。为 [import:1] 添加覆盖,并验证它的行为与 [import:1-1] 相同,包括预期包含的行。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100