-
Notifications
You must be signed in to change notification settings - Fork 8
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
GEN-126: Migrate hCore from Webpack 4 to Vite #53
Merged
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 517f444 - Browse repository at this point
Copy the full SHA 517f444View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa72ff3 - Browse repository at this point
Copy the full SHA fa72ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1ef8a - Browse repository at this point
Copy the full SHA 4c1ef8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f5dcd - Browse repository at this point
Copy the full SHA 66f5dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90bb618 - Browse repository at this point
Copy the full SHA 90bb618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 151277b - Browse repository at this point
Copy the full SHA 151277bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f696d5 - Browse repository at this point
Copy the full SHA 8f696d5View commit details -
- remove sentry.io - .gitignore 'dist' - include 'embed.html' in the output
Configuration menu - View commit details
-
Copy full SHA for c1186e3 - Browse repository at this point
Copy the full SHA c1186e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f8682c - Browse repository at this point
Copy the full SHA 7f8682cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8688927 - Browse repository at this point
Copy the full SHA 8688927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f10420 - Browse repository at this point
Copy the full SHA 7f10420View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1138dd - Browse repository at this point
Copy the full SHA d1138ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f04cf - Browse repository at this point
Copy the full SHA c8f04cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a72be2 - Browse repository at this point
Copy the full SHA 8a72be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a12c12 - Browse repository at this point
Copy the full SHA 9a12c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 035b27e - Browse repository at this point
Copy the full SHA 035b27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0a9b4 - Browse repository at this point
Copy the full SHA bc0a9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110c4a3 - Browse repository at this point
Copy the full SHA 110c4a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7fcd9f - Browse repository at this point
Copy the full SHA c7fcd9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5e35d - Browse repository at this point
Copy the full SHA 0d5e35dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb8761 - Browse repository at this point
Copy the full SHA 7fb8761View commit details -
fix most of the typescript errors; add tsx to 'check' command; add pr…
…ettier caching; sundry
Configuration menu - View commit details
-
Copy full SHA for c904202 - Browse repository at this point
Copy the full SHA c904202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 154ee9b - Browse repository at this point
Copy the full SHA 154ee9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb3fdb - Browse repository at this point
Copy the full SHA 6eb3fdbView commit details -
(repair webworkers) replace promise.resolve().then with setTimeout
- Turns out promise.resolve().then() doesn't actually accomplish the equivalent of a setImmediate. I was mislead by something online, oh well... setTimeout works. - The main simulation worker was breaking when you used the 'run' functionality because the thread would lock. A setTimeout (and previously, setImmediate) was needed to allow other events in the thread.
Configuration menu - View commit details
-
Copy full SHA for 526ef58 - Browse repository at this point
Copy the full SHA 526ef58View commit details -
Configuration menu - View commit details
-
Copy full SHA for f62782f - Browse repository at this point
Copy the full SHA f62782fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da4a2e - Browse repository at this point
Copy the full SHA 8da4a2eView commit details
Commits on Dec 14, 2023
-
Remove auto-types.ts and hardcode its relevant items into types.ts
This file was ignored and persisted across branches, thus causing fresh checkouts to break (as Vite no longer generates this) but existing checkouts to act "normal". I've removed the files and its special cases entirely, and added its contents into types.ts. This now repairs the build. Next up is pruning out the unused generated items and only keeping the relevant ones.
Configuration menu - View commit details
-
Copy full SHA for b3f9e0f - Browse repository at this point
Copy the full SHA b3f9e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e78ed0 - Browse repository at this point
Copy the full SHA 5e78ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e69841 - Browse repository at this point
Copy the full SHA 2e69841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91e2f46 - Browse repository at this point
Copy the full SHA 91e2f46View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.