devuxd / IRIS

IRIS, an intelligent code editor with ML-powered pattern insights. Published in IEEE VLHCC 2019
https://ieeexplore.ieee.org/document/8818871
3 stars 0 forks source link

Error thrown when typing attribute while end tag is on same line #32

Closed KartikChugh closed 6 years ago

KartikChugh commented 6 years ago
<html>
    <body>
        <div att|></div>
    </body>
</html>

Uncaught TypeError: Cannot read property 'length' of undefined at extract (ast.js:31)

KartikChugh commented 6 years ago

Not sure when this was fixed (possibly in recent prediction case changes?) but it no longer is the case.