feat: alias Error
to Exception
#51
publish.yml
on: push
Publish to GitHub Pages
1m 52s
Annotations
2 errors and 2 warnings
generated/interfaces/index.test.js > interfaces/methodWithCallbackAndThisAnnotated:
tests/specs/generated/interfaces/index.test.js#L79
Error: Snapshot `interfaces/methodWithCallbackAndThisAnnotated 1` mismatched
- Expected
+ Received
@@ -5,10 +5,10 @@
open System
[<AllowNullLiteral>]
[<Interface>]
type Database =
- abstract member run: sql: string * ?callback: (Error option -> unit) -> Database
+ abstract member run: sql: string * ?callback: (Exception option -> unit) -> Database
(***)
#r "nuget: Fable.Core"
(***)
❯ generated/interfaces/index.test.js:79:5
|
Publish to GitHub Pages
Process completed with exit code 255.
|
Publish to GitHub Pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Publish to GitHub Pages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|