| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | - Exit Code: 0 | ||
| 1 | + Exit Code: 134 | ||
| 2 | 2 | Standard output: | |
| 3 | 3 | yarn run vX.X.X | |
| 4 | - $ node --max-old-space-size=3072 ./scripts/build/build.js | ||
| 4 | + $ node --max-old-space-size=3072 ./scripts/build/build.mjs | ||
| 5 | 5 | Building packages | |
| 6 | 6 | index.js....................... DONE | |
| 7 | 7 | doc.js......................... DONE | |
@@ -10,19 +10,26 @@ bin-prettier.js................ DONE | |||
| 10 | 10 | third-party.js................. DONE | |
| 11 | 11 | parser-babel.js................ DONE | |
| 12 | 12 | parser-flow.js................. DONE | |
| 13 | - parser-typescript.js........... DONE | ||
| 14 | - parser-espree.js............... DONE | ||
| 15 | - parser-meriyah.js.............. DONE | ||
| 16 | - parser-angular.js.............. DONE | ||
| 17 | - parser-postcss.js.............. DONE | ||
| 18 | - esm/parser-postcss.mjs......... DONE | ||
| 19 | - parser-graphql.js.............. DONE | ||
| 20 | - parser-markdown.js............. DONE | ||
| 21 | - parser-glimmer.js.............. DONE | ||
| 22 | - parser-html.js................. DONE | ||
| 23 | - parser-yaml.js................. DONE | ||
| 24 | - Done in ?s. | ||
| 13 | + parser-typescript.js...........info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. | ||
| 25 | 14 | ||
| 26 | 15 | ||
| 27 | 16 | ||
| 28 | 17 | Standard error: | |
| 18 | + | ||
| 19 | + <--- Last few GCs ---> | ||
| 20 | + [18:0x6633e70] ?s: Mark-sweep 3045.9 (3114.7) -> 3041.4 (3118.5) MB, 4407.9 / ?s (average mu = 0.222, current mu = 0.025) allocation failure scavenge might not succeed | ||
| 21 | + [18:0x6633e70] ?s: Mark-sweep 3049.3 (3118.5) -> 3044.2 (3121.0) MB, 5674.9 / ?s (average mu = 0.108, current mu = 0.003) allocation failure scavenge might not succeed | ||
| 22 | + <--- JS stacktrace ---> | ||
| 23 | + FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory | ||
| 24 | + 1: 0xb21900 node::Abort() [/usr/local/bin/node] | ||
| 25 | + 2: 0xa361fc node::FatalError(char const*, char const*) [/usr/local/bin/node] | ||
| 26 | + 3: 0xd1021e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node] | ||
| 27 | + 4: 0xd10597 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node] | ||
| 28 | + 5: 0xec8555 [/usr/local/bin/node] | ||
| 29 | + 6: 0xed9a8d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/local/bin/node] | ||
| 30 | + 7: 0xedc7be v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/usr/local/bin/node] | ||
| 31 | + 8: 0xe9ddaa v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/usr/local/bin/node] | ||
| 32 | + 9: 0x121b418 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [/usr/local/bin/node] | ||
| 33 | + 10: 0x160f479 [/usr/local/bin/node] | ||
| 34 | + Aborted (core dumped) | ||
| 35 | + error Command failed with exit code 134. | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,17 +3,12 @@ Standard output: | |||
| 3 | 3 | ||
| 4 | 4 | > xterm@X.X.X build /xtermjs | |
| 5 | 5 | > tsc -b ./tsconfig.all.json | |
| 6 | - src/browser/Terminal2.test.ts(80,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'? | ||
| 7 | - error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
| 8 | - The file is in the program because: | ||
| 9 | - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
| 10 | - error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
| 11 | - The file is in the program because: | ||
| 12 | - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
| 13 | 6 | addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations. | |
| 14 | 7 | addons/xterm-addon-ligatures/src/font.ts(7,44): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations. | |
| 15 | - addons/xterm-addon-ligatures/src/font.ts(47,30): error TS2583: Cannot find name 'AsyncIterableIterator'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2018' or later. | ||
| 16 | - addons/xterm-addon-ligatures/src/font.ts(62,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations. | ||
| 8 | + addons/xterm-addon-ligatures/src/font.ts(50,13): error TS2571: Object is of type 'unknown'. | ||
| 9 | + addons/xterm-addon-ligatures/src/font.ts(65,23): error TS2571: Object is of type 'unknown'. | ||
| 10 | + addons/xterm-addon-ligatures/src/font.ts(65,33): error TS2571: Object is of type 'unknown'. | ||
| 11 | + addons/xterm-addon-ligatures/src/font.ts(71,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations. | ||
| 17 | 12 | addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations. | |
| 18 | 13 | addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments. | |
| 19 | 14 | addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type. | |
@@ -24,18 +19,6 @@ addons/xterm-addon-ligatures/src/index.test.ts(10,32): error TS2307: Cannot find | |||
| 24 | 19 | addons/xterm-addon-ligatures/src/index.test.ts(26,25): error TS2304: Cannot find name '__dirname'. | |
| 25 | 20 | addons/xterm-addon-ligatures/src/index.test.ts(33,25): error TS2304: Cannot find name '__dirname'. | |
| 26 | 21 | addons/xterm-addon-ligatures/src/index.test.ts(40,25): error TS2304: Cannot find name '__dirname'. | |
| 27 | - error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
| 28 | - The file is in the program because: | ||
| 29 | - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
| 30 | - error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
| 31 | - The file is in the program because: | ||
| 32 | - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
| 33 | - error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
| 34 | - The file is in the program because: | ||
| 35 | - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
| 36 | - error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'. | ||
| 37 | - The file is in the program because: | ||
| 38 | - Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions | ||
| 39 | 22 | ||
| 40 | 23 | ||
| 41 | 24 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments