Skip to content

Commit

Permalink
fix: missing pure functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Nov 7, 2023
1 parent e4d61ee commit 2f5da04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const PURE_FUNCTIONS = new Set([
'createProxyIdentifier',
'createDecorator',
'localize',
'localizeWithPath',
'Registry.as',
'Object.freeze',
'URI.parse',
Expand All @@ -45,6 +46,7 @@ const PURE_FUNCTIONS = new Set([
'ContextKeyExpr.or',
'ContextKeyExpr.equals',
'ContextKeyExpr.regex',
'ContextKeyExpr.false',
'ContextKeyNotExpr.create',
'ContextKeyDefinedExpr.create',
'notEqualsTo',
Expand Down

0 comments on commit 2f5da04

Please sign in to comment.