API Conformance #804
Labels
api:node
Node API and stdlib
feature
Large PRs or issues with full-blown features
lang:javascript
Issues relating to JavaScript
meta
Tickets which relate to other tickets
Issue description
Intending to track Node API and Web API conformance as it evolves and matures. Implementations will be tracked at two levels: (1) basic support, and (2) full conformance.
Elide is not going to attempt to support the entirety of the Node API. Most applications do not use the full Node API, and, in aggregate, there are several major API modules that are less needed than others. Some modules built-in to Node are specific to behavior in V8 or target V8 features directly, and those are obviously also irrelevant to Elide's audience.
Node API
assert
#821async_hooks
#1205buffer
#852child_process
#1096console
module #1201crypto
module #1202events
#879fs
#825fs/promises
#855inspector
#823os
#822path
#819process
#820querystring
#1204stream
#853url
#854util
#1203zlib
#1200Web APIs
WinterCG
Core JavaScript
The text was updated successfully, but these errors were encountered: