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:
root
2025-12-03 21:48:28 +00:00
parent cff287e870
commit 8d92b287be
1226 changed files with 16280 additions and 19461 deletions

0
node_modules/ts-jest/dist/legacy/compiler/compiler-utils.d.ts generated vendored Executable file → Normal file
View File

0
node_modules/ts-jest/dist/legacy/compiler/compiler-utils.js generated vendored Executable file → Normal file
View File

0
node_modules/ts-jest/dist/legacy/compiler/index.d.ts generated vendored Executable file → Normal file
View File

0
node_modules/ts-jest/dist/legacy/compiler/index.js generated vendored Executable file → Normal file
View File

0
node_modules/ts-jest/dist/legacy/compiler/ts-compiler.d.ts generated vendored Executable file → Normal file
View File

18
node_modules/ts-jest/dist/legacy/compiler/ts-compiler.js generated vendored Executable file → Normal file
View 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
View File