Skip to content

Inconsistent results between node 10 and 11 #693

Closed
@armano2

Description

@armano2

Tell us about your environment

  • ESLint version: latest
  • eslint-plugin-vue version: latest
  • Node version: 11

Order in components rule reports different errors on node 11 and <11


this ticket is just for reference


when running tests on node 11 we are getting a lot of errors related to sort function in order in components, this change make sure that results are going to be consistent....

https://v8.dev/blog/array-sort
https://mathiasbynens.be/demo/sort-stability

the V8 implementation changed from QuickSort to TimSort

nodejs/node#24294

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions