-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #18 from alexrecuenco/esm"
- Loading branch information
1 parent
d7d3eb8
commit f99082a
Showing
24 changed files
with
54 additions
and
930 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 |
---|---|---|
|
@@ -13,9 +13,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
# python-version: '3.12' | ||
cache: 'pip' | ||
- uses: pre-commit/[email protected] | ||
|
||
|
@@ -24,7 +23,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
node-version: [20.x, 22.x] | ||
node-version: [18.x, 20.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -39,5 +38,3 @@ jobs: | |
- run: npm run format | ||
- run: npm run build:debug | ||
- run: npm run build:prod | ||
- run: npm run check:esmloads | ||
- run: npm run check:cjsloads |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ repos: #The order matters, we want prospector to run after all the sorting was d | |
- id: check-json | ||
# JSON that are not json | ||
# (?x) means verbose (we can add spaces for better readibility, but they are ignored) | ||
exclude: (?x) /?(tsconfig(\.\w+)? | \.vscode/.*) \.json$ | ||
exclude: (?x) ^(tsconfig(\.\w+)? | \.vscode/.*) \.json$ | ||
- id: check-merge-conflict | ||
- id: check-symlinks | ||
- id: check-toml | ||
|
@@ -19,10 +19,10 @@ repos: #The order matters, we want prospector to run after all the sorting was d | |
# File normalization | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
# - repo: https://github.com/pre-commit/mirrors-prettier | ||
# rev: 'v3.1.0' | ||
# hooks: | ||
# - id: prettier | ||
# additional_dependencies: | ||
# - [email protected] | ||
# - [email protected] | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: 'v3.1.0' | ||
hooks: | ||
- id: prettier | ||
additional_dependencies: | ||
- [email protected] | ||
- [email protected] |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.