Merge master to revert swcs lack of type checking
This commit is contained in:
commit
d9156c574a
2 changed files with 4 additions and 3 deletions
|
@ -1,2 +1 @@
|
||||||
cat > program.js
|
cat | node
|
||||||
node program.js
|
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
cat > program.ts
|
cat > program.ts
|
||||||
swc-node program.ts
|
tsc --lib DOM,ESNext --target ES2019 --strict \
|
||||||
|
--skipLibCheck --types /usr/local/share/.config/yarn/global/node_modules/@types/node program.ts \
|
||||||
|
&& cat program.js | node
|
||||||
|
|
Loading…
Reference in a new issue