File tree 8 files changed +15
-15
lines changed
8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- contact_links :
3
- -
1
+ ---
2
+ contact_links :
3
+ -
4
4
name : Question
5
5
about : " Please ask and answer usage questions in our Discussion forum."
6
6
url : " https://github.com/TypeStrong/ts-node/discussions"
7
- -
7
+ -
8
8
name : Chat
9
9
about : " Alternatively, you can use the TypeScript Community Discord."
10
10
url : " https://discord.gg/typescript"
11
- -
11
+ -
12
12
name : " Help! My Types Are Missing!"
13
13
about : " This is likely a configuration problem. Check our README"
14
- url : " https://github.com/TypeStrong/ts-node/blob/master /README.md#help-my-types-are-missing"
15
- -
14
+ url : " https://github.com/TypeStrong/ts-node/blob/main /README.md#help-my-types-are-missing"
15
+ -
16
16
name : " TSError or SyntaxError"
17
17
about : " These errors come from TypeScript and node, respectively. Use StackOverflow or Discord for usage and configuration help."
18
18
url : " https://stackoverflow.com/questions/tagged/ts-node"
Original file line number Diff line number Diff line change 3
3
# branches pushed by collaborators
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
# pull request from non-collaborators
8
8
pull_request : {}
9
9
# nightly
Original file line number Diff line number Diff line change 3
3
# branches pushed by collaborators
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
jobs :
8
8
build :
9
9
name : Build & Deploy
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ts-node-cwd scripts.ts
52
52
ts-node-transpile-only scripts.ts
53
53
```
54
54
55
- ![ TypeScript REPL] ( https://github.com/TypeStrong/ts-node/raw/master /screenshot.png )
55
+ ![ TypeScript REPL] ( https://github.com/TypeStrong/ts-node/raw/main /screenshot.png )
56
56
57
57
### Shebang
58
58
309
309
[ downloads-url ] : https://npmjs.org/package/ts-node
310
310
[ github-actions-image ] : https://img.shields.io/github/workflow/status/TypeStrong/ts-node/Continuous%20Integration
311
311
[ github-actions-url ] : https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22
312
- [ codecov-image ] : https://codecov.io/gh/TypeStrong/ts-node/branch/master /graph/badge.svg
312
+ [ codecov-image ] : https://codecov.io/gh/TypeStrong/ts-node/branch/main /graph/badge.svg
313
313
[ codecov-url ] : https://codecov.io/gh/TypeStrong/ts-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
3
"dependencies" : {
4
- "ts-node" : " github:TypeStrong/ts-node#master " ,
4
+ "ts-node" : " github:TypeStrong/ts-node#main " ,
5
5
"typescript" : " ^3.8.3"
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ export function create(rawOptions: CreateOptions = {}): Service {
667
667
: options . transpiler [ 0 ] ;
668
668
const transpilerOptions =
669
669
typeof options . transpiler === 'string' ? { } : options . transpiler [ 1 ] ?? { } ;
670
- // TODO mimic fixed resolution logic from loadCompiler master
670
+ // TODO mimic fixed resolution logic from loadCompiler main
671
671
// TODO refactor into a more generic "resolve dep relative to project" helper
672
672
const transpilerPath = require . resolve ( transpilerName , {
673
673
paths : [ cwd , __dirname ] ,
Original file line number Diff line number Diff line change 149
149
[ downloads-url ] : https://npmjs.org/package/ts-node
150
150
[ github-actions-image ] : https://img.shields.io/github/workflow/status/TypeStrong/ts-node/Continuous%20Integration
151
151
[ github-actions-url ] : https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22
152
- [ codecov-image ] : https://codecov.io/gh/TypeStrong/ts-node/branch/master /graph/badge.svg
152
+ [ codecov-image ] : https://codecov.io/gh/TypeStrong/ts-node/branch/main /graph/badge.svg
153
153
[ codecov-url ] : https://codecov.io/gh/TypeStrong/ts-node
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ module.exports = {
80
80
sidebarPath : require . resolve ( './sidebars.js' ) ,
81
81
// Please change this to your repo.
82
82
editUrl :
83
- 'https://github.com/TypeStrong/ts-node/edit/master /website/' ,
83
+ 'https://github.com/TypeStrong/ts-node/edit/main /website/' ,
84
84
} ,
85
85
// blog: {
86
86
// showReadingTime: true,
You can’t perform that action at this time.
0 commit comments