Skip to content

Commit

Permalink
Linters
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Feb 25, 2024
1 parent ded8c90 commit 65470b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .api-report/mafs.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions docs/guide-example-loader.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-undef */
module.exports = function guideExampleLoader(source) {
source = source.replace(/export default/g, "const $default =")

Expand Down

0 comments on commit 65470b6

Please sign in to comment.