Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Reduce pseudo internal Node APIs #66

@vkurchatkin

Description

@vkurchatkin

Currently esm uses the following APIs:

  • new Module
  • Module.wrap
  • Module._compile
  • Module._extensions
  • Module._resolveFilename
  • Module._cache
  • Module._nodeModulePaths
  • path._makeLong
  • process.binding
    • fs
      • getStatValues
      • stat
      • internalModuleReadFile
      • internalModuleStat
    • natives
    • util
      • arrow_message_private_symbol
      • decorated_private_symbol
      • decorateErrorStack
      • setHiddenValue
  • process._tickCallback
  • process._preload_modules
  • REPLServer.prototype.createContext

This APIs are considered internal (or private) and shouldn't be used. Their behaviour can be changed or they can disappear at any time, even in patch release, thus breaking esm and all of its dependants.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions