Skip to content

Commit f8909b7

Browse files
committed
chore: fix TS; fixes JSONPath-Plus#114 ; closes JSONPath-Plus#113 ; closes JSONPath-Plus#115
1 parent 9d5dc2b commit f8909b7

24 files changed

Lines changed: 1172 additions & 1390 deletions

dist/Safe-Script.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
export type AssignmentExpression = import("@jsep-plugin/assignment").AssignmentExpression;
2+
export type Substitution = any;
3+
export type AnyParameter = any;
4+
export type Substitutions = Record<string, Substitution>;
25
/**
36
* A replacement for NodeJS' VM.Script which is also {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP | Content Security Policy} friendly.
47
*/

dist/Safe-Script.js

Lines changed: 0 additions & 197 deletions
This file was deleted.

0 commit comments

Comments
 (0)