Skip to content

Commit

Permalink
Merge pull request #243 from stepchowfun/typescript-code-gen
Browse files Browse the repository at this point in the history
Remove some misleading code from the TypeScript code generator
  • Loading branch information
stepchowfun authored Oct 15, 2021
2 parents d551b4a + fb855d1 commit fd0463e
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 fd0463e

Please sign in to comment.