Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lint-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v4
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '22.x'
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '22.x'
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
3 changes: 0 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# TypeScript support
node-options='--import tsimp/import'

# JSR registry
@jsr:registry=https://npm.jsr.io
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,29 +147,3 @@ TL;DR Side effects include:

- any function call on top level of module
- any mutation of imported variables on top level of module

## Troubleshoot

Solutions to known problems when working with repository

### NPM-script terminates immediately without doing anything

```bash
# delete tsimp cache and stop daemon
npx tsimp --clear
```

### NPM-script shows irrelevant type check errors

```bash
# delete tsimp cache and stop daemon
npx tsimp --clear
```

### `npm install <something>` is infinite

Temporary comment this line in `.npmrc`:

```
node-options='--import tsimp/import'
```
2 changes: 0 additions & 2 deletions docs/.npmrc

This file was deleted.

Loading