Nicolò Ribaudo
4f83a09dd8
Load jsx-runtime after existing imports ( #12546 )
...
Co-authored-by: Brian Ng <bng412@gmail.com>
Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
2021-01-10 16:23:22 +01:00
Nicolò Ribaudo
02fc9e835c
Revert "add .js extension to react runtime for JSX transform" ( #12213 )
2020-10-19 19:50:43 +02:00
Luna Ruan
9808d2566e
add js extension to react runtime ( #12116 )
2020-09-30 08:31:45 +02:00
Huáng Jùnliàng
469e8ed591
Transform cwd in string literal on win32 ( #11297 )
...
* chore: replace win32 cwd in string literal by <CWD>
* chore: update test fixtures
2020-03-20 23:59:02 +01:00
Nicolò Ribaudo
11292a3c74
Use the correct this in __self for JSX elements in arrows ( #11288 )
...
* Inject `__source` and `__self` in JSX elements earlier
This fixes an issue where `this` was not correct inside arrow functions, similar to
906f8be24d
* Add test
* Remove try-catch
* Update error
* Update fixtures
* Update windows fixtures
2020-03-19 20:01:17 +01:00