mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00

* additional classes are transpiled * additional unit tests run under node.js * `abap_transpile.json` moved to folder `/test/` from root * new `npm run integration` target, doesnt really do anything yet * new `/test/Readme.md` with [notes and stuff](https://github.com/abapGit/abapGit/pull/4875/files#diff-5de36acd90308dc62abf7855a686ee7052ffb6e762c756fd735fb0c9fbd9595d)
5 lines
143 B
ABAP
5 lines
143 B
ABAP
CLASS zcl_abapgit_integration_git DEFINITION PUBLIC FINAL CREATE PUBLIC.
|
|
ENDCLASS.
|
|
|
|
CLASS zcl_abapgit_integration_git IMPLEMENTATION.
|
|
ENDCLASS. |