Lines Matching refs:extension
152 std::string extension = inputExtension.GetValue();
155 bool extensionIsEmpty = extension.empty();
156 if (!sourceFile_.empty() && !extensionIsEmpty && extension != sourceFileExtension) {
158 << ", Manual(used): " << extension << std::endl;
160 auto tempExtension = !extensionIsEmpty ? extension : sourceFileExtension;
164 errorMsg_ = "js extension is not supported within current build";
186 errorMsg_ = "Invalid extension (available options: js, ts, as, sts)";
189 "Unknown extension of sourcefile, set the extension manually or change the file format (available "
226 errorMsg_ = "Error: only --extension=sts is supported for project compilation mode.";