Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing exports of oa3serverVariables & oa3server #1715

Open
ulyr opened this issue Nov 22, 2021 · 4 comments
Open

Missing exports of oa3serverVariables & oa3server #1715

ulyr opened this issue Nov 22, 2021 · 4 comments

Comments

@ulyr
Copy link

ulyr commented Nov 22, 2021

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

@oben01
Copy link
Contributor

oben01 commented Nov 23, 2021

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

@amoghsharma1996
Copy link

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

@oben01
Copy link
Contributor

oben01 commented Dec 7, 2021

@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
Copy link

rhoen commented Jan 28, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants