We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82688fa commit 9c49a42Copy full SHA for 9c49a42
CHANGES.md
@@ -1,3 +1,11 @@
1
+## Version 11.8.0
2
+
3
+Grammars:
4
5
+- enh(javascript) add sessionStorage to list of built-in variables [Jeroen van Vianen][]
6
7
+[Jeroen van Vianen]: https://github.com/morinel
8
9
## Version 11.7.0
10
11
New Grammars:
src/languages/lib/ecmascript.js
@@ -145,6 +145,7 @@ export const BUILT_IN_VARIABLES = [
145
"window",
146
"document",
147
"localStorage",
148
+ "sessionStorage",
149
"module",
150
"global" // Node.js
151
];
0 commit comments