We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a19580 commit 2522a26Copy full SHA for 2522a26
scripts/createBenchmark.ts
@@ -32,7 +32,7 @@ sourceFiles.forEach(f=> {
32
});
33
var compilerSoruces = `var compilerSources = ${JSON.stringify(rawCompilerSources) };`;
34
35
-// .js code for the compiler, what we are actuallty testing
+// .js code for the compiler, what we are actually testing
36
var rawCompilerJavaScript = fs.readFileSync(path.join(tsBuildDir, "tsc.js")).toString();
37
rawCompilerJavaScript = rawCompilerJavaScript.replace("ts.executeCommandLine(ts.sys.args);", "");
38
0 commit comments