You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda cdf23e0a49 Change ordering of "literal", "class" and "any" code
Changes all code that does something with "literal", "class" or "any"
AST nodes so that the code deals with these in the follwing order:

  1. literal
  2. class
  3. any

Previously the code used this ordering:

  1. literal
  2. any
  3. class

The new ordering is more logical because the nodes are handled from the
most specific to the most generic.
12 years ago
..
compute-params.spec.js Refactor named rules AST representation 12 years ago
compute-var-names.spec.js Change ordering of "literal", "class" and "any" code 12 years ago
remove-proxy-rules.spec.js Refactor named rules AST representation 12 years ago
report-left-recursion.spec.js Refactor named rules AST representation 12 years ago
report-missing-rules.spec.js Refactor named rules AST representation 12 years ago