Skip to content

Commit ccac84d

Browse files
authored
Merge pull request #76 from atomic-ehr/extension
TS: Fix primitive array extension types and add extension tests
2 parents a064b6a + dbca892 commit ccac84d

40 files changed

Lines changed: 1275 additions & 650 deletions

‎.junie/guidelines.md‎

Lines changed: 0 additions & 147 deletions
This file was deleted.

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test-other-example-generation:
6363
test-typescript-r4-example: typecheck format lint
6464
bun run examples/typescript-r4/generate.ts
6565
$(TYPECHECK) --project examples/typescript-r4/tsconfig.json
66-
cd examples/typescript-r4 && bun run demo.ts > /dev/null
66+
$(TEST) ./examples/typescript-r4/
6767

6868
test-typescript-sql-on-fhir-example: typecheck format lint
6969
bun run examples/typescript-sql-on-fhir/generate.ts

‎biome.json‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"noUnusedPrivateClassMembers": "error",
3838
"noUnusedImports": { "level": "warn" }
3939
},
40-
"nursery": {
41-
"noUnresolvedImports": "off"
42-
},
4340
"complexity": {
4441
"noExcessiveCognitiveComplexity": {
4542
"level": "warn",

‎bun.lock‎

Lines changed: 19 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)