Daniel O'Grady

Results 17 issues of Daniel O'Grady

Migrate JS parts to TS. WIP!

Stacked on top of https://github.com/SAP-samples/cap-sflight/tree/typescript Adds a script to automatically convert the TS example into a JS example that should differ as little as possible from the original source. The...

Fixes https://github.com/cap-js/cds-typer/issues/229

We are currently doing a lot of conversion overhead: fully qualified names are used for lookups, have parts shaved off, glued back together, etc. This PR adds an improved data...

Currently, both the singular and the plural form of entities have a reference to `.drafts`. This makes sense as they point to the same CSN entity during runtime and should...

feature request
good first issue

### Is there an existing issue for this? - [X] I have searched the existing issues ### Nature of Your Project JavaScript, TypeScript ### Current Behavior When defining an integer...

bug
good first issue
keepalive

## Entities - [ ] `.keys` [^1] - [ ] `.associations` [^1] - [ ] `.compositions` [^1] - [ ] `.is_struct` - [ ] `.texts` ## Services - [ ]...

feature request

### Description ## Two Flavours cds-typer nowadays uses two flavours of CSN to operate: xtended and inferred flavour. The inferred flavour is generally superior in our case, as it contains...

feature request
keepalive