Update npm packages
Add --dump-dimensions option to rsx:debug for layout debugging Mark framework publish 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
0
node_modules/ts-jest/dist/legacy/compiler/compiler-utils.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/compiler-utils.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/compiler-utils.js
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/compiler-utils.js
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/index.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/index.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/index.js
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/index.js
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/ts-compiler.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/ts-compiler.d.ts
generated
vendored
Executable file → Normal file
18
node_modules/ts-jest/dist/legacy/compiler/ts-compiler.js
generated
vendored
Executable file → Normal file
18
node_modules/ts-jest/dist/legacy/compiler/ts-compiler.js
generated
vendored
Executable file → Normal file
@@ -155,14 +155,16 @@ class TsCompiler {
|
||||
const output = this._languageService.getEmitOutput(fileName);
|
||||
const diagnostics = this.getDiagnostics(fileName);
|
||||
if ((0, transpile_module_1.isModernNodeModuleKind)(this._initialCompilerOptions.module)) {
|
||||
diagnostics.push({
|
||||
category: this._ts.DiagnosticCategory.Message,
|
||||
code: utils_1.TsJestDiagnosticCodes.ModernNodeModule,
|
||||
messageText: messages_1.Helps.UsingModernNodeResolution,
|
||||
file: undefined,
|
||||
start: undefined,
|
||||
length: undefined,
|
||||
});
|
||||
this.configSet.raiseDiagnostics([
|
||||
{
|
||||
category: this._ts.DiagnosticCategory.Message,
|
||||
code: utils_1.TsJestDiagnosticCodes.ModernNodeModule,
|
||||
messageText: messages_1.Helps.UsingModernNodeResolution,
|
||||
file: undefined,
|
||||
start: undefined,
|
||||
length: undefined,
|
||||
},
|
||||
]);
|
||||
}
|
||||
if (!isEsmMode && diagnostics.length) {
|
||||
this.configSet.raiseDiagnostics(diagnostics, fileName, this._logger);
|
||||
|
||||
0
node_modules/ts-jest/dist/legacy/compiler/ts-jest-compiler.js
generated
vendored
Executable file → Normal file
0
node_modules/ts-jest/dist/legacy/compiler/ts-jest-compiler.js
generated
vendored
Executable file → Normal file
Reference in New Issue
Block a user