Skip to content

Commit 88759a6

Browse files
github-actions[bot]actions-userMishaKav
authored
Bump @linearb/gitstream-core to 2.1.220 (#430)
* bump @linearb/gitstream-core to 2.1.220 * feat: add ruff_fmt WASM module and integrate it for Python formatting. * build: Remove ncc bundling hint for WASM package. --------- Co-authored-by: GitHub Actions Bot <[email protected]> Co-authored-by: Misha Kav <[email protected]>
1 parent dcaaff5 commit 88759a6

File tree

17 files changed

+772
-73
lines changed

17 files changed

+772
-73
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,7 @@ out
146146
.yalc
147147
.yalc.lock
148148

149-
.DS_Store
149+
.DS_Store
150+
151+
# Allow dist/node_modules for WASM dependencies
152+
!dist/node_modules/

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ runs:
3535
with:
3636
node-version: 20.12.2
3737

38-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
39-
with:
40-
python-version: 3.x
41-
4238
- name: Create GitStream folder
4339
shell: bash
4440
run: |

dist/index.js

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 0 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node_modules/@wasm-fmt/ruff_fmt/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node_modules/@wasm-fmt/ruff_fmt/README.md

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node_modules/@wasm-fmt/ruff_fmt/jsr.jsonc

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node_modules/@wasm-fmt/ruff_fmt/package.json

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node_modules/@wasm-fmt/ruff_fmt/ruff_fmt.d.ts

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)