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
// This section verifies that the build of TypeScript compiles and emits
@@ -72,11 +80,8 @@ function main(): void {
72
80
constresults=ts.transpileModule(source,{
73
81
compilerOptions: {module: ts.ModuleKind.CommonJS}
74
82
});
75
-
console.log(Object.keys(results));
76
83
77
84
assert(results.outputText.trim()==="var x = 'string';",`Running typescript with ${packageJsonValue.name} did not return the expected results, got: ${results.outputText}`);
0 commit comments