Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
73 lines (61 loc) · 1.71 KB

todo.md

File metadata and controls

executable file
·
73 lines (61 loc) · 1.71 KB

Task statement symbols highlights

Symbol State
[x] Fully Implemented
[~] Partially implemented
[@] Ongoing implementation
[!] Fix as soon as possible (ASAP)
[-] Rejected / Reviewing
[*] Under investigation
[ ] Not started

Features work in progress:

#### [builder]

  • [~] Multithreading
  • [*] Dynamic compiler
  • [*] On demand compiler
  • API improvement
  • Show detailed builded sources
  • Show detailed builder result
  • WASM Support (C, C++)

[addons]

  • Cloud registry
  • Security & permissions - [~] Dynamic load
  • [~] Addon loader schema (load.addon.js)

[core]

  • [*] WebAssembly loader support (WASI)
  • Process profiler
  • SignalC (SignalCore)
  • VM
    • Code transcompiler
    • Scripts loader (nodescript)
    • [~] Exposers dispatcher
  • ModuleController
    • Support Aliases overrides
    • Support Paths overrides
    • importFrom - [] transcompiler

[libraries]

  • net

    • websocket
      • [~] websocket.server
      • websocket.client
  • factory

    • [*] Thing(class) generator

[helpers]

  • integrate syncVersion
  • [] Bootstrap with project templates
  • [] Publisher script refactoring

[cli]

  • version improve bump version
  • publish performance

[#testing]

  • [!] Support JEST testing with runtime

[#reliability]

  • [!] Unit code tests
  • [!] CI/CD Implementation

[#maintainability]

  • API Documentation
  • Project documentation & organization
  • Project policies
  • Project roadmap