mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
parent
b24fcf686f
commit
e65836e3c8
@ -88,7 +88,7 @@ import {
|
||||
modifyStreamCall,
|
||||
} from "../examples/streamArgsCall.js";
|
||||
import { streamResultsCall } from "../examples/streamResultsCall.js";
|
||||
import { structuralTypingCall } from "../examples/structuralTypingCall";
|
||||
import { structuralTypingCall } from "../examples/structuralTypingCall.js";
|
||||
import {
|
||||
servicesAsAbilitiesCall,
|
||||
expectedServiceResults,
|
||||
|
@ -9,7 +9,7 @@ import {
|
||||
multipleAbilityWithClosure,
|
||||
registerMySrv,
|
||||
returnSrvAsAbility,
|
||||
} from "../compiled/examples/abilities";
|
||||
} from "../compiled/examples/abilities.js";
|
||||
|
||||
export async function abilityCall(): Promise<[string, string, string, number]> {
|
||||
registerSomeService({
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { structuralTypingTest } from "../compiled/examples/structuraltyping";
|
||||
import { structuralTypingTest } from "../compiled/examples/structuraltyping.js";
|
||||
|
||||
export async function structuralTypingCall(): Promise<string> {
|
||||
return await structuralTypingTest();
|
||||
|
Loading…
Reference in New Issue
Block a user