Skip to content

v7.4.5

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 18:07
· 1381 commits to master since this release

v7.4.5 (2019-05-21)

Thanks @airato, @schu34, @divbhasin, @eps1lon and @pnavarrc for their first PRs! 😄

🐛 Bug Fix

  • babel-parser
  • babel-preset-env
  • babel-plugin-transform-typescript

💅 Polish

  • babel-parser
    • #9995 Do not use lookahead when parsing construct signature declarations in TS (@danez)
    • #9989 Only compute Position if not already in state (@danez)
    • #9988 Do not use lookahead when parsing jsx expression containers (@danez)
    • #9987 Do not use lookahead when parsing imports in declare module in flow (@danez)
    • #9985 Do not use lookahead when parsing declare module or declare module.exports in flow (@danez)
    • #9983 Do not use lookahead when parsing dynamic import or import.meta (@danez)
    • #9979 Remove guardedHandlers from ASTs (@danez)
  • babel-preset-env
  • babel-core
    • #9945 Fixed null error in plugin opts and added a test for it (@divbhasin)
  • babel-core, babel-traverse

🏠 Internal

Committers: 9