You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More `try-catch` fixes
- Fix issue where `catch` body was incompletely transformed (see
#109)
- Fix issue where unreachable continuation generated an illegal
Identifer after try-catch (see
MatAtBread/fast-async#56)
v3.2.0 Refactor
Use `nodent-compiler @3.2.0`, which in turn uses the `nodent-transform@3.2.0`, which is the base AST transformer (with no parser or code generator), which is also used
Fix tests to not report unecessary mismatch for 'directive' due to acorn v5.4.x