@abaplint/transpiler 2.7.8 → 2.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -174,10 +174,9 @@ run().then(() => {
174
174
  if (a.obj.getName() < b.obj.getName()) {
175
175
  ret = -1;
176
176
  }
177
- if (a.obj.getName() > b.obj.getName()) {
177
+ else if (a.obj.getName() > b.obj.getName()) {
178
178
  ret = 1;
179
179
  }
180
- ret = 0;
181
180
  }
182
181
  return ret;
183
182
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler",
3
- "version": "2.7.8",
3
+ "version": "2.7.10",
4
4
  "description": "Transpiler",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "author": "abaplint",
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@abaplint/core": "^2.101.2",
32
+ "@abaplint/core": "^2.101.6",
33
33
  "source-map": "^0.7.4"
34
34
  },
35
35
  "devDependencies": {