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

use latest electron auth client pkg that uses export map #6058

Closed
wants to merge 8 commits into from

Conversation

aruniverse
Copy link
Member

itwin/electron-authoorization@0.15 supports package.json export map

Update to use the following recommended tsconfigs:

Frontend:

    "module": "ESNext",
    "moduleResolution": "Bundler",

ESNext
Bundler

Backend:

    "module": "NodeNext",
    "moduleResolution": "NodeNext",

NodeNext
NodeNext

Everything should compile fine; I will note, vscode intellisense will still complain about being unable to resolve / traverse the fields from the export map

@aruniverse aruniverse marked this pull request as draft October 3, 2023 20:12
…ort() which is available in all CommonJS modules
@aruniverse
Copy link
Member Author

used https://twitter.com/wesbos/status/1615738911380078592 to help with rewriting esm import

@aruniverse
Copy link
Member Author

rush cover locally failing on trying to resolve export map subpath which does exist:
image

@ben-polinsky ben-polinsky added this to the iTwin.js 4.3 milestone Oct 5, 2023
@aruniverse aruniverse marked this pull request as ready for review November 16, 2023 16:22
@aruniverse
Copy link
Member Author

/azp run iTwin.js

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@aruniverse
Copy link
Member Author

/azp run iTwin.js Docs - YAML

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@aruniverse
Copy link
Member Author

/azp run iTwin.js Integration - GitHub

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@aruniverse aruniverse marked this pull request as draft November 16, 2023 16:46
@aruniverse
Copy link
Member Author

abandoning in favor of #6739

@aruniverse aruniverse closed this May 21, 2024
@aruniverse aruniverse deleted the electron-auth/latest branch May 21, 2024 16:18
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

Successfully merging this pull request may close these issues.

3 participants