diff --git a/.api-report/mafs.api.md b/.api-report/mafs.api.md index 146822d2..bde0fdf9 100644 --- a/.api-report/mafs.api.md +++ b/.api-report/mafs.api.md @@ -465,11 +465,11 @@ export interface VectorProps extends Stroked { // src/display/Line.tsx:6:18 - (ae-forgotten-export) The symbol "PointSlope" needs to be exported by the entry point index.d.ts // src/display/Line.tsx:6:18 - (ae-forgotten-export) The symbol "ThroughPoints" needs to be exported by the entry point index.d.ts // src/display/Line.tsx:6:18 - (ae-forgotten-export) The symbol "Segment" needs to be exported by the entry point index.d.ts -// src/display/Plot.tsx:6:18 - (ae-forgotten-export) The symbol "OfX" needs to be exported by the entry point index.d.ts -// src/display/Plot.tsx:6:18 - (ae-forgotten-export) The symbol "OfY" needs to be exported by the entry point index.d.ts -// src/display/Plot.tsx:6:18 - (ae-forgotten-export) The symbol "Parametric" needs to be exported by the entry point index.d.ts -// src/display/Plot.tsx:6:18 - (ae-forgotten-export) The symbol "VectorField" needs to be exported by the entry point index.d.ts -// src/display/Plot.tsx:6:18 - (ae-forgotten-export) The symbol "Inequality" needs to be exported by the entry point index.d.ts +// src/display/Plot.tsx:7:18 - (ae-forgotten-export) The symbol "OfX" needs to be exported by the entry point index.d.ts +// src/display/Plot.tsx:7:18 - (ae-forgotten-export) The symbol "OfY" needs to be exported by the entry point index.d.ts +// src/display/Plot.tsx:7:18 - (ae-forgotten-export) The symbol "Parametric" needs to be exported by the entry point index.d.ts +// src/display/Plot.tsx:7:18 - (ae-forgotten-export) The symbol "VectorField" needs to be exported by the entry point index.d.ts +// src/display/Plot.tsx:7:18 - (ae-forgotten-export) The symbol "Inequality" needs to be exported by the entry point index.d.ts // (No @packageDocumentation comment for this package) diff --git a/docs/guide-example-loader.js b/docs/guide-example-loader.js index 443f7e2b..3957e016 100644 --- a/docs/guide-example-loader.js +++ b/docs/guide-example-loader.js @@ -1,3 +1,4 @@ +/* eslint-disable no-undef */ module.exports = function guideExampleLoader(source) { source = source.replace(/export default/g, "const $default =")