Skip to content

tex0l/bug-report-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HowTo

To run the test-case:

git clone https://github.com/tex0l/bug-report-babel.git
npm install
npm start
cat build/dest.js

TLDR

Input:

function test () {
  if (true) return
  var i
  for (var l=1; i < l; i++) {}
}

Actual output:

function test(){if(false)for(var i,l=1;i<undefined;i++);}

Expected output:

function test(){if(false)for(var i,l=1;i<l;i++);}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published