Skip to content

Commit 3717051

Browse files
committed
Extend Compiler to return raw field value
1 parent 15bee08 commit 3717051

124 files changed

Lines changed: 302 additions & 267 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/core/Compiler.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export type WrappedCode = (args: unknown[]) => string;
2121
export type WrappedConditionCode = (lhs: unknown, rhs: unknown) => boolean;
2222
export interface ICompiledFunctionField {
2323
value: string;
24+
rawValue: string;
2425
functions: ICompiledFunction[];
2526
resolve: WrappedCode;
2627
}

dist/core/Compiler.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core/Compiler.js

Lines changed: 17 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)