6 calls to Parser::parseStringLiteral()
- Parser::parseDirectivePrologues in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Parser.php - Parse directive prologues. The result is an array where the first element is the array of parsed nodes and the second element is the array of directive prologues values
- Parser::parseFromClause in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Parser.php - Parses the from keyword and the following string in import and export declarations
- Parser::parseImportDeclaration in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Parser.php - Parses an import declaration
- Parser::parseLiteral in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Parser.php - Parses a literal
- Parser::parseModuleExportName in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Parser.php - Parses an export name
- Parser::parsePropertyName in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Parser.php - Parses a property name. The returned value is an array where there first element is the property name and the second element is a boolean indicating if it's a computed property