xref: /third_party/node/lib/module.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/lib/
11cb0ef41Sopenharmony_ci'use strict';
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ciconst { findSourceMap } = require('internal/source_map/source_map_cache');
41cb0ef41Sopenharmony_ciconst { Module } = require('internal/modules/cjs/loader');
51cb0ef41Sopenharmony_ciconst { register } = require('internal/modules/esm/loader');
61cb0ef41Sopenharmony_ciconst { SourceMap } = require('internal/source_map/source_map');
71cb0ef41Sopenharmony_ci
81cb0ef41Sopenharmony_ciModule.findSourceMap = findSourceMap;
91cb0ef41Sopenharmony_ciModule.register = register;
101cb0ef41Sopenharmony_ciModule.SourceMap = SourceMap;
111cb0ef41Sopenharmony_cimodule.exports = Module;
12

Indexes created Thu Nov 07 10:32:03 CST 2024