-
Notifications
You must be signed in to change notification settings - Fork 453
Adds TSGO #2104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Adds TSGO #2104
Changes from 22 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d77e294
Migrate to Typescript-go
Bashamega e0bc51a
use dev deps
Bashamega a12e83f
Update tsconfig.json
saschanaz 859ff83
Update tsconfig.json
saschanaz 5a38d89
chore: upgrade deps
Bashamega 72e935c
fix: types
Bashamega 1e994fb
-
Bashamega 4646080
Merge branch 'microsoft:main' into ts-go
Bashamega a9ec8f4
Merge branch 'microsoft:main' into ts-go
Bashamega 8dc2a8e
Merge branch 'microsoft:main' into ts-go
Bashamega 4cb52d0
Merge branch 'microsoft:main' into ts-go
Bashamega 1147406
Update @typescript/native-preview packages to version 7.0.0-dev.20250…
Bashamega 2d2f694
Merge branch 'main' into ts-go
Bashamega cc500ae
Update @typescript/native-preview packages to version 7.0.0-dev.20250…
Bashamega 9ff5a92
Merge Main
Bashamega e6edb75
-
Bashamega ac1ee7b
-
Bashamega a41ca42
-
Bashamega e352aed
-
Bashamega 68e896d
Merge branch 'microsoft:main' into ts-go
Bashamega 536a5a8
-
Bashamega 62e9714
Merge branch 'ts-go' of https://github.com/Bashamega/TypeScript-DOM-l…
9131eb8
-
Bashamega 633e4f3
-
Bashamega 5f2a247
Fix package lock
Bashamega 4f33bdf
-
Bashamega ef133d6
-
Bashamega File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| name: Test on ts-go | ||
| on: [push, pull_request] | ||
|
|
||
| jobs: | ||
| test: | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| with: | ||
| submodules: true # Ensures submodules are cloned | ||
|
|
||
|
|
||
| - uses: actions/setup-node@v5 | ||
| with: | ||
| node-version: "lts/*" | ||
| cache: npm | ||
|
|
||
| - run: npm ci | ||
| - run: tsgo && node ./lib/build.js | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.