-
Notifications
You must be signed in to change notification settings - Fork 37
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
Updating Decaffeinated Build #324
Conversation
- this is only used in the drag/drop of journals
Also convert depreciated substr() to substring()
Update github actions so they run on push and PRs associated with the decaffeinate branch. Remember to modify this when renaming the branches later. |
Replacing grunt/browserify with esbuild. This gives javascript map files that work, so only need the minified build. To build run The build process creates a metafile |
Update the version of mocha that is included in the A small associated change from |
And a script to update the authors file I have left |
Modify |
- the move broke the server, which requires `wiki-client/lib/resolve` and `wiki-client/lib/synopsis`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great!
Co-authored-by: Ward Cunningham <[email protected]>
co-authored-by: Ward Cunningham <[email protected]> Co-authored-by: Eric Dobbs <[email protected]>
This is a work in progress, commits are in bite sized chunks to help with explaining the changes.
Before replacing Grunt/Browserify build process, replace
Node:events
(f009685) andNode:url
(6afcaf0) with their browser equivalents.Update the node versions used in the test action, and modify
.gitignore
, pre-empting some of the changes happening next. (930c000) and (db6301a)