mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00
fix action
This commit is contained in:
parent
8b82f5ff79
commit
95b7732116
4
.github/abaplint/auto_transpile.jsonc
vendored
4
.github/abaplint/auto_transpile.jsonc
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"input_folder": "../../src",
|
||||
"output_folder": "./node/src",
|
||||
"input_folder": "src",
|
||||
"output_folder": "./node/output",
|
||||
"libs": [
|
||||
{
|
||||
"url": "https://github.com/open-abap/open-abap-core"
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
downport
|
||||
node_modules
|
||||
output
|
||||
node/src
|
||||
node/output
|
|
@ -1,6 +1,6 @@
|
|||
import express from 'express';
|
||||
import {initializeABAP} from "../src/init.mjs";
|
||||
import {cl_express_icf_shim} from "../src/cl_express_icf_shim.clas.mjs";
|
||||
import {initializeABAP} from "../output/init.mjs";
|
||||
import {cl_express_icf_shim} from "../output/cl_express_icf_shim.clas.mjs";
|
||||
|
||||
console.log("test");
|
||||
await initializeABAP();
|
||||
|
|
Loading…
Reference in New Issue
Block a user