You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/util/source-code.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ class SourceCode extends TokenStore {
87
87
* @param {string|Object} textOrConfig - The source code text or config object.
88
88
* @param {string} textOrConfig.text - The source code text.
89
89
* @param {ASTNode} textOrConfig.ast - The Program node of the AST representing the code. This AST should be created from the text that BOM was stripped.
90
-
* @param {Object|null} textOrConfig.parserServices - The parser srevices.
90
+
* @param {Object|null} textOrConfig.parserServices - The parser services.
91
91
* @param {ScopeManager|null} textOrConfig.scopeManager - The scope of this source code.
92
92
* @param {Object|null} textOrConfig.visitorKeys - The visitor keys to traverse AST.
93
93
* @param {ASTNode} [astIfNoConfig] - The Program node of the AST representing the code. This AST should be created from the text that BOM was stripped.
0 commit comments