💻
How are you using Babel?
Programmatic API (babel.transform, babel.parse)
Input code
<div>  </div>
Configuration file name
No response
Configuration
No response
Current and expected behavior
As a follow up of the spec change in JSX facebook/jsx#136, we should loose the char limit to better align with the spec and other implementations like TypeScript.
The exact limit is up to discuss. I think 2**8 or 2**16 is more than sufficient.
Environment
I did not run this on local.
@wooorm ran it on the playground
Possible solution
No response
Additional context
No response
💻
How are you using Babel?
Programmatic API (
babel.transform,babel.parse)Input code
Configuration file name
No response
Configuration
No response
Current and expected behavior
As a follow up of the spec change in JSX facebook/jsx#136, we should loose the char limit to better align with the spec and other implementations like TypeScript.
The exact limit is up to discuss. I think
2**8or2**16is more than sufficient.Environment
I did not run this on local.
@wooorm ran it on the playground
Possible solution
No response
Additional context
No response