invalid.jsx 498 B

12345678910111213141516171819202122232425262728293031
  1. i18nextXt('taa');
  2. a + 'b';
  3. var emojis = "🌼🌺🌸hello world";
  4. switch (a) {
  5. case '':
  6. var a = 'b';
  7. break;
  8. default:
  9. break;
  10. }
  11. export const b = 'hello_string';
  12. const c = 'foo';
  13. const d = call('Ffo');
  14. var e = { foo: 'bar' };
  15. class Form extends Component {
  16. property = 'Something';
  17. }
  18. <>
  19. <div>foo</div>
  20. <div>フー</div>
  21. <DIV foo="bar" />
  22. <img src="./image.png" alt="some-image" />
  23. <button aria-label="Close" type="button" />
  24. <div title="pink flower">🌸</div>
  25. </>