Skip to content

Commit

Permalink
add runtime helper
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jan 4, 2022
1 parent b88e378 commit 863d5e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/compiler-core/src/runtimeHelpers.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export const TO_DISPLAY_STRING = Symbol(`toDisplayString`);

export const helperNameMap = {
[TO_DISPLAY_STRING]: "toDisplayString",
};

0 comments on commit 863d5e9

Please sign in to comment.