motoko 3.10.0 → 3.11.0

Sign up to get free protection for your applications and to get access to all the features.
package/src/keywords.ts CHANGED
@@ -32,6 +32,7 @@ export const keywords = [
32
32
  'null',
33
33
  'object',
34
34
  'or',
35
+ 'persistent',
35
36
  'private',
36
37
  'public',
37
38
  'query',
@@ -42,6 +43,7 @@ export const keywords = [
42
43
  'system',
43
44
  'throw',
44
45
  'to_candid',
46
+ 'transient',
45
47
  'true',
46
48
  'try',
47
49
  'type',