@abaplint/transpiler-cli 2.11.94 → 2.11.95
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.
- package/build/bundle.js +1 -1
- package/package.json +2 -2
package/build/bundle.js
CHANGED
|
@@ -77828,7 +77828,7 @@ class SnowflakeDatabaseSchema {
|
|
|
77828
77828
|
this.reg = reg;
|
|
77829
77829
|
}
|
|
77830
77830
|
buildVIEW(_view) {
|
|
77831
|
-
|
|
77831
|
+
return "Error: buildView, todo snowflake";
|
|
77832
77832
|
}
|
|
77833
77833
|
buildTABL(tabl) {
|
|
77834
77834
|
const type = tabl.parseType(this.reg);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/transpiler-cli",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.95",
|
|
4
4
|
"description": "Transpiler - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@abaplint/core": "^2.113.217",
|
|
31
|
-
"@abaplint/transpiler": "^2.11.
|
|
31
|
+
"@abaplint/transpiler": "^2.11.95",
|
|
32
32
|
"@types/glob": "^8.1.0",
|
|
33
33
|
"@types/node": "^24.5.2",
|
|
34
34
|
"@types/progress": "^2.0.7",
|