biome_js_parser 0.5.7

Biome's JavaScript parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class foo {
  property
  declare;
  initializedProperty = "a"
  "a";
  5
  ["a" + "b"]
  static staticProperty
  static staticInitializedProperty = 1
  #private
  #privateInitialized = "a"
  static #staticPrivate
  static #staticPrivateInitializedProperty = 1
}