Skip to content

Commit

Permalink
Merge pull request #1262 from demergent-labs/functional_syntax_date
Browse files Browse the repository at this point in the history
Functional syntax date
  • Loading branch information
lastmjs authored Sep 25, 2023
2 parents 0ad9072 + 1b76f84 commit 25d6438
Show file tree
Hide file tree
Showing 6 changed files with 286 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

# All Examples TODO restore when https://github.com/demergent-labs/azle/issues/1192 is resolved
# "examples/complex_types",
# "examples/date",
# "examples/ethereum_json_rpc",
# "examples/func_types",
# "examples/generics",
Expand Down Expand Up @@ -114,6 +113,7 @@ jobs:
"examples/counter",
"examples/cross_canister_calls",
"examples/cycles",
"examples/date",
"examples/primitive_types",
"examples/principal",
"examples/query",
Expand Down
3 changes: 2 additions & 1 deletion examples/date/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"root": "src",
"ts": "src/index.ts",
"candid": "src/index.did",
"wasm": ".azle/date/date.wasm.gz",
"wasm": ".azle/date/date.wasm",
"gzip": true,
"declarations": {
"output": "test/dfx_generated/date",
"node_compatibility": true
Expand Down
Loading

0 comments on commit 25d6438

Please sign in to comment.