ktfile 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Bug report
|
|
3
|
-
about: Create a report to help us improve
|
|
4
|
-
title: "[BUG]"
|
|
5
|
-
labels: ''
|
|
6
|
-
assignees: OguzhanUmutlu
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
**Environment:**
|
|
11
|
-
|
|
12
|
-
- OS: [e.g. Windows 10, macOS 12, Ubuntu 20.04]
|
|
13
|
-
- Node.js: [e.g. 16.14.0]
|
|
14
|
-
- KTFile: [e.g. 1.0.0]
|
|
15
|
-
|
|
16
|
-
**Description:**
|
|
17
|
-
Clear description of the bug
|
|
18
|
-
|
|
19
|
-
**Reproduction:**
|
|
20
|
-
|
|
21
|
-
```typescript
|
|
22
|
-
// Minimal code example
|
|
23
|
-
const file = fileSync('./example.txt');
|
|
24
|
-
// Steps to reproduce...
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
**Expected Behavior:**
|
|
28
|
-
What should happen
|
|
29
|
-
|
|
30
|
-
**Actual Behavior:**
|
|
31
|
-
What actually happens
|
|
32
|
-
|
|
33
|
-
**Additional Context:**
|
|
34
|
-
Any other relevant information
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Feature request
|
|
3
|
-
about: Suggest an idea for this project
|
|
4
|
-
title: "[FEATURE]"
|
|
5
|
-
labels: enhancement
|
|
6
|
-
assignees: OguzhanUmutlu
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
**Feature Description:**
|
|
11
|
-
Clear description of the proposed feature
|
|
12
|
-
|
|
13
|
-
**Use Case:**
|
|
14
|
-
Why is this feature needed? What problem does it solve?
|
|
15
|
-
|
|
16
|
-
**Proposed API:**
|
|
17
|
-
|
|
18
|
-
```typescript
|
|
19
|
-
// Example of how the feature might work
|
|
20
|
-
file.newMethod(parameters);
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
**Alternatives Considered:**
|
|
24
|
-
What other approaches did you consider?
|
|
25
|
-
|
|
26
|
-
**Additional Context:**
|
|
27
|
-
Any other relevant information
|