xref: /third_party/node/test/fixtures/es-modules/exports-cases.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/es-modules/
11cb0ef41Sopenharmony_ciif (global.maybe)
21cb0ef41Sopenharmony_ci  module.exports = require('../is-object');
31cb0ef41Sopenharmony_ciexports['invalid identifier'] = 'yes';
41cb0ef41Sopenharmony_cimodule.exports['?invalid'] = 'yes';
51cb0ef41Sopenharmony_cimodule.exports['π'] = 'yes';
61cb0ef41Sopenharmony_ciexports['\u{D83C}'] = 'no';
71cb0ef41Sopenharmony_ciexports['\u{D83C}\u{DF10}'] = 'yes';
81cb0ef41Sopenharmony_ciexports.package  = 10; // reserved word
91cb0ef41Sopenharmony_ciObject.defineProperty(exports, 'z', { value: 'yes' });
10

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