Skip to content

Commit

Permalink
Merged main into dev-main
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jul 10, 2024
2 parents 990569d + ef0300a commit 54c7760
Show file tree
Hide file tree
Showing 499 changed files with 31,930 additions and 19,046 deletions.
11 changes: 0 additions & 11 deletions .badge-config

This file was deleted.

7 changes: 4 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
},
"rules": {
"linebreak-style": ["error", "unix"],
"max-params": 0,
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [1, { "vars": "local", "args": "none" }],
"@typescript-eslint/consistent-type-imports": "error",
"no-unused-vars": "off",
"max-params": 0,
"no-warning-comments": 0,
"no-useless-catch": 1,
"comma-dangle": 0,
Expand All @@ -31,6 +32,6 @@
"BufferEncoding": true
},
"ignorePatterns": [
"parser/antlr/*.ts"
"lexer-parser/antlr/*.ts"
]
}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please [search here](https://github.com/Luna-Klatzer/Kipper/issues) to see if an issue already exists for your problem.
description: Please [search here](https://github.com/Kipper-Lang/Kipper/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please [search here](https://github.com/Luna-Klatzer/Kipper/issues) to see if an issue already exists for your problem.
description: Please [search here](https://github.com/Kipper-Lang/Kipper/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing proposal for this?
description: Please [search here](https://github.com/Luna-Klatzer/Kipper/issues) to see if an issue already exists for your problem.
description: Please [search here](https://github.com/Kipper-Lang/Kipper/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please [search here](https://github.com/Luna-Klatzer/Kipper/issues) to see if an issue already exists for your problem.
description: Please [search here](https://github.com/Kipper-Lang/Kipper/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
Expand Down
43 changes: 17 additions & 26 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<!--
Please read through the given
Please read through the given types of changes and select the correct one using an 'x' instead of the ' ' (space) in the brackets.
Comments are marked by arrows, like in lines 1 and 5. They will not be visible in the final pull request!
Note: Comments are marked by arrows, like here. They will not be visible in the final pull request!
-->

## What type of change does this PR perform?

<!-- Please put an X in the box of the line that applies -->
<!-- If you are unsure if your code is a breaking change, read this: https://nordicapis.com/what-are-breaking-changes-and-how-do-you-avoid-them -->

- [ ] Maintenance (Non-breaking change that updates dependencies)
- [ ] Info or documentation change (Non-breaking change that updates repo info files (e.g. README.md, CONTRIBUTING.md, etc.) or online documentation)
- [ ] Website feature update or docs development changes (Change that changes the design or functionality of the websites or docs)
- [ ] Website (Change that changes the design or functionality of the websites or docs)
- [ ] Development or internal changes (These changes do not add new features or fix bugs, but update the code in other ways)
- [ ] Bug fix (Non-breaking change which fixes an issue)
- [ ] New feature (Non-breaking change which adds functionality)
Expand All @@ -28,30 +27,10 @@ Comments are marked by arrows, like in lines 1 and 5. They will not be visible i
Closes #INSERT_NR
-->

## List of Changes

<!-- Please explain the changes in this PR and their influence. If this fixes an issue, describe what fixed the issue. -->

<!-- Create for every essential change a list item (Link any issues, discussions or PRs if needed!) -->

- Change Nr. 1
- Change Nr. 2
- ...

## Does this PR create new warnings?

<!-- Add any new warnings or possible issues that could occur with this PR. -->

- Warning Nr. 1
- Warning Nr. 2
- ...

<!-- Just write none if they are no warnings, like this:
None.
-->

## Detailed Changelog

_Not present for website/docs changes_

<!-- Detailed changelog that may be copied from `CHANGELOG.md` (Only add the items you've added and remove any header with no item.). -->

### Added
Expand All @@ -68,6 +47,18 @@ None.
None.
-->

## Does this PR create new warnings?

<!-- Add any new warnings or possible issues that could occur with this PR. -->

- Warning Nr. 1
- Warning Nr. 2
- ...

<!-- Just write none if they are no warnings, like this:
None.
-->

## Linked issues or PRs

<!-- Include other issues and PRs related to this if any exist. Use this format: - [ ] #ISSUE_OR_PR -->
Expand Down
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ template: |
## Full Details
**View on NPM**: [`kipper@$RESOLVED_VERSION`](https://www.npmjs.com/package/kipper/v/$RESOLVED_VERSION)
**Detailed Changelog**: [`CHANGELOG.md`](https://github.com/$OWNER/$REPOSITORY/blob/v$RESOLVED_VERSION/CHANGELOG.md)
**Compare Changes**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nodejs-cli-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -56,7 +56,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/size-limit.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
coverage/*

# antlr4 generated files
gen/*

# nyc __tests__ coverage
.nyc_output
Expand Down Expand Up @@ -78,3 +82,6 @@ typings/
*.tsbuildinfo

*.idea

# Nyc
.nyc_output/
2 changes: 1 addition & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"extension": ["ts"],
"exclude": [
"**/parser/antlr/*.*",
"**/lexer-parser/antlr/*.*",
"**/*.test.ts",
"**/*.spec.ts",
"**/*.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions .run/antlr4ts.run.xml → .run/antlr4.run.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="antlr4ts" type="js.build_tools.npm" nameIsGenerated="true">
<configuration default="false" name="antlr4" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="antlr4ts" />
<script value="antlr4" />
</scripts>
<node-interpreter value="project" />
<envs />
Expand Down
10 changes: 6 additions & 4 deletions .run/kipper run.run.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="kipper run" type="NodeJSConfigurationType" application-parameters="run -s &quot;&quot;" path-to-js-file="./kipper/cli/bin/run" working-dir="$PROJECT_DIR$/">
<method v="2" />
</configuration>
</component>
<configuration default="false" name="kipper run" type="NodeJSConfigurationType"
application-parameters="run -s &quot;&quot;" path-to-js-file="./kipper/cli/bin/run"
working-dir="$PROJECT_DIR$/">
<method v="2"/>
</configuration>
</component>
Loading

0 comments on commit 54c7760

Please sign in to comment.