airtasker/spot

Missing exports of oa3serverVariables & oa3server

ulyr opened this issue · 4 comments

ulyr commented

Describe the bug
Not sure if im missing something but it looks like the exports of the following modules is missing from lib/src/syntax/index.ts
lib/src/syntax/oa3serverVariables.ts
lib/src/syntax/oa3server.ts

This issue is releated to 1530. An active PR is also available in 1529

This is urgent, these features are listed in the Wiki but there is no way to use them

@amoghsharma1996 you can import oa3server & oa3serverVariables from the build package like this :

import {oa3server} from "@airtasker/spot/build/lib/src/syntax/oa3server";
import {oa3serverVariables} from "@airtasker/spot/build/lib/src/syntax/oa3serverVariables";
rhoen commented

I also just encountered this issue. I will use the suggestion of importing the module directly but just wanted to throw my support for addressing this. Thank you to the maintainers!