xref: /third_party/node/test/fixtures/source-map/icu.jsx
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/source-map/
11cb0ef41Sopenharmony_ciconst React = {
21cb0ef41Sopenharmony_ci  createElement: () => {
31cb0ef41Sopenharmony_ci    ("あ � �", throw Error("an error"));
41cb0ef41Sopenharmony_ci  }
51cb0ef41Sopenharmony_ci};
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ciconst profile = (
81cb0ef41Sopenharmony_ci  <div>
91cb0ef41Sopenharmony_ci    <img src="avatar.png" className="profile" />
101cb0ef41Sopenharmony_ci    <h3>{["hello"]}</h3>
111cb0ef41Sopenharmony_ci  </div>
121cb0ef41Sopenharmony_ci);
13

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