xref: /third_party/node/test/fixtures/es-modules/exports-cases2.js (revision 1cb0ef41)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/es-modules/
11cb0ef41Sopenharmony_ci/*
21cb0ef41Sopenharmony_ci * Transpiled with Babel from:
31cb0ef41Sopenharmony_ci *
41cb0ef41Sopenharmony_ci * export { π as pi } from './exports-cases.js';
51cb0ef41Sopenharmony_ci * export default 'the default';
61cb0ef41Sopenharmony_ci * export const name = 'name';
71cb0ef41Sopenharmony_ci */
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ci"use strict";
101cb0ef41Sopenharmony_ci
111cb0ef41Sopenharmony_ciObject.defineProperty(exports, "__esModule", {
121cb0ef41Sopenharmony_ci  value: true
131cb0ef41Sopenharmony_ci});
141cb0ef41Sopenharmony_ciObject.defineProperty(exports, "pi", {
151cb0ef41Sopenharmony_ci  enumerable: true,
161cb0ef41Sopenharmony_ci  get: function () {
171cb0ef41Sopenharmony_ci    return _exportsCases.π;
181cb0ef41Sopenharmony_ci  }
191cb0ef41Sopenharmony_ci});
201cb0ef41Sopenharmony_ciexports.name = exports.default = void 0;
211cb0ef41Sopenharmony_ci
221cb0ef41Sopenharmony_civar _exportsCases = require("./exports-cases.js");
231cb0ef41Sopenharmony_ci
241cb0ef41Sopenharmony_civar _default = 'the default';
251cb0ef41Sopenharmony_ciexports.default = _default;
261cb0ef41Sopenharmony_ciconst name = 'name';
271cb0ef41Sopenharmony_ciexports.name = name;
281cb0ef41Sopenharmony_ci
291cb0ef41Sopenharmony_ciexports.case2 = 'case2';
30

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