@abaplint/transpiler-cli 2.10.13 → 2.10.14

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.
Files changed (2) hide show
  1. package/build/bundle.js +1 -1
  2. package/package.json +2 -2
package/build/bundle.js CHANGED
@@ -79371,10 +79371,10 @@ exports.DEFAULT_KEYWORDS = [
79371
79371
  "switch", "synchronized", "this",
79372
79372
  "throw", "throws", "transient", "true",
79373
79373
  "try", "typeof", "var", "void",
79374
+ "delete",
79374
79375
  "volatile", "while", "yield"
79375
79376
  ];
79376
79377
  // "with"
79377
- // "delete"
79378
79378
  /** Replaces javascript keywords in ABAP source code, in-memory only */
79379
79379
  class Keywords {
79380
79380
  constructor(keywords) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.10.13",
3
+ "version": "2.10.14",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -26,7 +26,7 @@
26
26
  "author": "abaplint",
27
27
  "license": "MIT",
28
28
  "devDependencies": {
29
- "@abaplint/transpiler": "^2.10.13",
29
+ "@abaplint/transpiler": "^2.10.14",
30
30
  "@types/glob": "^8.1.0",
31
31
  "glob": "=7.2.0",
32
32
  "@types/progress": "^2.0.7",