@khanacademy/kas 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/index.js +2 -2
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/nodes.d.ts +1 -1
- package/package.json +2 -2
package/dist/es/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import _ from 'underscore';
|
|
|
3
3
|
|
|
4
4
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
5
5
|
const libName = "@khanacademy/kas";
|
|
6
|
-
const libVersion = "0.4.
|
|
6
|
+
const libVersion = "0.4.3";
|
|
7
7
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
8
8
|
|
|
9
9
|
function _extends() {
|
|
@@ -2763,7 +2763,7 @@ class Expr {
|
|
|
2763
2763
|
// @ts-expect-error: TypeScript doesn't want to unify
|
|
2764
2764
|
// `Function` with the `compile`'s return type.
|
|
2765
2765
|
return new Function("vars", "return " + code + ";");
|
|
2766
|
-
} catch (
|
|
2766
|
+
} catch (_unused) {
|
|
2767
2767
|
throw new Error("Function did not compile: " + code);
|
|
2768
2768
|
}
|
|
2769
2769
|
}
|