electron / electron/rebuild

V4 Roadmap

Open
#356 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
1.1k
Forks
181
Avg merge
6h 44m
Merged PRs (30d)
3

Description

## v4

* [ ] Replace the embedded module walker with `flora-colossus`
* It's currently used by Electron Packager for pruning purposes

## v3 (done)

* [x] Require Node 10.x (#357)
* Node < 10 isn't supported by the Node folks, and some dependencies require Node 10
* Reduces the amount of code generated by TypeScript
* [x] Replace `spawn-rx` with `@malept/cross-spawn-promise` (#358)
* The backtraces should be clearer
* It's used by other tools in the Electron ecosystem
* [x] Remove deprecated APIs (#362)
* sequential args API
* [x] Use `node-gyp` as a module instead of shelling out (#363)
* [x] Require Node 12.x
* Node < 12 isn't supported by the Node folks, and some dependencies require Node 12
* Reduces the amount of code generated by TypeScript

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.