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

Do not include js files in TS compilation #2530

Merged
merged 1 commit into from
Jun 2, 2021

Conversation

lpranam
Copy link
Member

@lpranam lpranam commented Jun 1, 2021

Signed-off-by: Pranam Lashkari [email protected]
Change-Id: Ie2df89ba09597a34aca9221bf082b1f2df3c7d07

  • Target version: master

Summary

problem:
in compilation tsc removes blank lines from the file
this causes problem in debugging and mapping with IDEs

microsoft/TypeScript#843

Checklist

  • Code is properly formatted
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

problem:
in compilation tsc removes blank lines from the file
this causes problem in debugging and mapping with IDEs

microsoft/TypeScript#843

Signed-off-by: Pranam Lashkari <[email protected]>
Change-Id: Ie2df89ba09597a34aca9221bf082b1f2df3c7d07
Copy link
Member

@dennisfrancis dennisfrancis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making tsc process/copy all js files to dist/ is no longer necessary (It was necessary before when the project compilation was turned on). Thanks for the fix.

@lpranam lpranam merged commit 3da4101 into CollaboraOnline:master Jun 2, 2021
@lpranam lpranam deleted the ts_compile_config branch June 2, 2021 08:46
This pull request was closed.
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.

2 participants