Skip to content

Commit

Permalink
Remove some misleading code from the TypeScript code generator
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Oct 15, 2021
1 parent d551b4a commit fb855d1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5,825 deletions.
2 changes: 1 addition & 1 deletion integration_tests/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"check": "npm ci && tsc --project tsconfig.json && prettier --config .prettierrc.js --ignore-path ../../.gitignore --check . && node dist/main.js",
"check": "npm ci && rm -rf dist && tsc --project tsconfig.json && prettier --config .prettierrc.js --ignore-path ../../.gitignore --check . && node dist/main.js",
"format": "prettier --config .prettierrc.js --ignore-path ../../.gitignore --write ."
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions integration_tests/typescript/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import './types';

// eslint-disable-next-line no-console
console.log('Hello, World!');
Loading

0 comments on commit fb855d1

Please sign in to comment.