Skip to content

Commit

Permalink
feat: upgrade to deno 1.20 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Apr 11, 2022
1 parent de0153a commit dd07cf3
Show file tree
Hide file tree
Showing 12 changed files with 236 additions and 185 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- uses: denoland/setup-deno@v1
with:
deno-version: ~1.19
deno-version: ~1.20
- run: deno lint --config deno.json
if: matrix.os == 'ubuntu-latest'
- run: deno fmt --config deno.json --check
Expand Down
18 changes: 13 additions & 5 deletions packages/shim-deno/PROGRESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
- [x] 👻 **`OpenOptions`**
- [x] 👻 **`PermissionDescriptor`**
- [x] 👻 **`PermissionName`**
- [x] 👻 **`PermissionOptions`**
- [x] 👻 **`PermissionOptionsObject`**
- [x] 👻 **`PermissionState`**
- [x] **`PermissionStatus`**
- [x] 👻 **`PermissionStatusEventMap`**
Expand All @@ -58,13 +60,15 @@
- [x] 👻 **`Signal`**
- [ ] 👻 **`StartTlsOptions`**
- [x] 👻 **`SymlinkOptions`**
- [x] 👻 **`TcpConn`**
- [x] 👻 **`TestContext`**
- [x] 👻 **`TestDefinition`**
- [x] 👻 **`TestStepDefinition`**
- [x] 👻 **`TlsConn`**
- [x] 👻 **`TlsHandshakeInfo`**
- [x] 👻 **`TlsListener`**
- [x] 👻 **`UnixAddr`**
- [x] 👻 **`UnixConn`**
- [ ] 👻 **`UpgradeWebSocketOptions`**
- [ ] 👻 **`WebSocketUpgrade`**
- [x] 👻 **`WriteFileOptions`**
Expand Down Expand Up @@ -178,12 +182,12 @@

# Unstable Progress

22%. 27 unstable members to go:
21%. 30 unstable members to go:

- [ ] 👻 **`BasicAuth`**
- [ ] 👻 **`BenchDefinition`**
- [ ] 🧪 👻 **`CompilerOptions`**
- [ ] 👻 **`ConditionalAsync`**
- [x] 👻 **`Conn`**
- [x] 👻 **`ConnectTlsOptions`**
- [ ] 🧪 👻 **`CreateHttpClientOptions`**
- [ ] 🧪 👻 **`DatagramConn`**
Expand All @@ -194,21 +198,23 @@
- [ ] 🧪 👻 **`EmitOptions`**
- [ ] 🧪 👻 **`EmitResult`**
- [ ] 👻 **`ForeignFunction`**
- [ ] 👻 **`ForeignFunctionInterface`**
- [ ] 👻 **`ForeignLibraryInterface`**
- [ ] 👻 **`ForeignStatic`**
- [ ] 🧪 **`HttpClient`**
- [ ] 👻 **`ImportMap`**
- [x] 👻 **`ListenTlsOptions`**
- [x] 👻 **`Listener`**
- [ ] 🧪 👻 **`Location`**
- [ ] 👻 **`NativeType`**
- [ ] 👻 **`NetworkInterfaceInfo`**
- [ ] 👻 **`Proxy`**
- [ ] 👻 **`SetRawOptions`**
- [ ] 👻 **`StartTlsOptions`**
- [ ] 👻 **`StaticForeignFunction`**
- [ ] 👻 **`StaticForeignFunctionInterface`**
- [ ] 👻 **`StaticForeignFunctionParameter`**
- [ ] 👻 **`StaticForeignFunctionParameters`**
- [ ] 👻 **`StaticForeignFunctionResult`**
- [ ] 👻 **`StaticForeignLibraryInterface`**
- [ ] 👻 **`StaticForeignSymbol`**
- [ ] 👻 **`StaticNativeNumberType`**
- [ ] 👻 **`SystemMemoryInfo`**
- [x] 👻 **`TlsConn`**
Expand All @@ -220,6 +226,7 @@
- [ ] 🧪 **`UnsafePointer`**
- [ ] 🧪 **`UnsafePointerView`**
- [ ] 🧪 **`applySourceMap`**
- [ ] **`bench`**
- [x] 🧪 **`connect`**
- [x] 🧪 **`connectTls`**
- [ ] 🧪 **`consoleSize`**
Expand Down Expand Up @@ -247,5 +254,6 @@
- [ ] **`systemMemoryInfo`**
- [ ] 🧪 **`umask`**
- [ ] 🧪 **`unrefTimer`**
- [ ] 🧪 **`upgradeHttp`**
- [x] 🧪 **`utime`**
- [x] 🧪 **`utimeSync`**
Loading

0 comments on commit dd07cf3

Please sign in to comment.