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

Uses incremental builds and avoids checking semanticAnalysis.js #120

Closed
wants to merge 2 commits into from

Conversation

ncordon
Copy link
Collaborator

@ncordon ncordon commented Oct 19, 2023

No description provided.

@ncordon ncordon force-pushed the faster-compilation branch 3 times, most recently from 01b4cad to 8214b39 Compare October 19, 2023 13:39
@ncordon ncordon force-pushed the faster-compilation branch from 8214b39 to 5f422dc Compare October 19, 2023 13:47
@ncordon ncordon changed the title Improves the compilation process Uses incremental builds and avoids checking semanticAnalysis.js Oct 19, 2023
@ncordon ncordon force-pushed the faster-compilation branch 2 times, most recently from 4f5c299 to c3888cb Compare October 19, 2023 15:02
@@ -9,7 +9,8 @@
"skipLibCheck": true,
"sourceMap": true,
"target": "ESNext",
"outDir": "dist"
"outDir": "dist",
"incremental": false
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this not already the default value?

@ncordon
Copy link
Collaborator Author

ncordon commented Oct 23, 2023

Superseeded by #124

@ncordon ncordon closed this Oct 23, 2023
@ncordon ncordon deleted the faster-compilation branch October 23, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants