-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
734fd5e
commit 03e36e6
Showing
75 changed files
with
3,548 additions
and
3,549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
module.exports = require("./eslint.config")(); | ||
module.exports = require("./eslint.config")(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[Bug] " | ||
labels: "bug" | ||
assignees: "" | ||
--- | ||
|
||
### What versions am I using of... | ||
|
||
- `nodejs`: x.x.x | ||
- `npm`/`yarn`: x.x.x | ||
- `postdfm`: x.x.x | ||
|
||
### What did I do? | ||
|
||
### What was I expecting? | ||
|
||
### What happened instead? | ||
|
||
### What do I think is the problem? | ||
|
||
### Am I willing to make a pull request with failing tests to help speed up the fix? | ||
|
||
### Am I willing to make a pull request with the fix as well? | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[Bug] " | ||
labels: "bug" | ||
assignees: "" | ||
--- | ||
|
||
### What versions am I using of... | ||
|
||
- `nodejs`: x.x.x | ||
- `npm`/`yarn`: x.x.x | ||
- `postdfm`: x.x.x | ||
|
||
### What did I do? | ||
|
||
### What was I expecting? | ||
|
||
### What happened instead? | ||
|
||
### What do I think is the problem? | ||
|
||
### Am I willing to make a pull request with failing tests to help speed up the fix? | ||
|
||
### Am I willing to make a pull request with the fix as well? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature] " | ||
labels: "feature" | ||
assignees: "" | ||
--- | ||
|
||
### What doesn't `postdfm` do that I would like it to? | ||
|
||
### Am I willing to make a pull request with an implementation of the feature? | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature] " | ||
labels: "feature" | ||
assignees: "" | ||
--- | ||
|
||
### What doesn't `postdfm` do that I would like it to? | ||
|
||
### Am I willing to make a pull request with an implementation of the feature? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
{ | ||
"astType": "root", | ||
"child": { | ||
"astType": "object", | ||
"kind": "object", | ||
"name": "Outer", | ||
"type": "TOuter", | ||
"properties": [], | ||
"children": [ | ||
{ | ||
"astType": "object", | ||
"kind": "object", | ||
"name": "Problem", | ||
"type": "TProblem", | ||
"properties": [ | ||
{ | ||
"astType": "property", | ||
"name": "ProblemProperty", | ||
"value": { | ||
"astType": "identifier", | ||
"value": "ErrorEnd" | ||
}, | ||
"raws": { | ||
"afterName": " ", | ||
"beforeValue": " " | ||
} | ||
} | ||
], | ||
"children": [ | ||
{ | ||
"astType": "object", | ||
"kind": "object", | ||
"name": "Inner", | ||
"type": "TInner", | ||
"properties": [], | ||
"children": [], | ||
"raws": { | ||
"afterName": "", | ||
"beforeType": " ", | ||
"beforeName": " ", | ||
"beforeEnd": "\r\n " | ||
} | ||
} | ||
], | ||
"raws": { | ||
"afterName": "", | ||
"beforeType": " ", | ||
"beforeName": " ", | ||
"beforeProperties": "\r\n ", | ||
"beforeChildren": "\r\n ", | ||
"beforeEnd": "\r\n " | ||
} | ||
} | ||
], | ||
"raws": { | ||
"afterName": "", | ||
"beforeType": " ", | ||
"beforeName": " ", | ||
"beforeChildren": "\r\n ", | ||
"beforeEnd": "\r\n" | ||
} | ||
}, | ||
"raws": { | ||
"before": "", | ||
"after": "" | ||
} | ||
} | ||
{ | ||
"astType": "root", | ||
"child": { | ||
"astType": "object", | ||
"kind": "object", | ||
"name": "Outer", | ||
"type": "TOuter", | ||
"properties": [], | ||
"children": [ | ||
{ | ||
"astType": "object", | ||
"kind": "object", | ||
"name": "Problem", | ||
"type": "TProblem", | ||
"properties": [ | ||
{ | ||
"astType": "property", | ||
"name": "ProblemProperty", | ||
"value": { | ||
"astType": "identifier", | ||
"value": "ErrorEnd" | ||
}, | ||
"raws": { | ||
"afterName": " ", | ||
"beforeValue": " " | ||
} | ||
} | ||
], | ||
"children": [ | ||
{ | ||
"astType": "object", | ||
"kind": "object", | ||
"name": "Inner", | ||
"type": "TInner", | ||
"properties": [], | ||
"children": [], | ||
"raws": { | ||
"afterName": "", | ||
"beforeType": " ", | ||
"beforeName": " ", | ||
"beforeEnd": "\r\n " | ||
} | ||
} | ||
], | ||
"raws": { | ||
"afterName": "", | ||
"beforeType": " ", | ||
"beforeName": " ", | ||
"beforeProperties": "\r\n ", | ||
"beforeChildren": "\r\n ", | ||
"beforeEnd": "\r\n " | ||
} | ||
} | ||
], | ||
"raws": { | ||
"afterName": "", | ||
"beforeType": " ", | ||
"beforeName": " ", | ||
"beforeChildren": "\r\n ", | ||
"beforeEnd": "\r\n" | ||
} | ||
}, | ||
"raws": { | ||
"before": "", | ||
"after": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"astType": "root", | ||
"raws": { | ||
"before": "" | ||
} | ||
} | ||
{ | ||
"astType": "root", | ||
"raws": { | ||
"before": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"astType": "root", | ||
"child": { | ||
"astType": "object", | ||
"children": [], | ||
"kind": "object", | ||
"name": "Empty", | ||
"properties": [], | ||
"raws": { | ||
"afterName": "", | ||
"beforeEnd": "\r\n", | ||
"beforeName": " ", | ||
"beforeType": " " | ||
}, | ||
"type": "TEmpty" | ||
}, | ||
"raws": { | ||
"after": "", | ||
"before": "" | ||
} | ||
} | ||
{ | ||
"astType": "root", | ||
"child": { | ||
"astType": "object", | ||
"children": [], | ||
"kind": "object", | ||
"name": "Empty", | ||
"properties": [], | ||
"raws": { | ||
"afterName": "", | ||
"beforeEnd": "\r\n", | ||
"beforeName": " ", | ||
"beforeType": " " | ||
}, | ||
"type": "TEmpty" | ||
}, | ||
"raws": { | ||
"after": "", | ||
"before": "" | ||
} | ||
} |
Oops, something went wrong.