Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TypeScript] Assert fail #8837

Closed
jaejun-choi opened this issue Oct 10, 2018 · 5 comments
Closed

[TypeScript] Assert fail #8837

jaejun-choi opened this issue Oct 10, 2018 · 5 comments
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@jaejun-choi
Copy link

Bug Report

Current Behavior
Code fails with Babel, but it works with TSC

Input Code

type x = string
<div></div>
Error: Assert fail
    at assert (@babel/parser/lib/index.js:8543:11)
    at _class.parseMaybeAssign (@babel/parser/lib/index.js:10196:9)
...

Babel Configuration (.babelrc, package.json, cli command)

  • typescript
  • jsx

Environment

  • Babel version(s): 7.1.2
  • Node/npm version: Node 8.12 / npm 6.4.1
  • OS: Linux Mint 18.3
@babel-bot
Copy link
Collaborator

Hey @jj-choi! We really appreciate you taking the time to report an issue. The collaborators
on this project attempt to help as many people as possible, but we're a limited number of volunteers,
so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack
community that typically always has someone willing to help. You can sign-up here
for an invite.

@woongsikchoi
Copy link

This issue also occurs when merge conflict message like "<<<<<<< HEAD" occurs after TypeScript interface declaration.

interface Foo { }
<<<<<<< HEAD

@JakeGinnivan
Copy link

JakeGinnivan commented May 27, 2020

Found another example of this error:

const tern
let assignMe

tern ? (assignMe = <div />) : (assignMe = <div>Doesn't work</div>)

An inline ternary which assigns JSX to a variable. It is only the else path which causes the Assert fail.

@armano2
Copy link
Contributor

armano2 commented Feb 25, 2021

this issue seem to be fixed in jsx or when react preset is enabled

@nicolo-ribaudo
Copy link
Member

Fixed by #12599, thanks!

@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label May 28, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

No branches or pull requests

6 participants