BridgeJS: Prepare for MVP release for documentation and relaxing feature gates #2280
Annotations
2 errors
|
Run swift test --package-path ./Plugins/BridgeJS
Process completed with exit code 1.
|
|
Run swift test --package-path ./Plugins/BridgeJS:
Plugins/BridgeJS/Sources/TS2Swift/JavaScript/test/ts2swift.test.js#L38
Error: Snapshot `ts2swift > snapshots Swift output for TypeAliasObject.d.ts > TypeAliasObject 1` mismatched
- Expected
+ Received
@@ -2,11 +2,11 @@
// DO NOT EDIT.
//
// To update this file, just rebuild your project or run
// `swift package bridge-js`.
- @_spi(Experimental) @_spi(BridgeJS) import JavaScriptKit
+ @_spi(BridgeJS) import JavaScriptKit
@JSFunction func console() throws(JSException) -> Console
/// Console from the environment.
@jsclass struct Console {
❯ test/ts2swift.test.js:38:33
|
Loading