brackets-cont / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
Other
1.38k stars 182 forks source link

Brackets does not support latest ECMAScript for eslint and jshint #215

Open charlypa opened 2 years ago

charlypa commented 2 years ago

Prerequisites

For more information on how to write a good bug report read here For more information on how to contribute read here

Description

Brackets should support the latest ECMA script.

Steps to Reproduce

  1. declare a variable using const or let
  2. Can see JS and ESlint error

Expected behavior: brackets should recognize the latest ECMAScript syntaxes

Actual behavior: [What actually happened] Brackets do not detect the latest ECMA script syntaxes

Versions

Please include the OS and what version of the OS you're running. 2.1.2 windows 10 Please include the version of Brackets. You can find it under Help -> About Brackets (Windows and Linux) or Brackets -> About Brackets (macOS)

charlypa commented 2 years ago

This issue has been fixed in Phoenix https://phcode.dev/, Please wait for update in brackets