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

Nestjs #1755

Merged
merged 24 commits into from
May 7, 2024
Merged

Nestjs #1755

merged 24 commits into from
May 7, 2024

Conversation

lastmjs
Copy link
Member

@lastmjs lastmjs commented Apr 22, 2024

Closes #1754

This implements the changes necessary to allow NestJS to work to an unknown extent. There is also an example with tests.

Working on this PR also opened my eyes to some easy-to-fix latencies in the reload js/autoreload functionality. The tests were not passing either because of how long it took, so I addressed that.

@lastmjs
Copy link
Member Author

lastmjs commented Apr 24, 2024

I'd like to wait on the dfx extensions PR #1759, maybe it will resolve the replica issue with large_files

@lastmjs lastmjs marked this pull request as ready for review April 25, 2024 14:29
examples/large_files/test/tests.ts Outdated Show resolved Hide resolved
src/compiler/file_watcher/file_watcher.ts Show resolved Hide resolved
src/compiler/file_watcher/file_watcher.ts Show resolved Hide resolved
src/lib/globals.ts Show resolved Hide resolved
src/lib/globals.ts Show resolved Hide resolved
examples/nest/dfx.json Outdated Show resolved Hide resolved
package.json Show resolved Hide resolved
src/compiler/compile_typescript_code.ts Outdated Show resolved Hide resolved
src/compiler/compile_typescript_code.ts Outdated Show resolved Hide resolved
src/compiler/compile_typescript_code.ts Outdated Show resolved Hide resolved
src/compiler/file_watcher/file_watcher.ts Outdated Show resolved Hide resolved
Copy link
Member Author

@lastmjs lastmjs left a comment

Choose a reason for hiding this comment

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

LGTM

@lastmjs lastmjs merged commit 6952375 into main May 7, 2024
124 of 127 checks passed
@lastmjs lastmjs deleted the nestjs branch July 19, 2024 16:46
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.

NestJs
2 participants