Skip to content
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

Implementing native Typescript evaluation with NodeJS #239

Closed
wants to merge 3 commits into from

Conversation

wilwong89
Copy link
Contributor

Description

Implementing native Typescript evaluation with NodeJS for feasibility evaluation

Types of changes

Certain changes are required to have node evaluate typescript:

  • tsconfig.ts option configuration
  • package.json setting module option and setting node typescript evaluation command with npm run start:dev
  • Conversion of all backend import statements to include proper suffices (index.ts, file extensions, json imports)

New feature (non-breaking change which adds functionality)

Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

Copy link

Coverage Report (Frontend)

Totals Coverage
Statements: 46.7% ( 3234 / 6925 )
Methods: 35.51% ( 413 / 1163 )
Lines: 54.72% ( 1888 / 3450 )
Branches: 40.35% ( 933 / 2312 )

@wilwong89 wilwong89 closed this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant