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
Please follow the template below.
If you don't, your issue may be closed without being addressed.
Include code fragments or CodePen.io links to illustrate the issue. Do not include screenshots of code.
Sorry. Sign Up and Log In to CodePen is unavailable now
If you get a runtime or TypeScript error, copy the text of the error message, from the JavaScript console, for example. Do not include a screenshot of the error message.
Do not include screenshots of code, error messages or LaTeX.
The module import fails because the requested module does not provide a named export “ComputeEngine”.
Steps to Reproduce
import { ComputeEngine } from "https://unpkg.com/@cortex-js/compute-engine?module";
const ce = new ComputeEngine();
ce.parse("e^{i\\pi}").evaluate().print();
// Expected output: "-1"
Actual Result
The code throws an error
Uncaught SyntaxError: The requested module 'https://unpkg.com/@cortex-js/compute-engine?module' does not provide an export named 'ComputeEngine'
Expected Result
(Required) What did you expect to happen instead? It may be obvious to you what should have happened, but if you don't state it explicitly it may not be obvious to others.
Description
The module import fails because the requested module does not provide a named export “ComputeEngine”.
Steps to Reproduce
Actual Result
The code throws an error
Expected Result
Environment
The text was updated successfully, but these errors were encountered: