You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to fork this template and run yarn generate in the terminal.
Please make sure Mesh package versions under package.json matches yours.
2. A failing test has been provided
3. A local solution has been provided
4. A pull request is pending review
Describe the bug
I performed a yarn mesh build against a Microsoft Dynamics endpoint, which succeeded without complaint.
However, upon running yarn mesh start, an error is observed (included at the end of this bug report).
I believe the root cause is that one of the 'tables' in Dynamics is named "Import", which clashes with the typescript 'import' keyword.
To Reproduce Steps to reproduce the behavior:
I can't provide authentication against our instance, but the yml looks like this:
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Github,
Stackblitz
or
CodeSandbox
Describe the bug
I performed a
yarn mesh build
against a Microsoft Dynamics endpoint, which succeeded without complaint.However, upon running
yarn mesh start
, an error is observed (included at the end of this bug report).I believe the root cause is that one of the 'tables' in Dynamics is named "Import", which clashes with the typescript 'import' keyword.
To Reproduce Steps to reproduce the behavior:
I can't provide authentication against our instance, but the yml looks like this:
Expected behavior
yarn mesh start
doesn't fail.Some suggestions:
I found a comprehensive list of typescript keywords, which is:
Environment:
Additional context
The error trace encountered is as follows:
The text was updated successfully, but these errors were encountered: