@idlebox/common 1.3.6 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/lib/string/concatType.generated.cjs +1 -1
  2. package/lib/string/concatType.generated.cjs.map +1 -1
  3. package/lib/string/concatType.generated.js +1 -1
  4. package/lib/string/concatType.generated.js.map +1 -1
  5. package/package.json +1 -1
  6. package/.rush/temp/8ffc60c66c29712a4b0392d78f8ceb08fd99cd43.log +0 -10
  7. package/.rush/temp/shrinkwrap-deps.json +0 -671
  8. package/Gulpfile.js +0 -4
  9. package/build-script.json +0 -55
  10. package/common.build.log +0 -42
  11. package/config/rush-project.json +0 -4
  12. package/docs/common.api.json +0 -21006
  13. package/docs/common.api.md +0 -1125
  14. package/docs/tsdoc-metadata.json +0 -11
  15. package/idlebox-common-v1.3.2.tgz +0 -0
  16. package/idlebox-common-v1.3.3.tgz +0 -0
  17. package/src/array/arrayDiff.ts +0 -31
  18. package/src/array/arraySame.ts +0 -15
  19. package/src/array/arrayUnique.ts +0 -50
  20. package/src/array/normalizeArray.ts +0 -13
  21. package/src/array/sortAlpha.ts +0 -15
  22. package/src/date/consts.ts +0 -5
  23. package/src/date/isInvalid.ts +0 -6
  24. package/src/date/sibling.ts +0 -28
  25. package/src/date/timeString.ts +0 -150
  26. package/src/date/unix.ts +0 -13
  27. package/src/debugging/tryInspect.ts +0 -37
  28. package/src/error/convertUnknown.ts +0 -10
  29. package/src/error/getFrame.ts +0 -13
  30. package/src/function/asyncCallbackList.ts +0 -75
  31. package/src/function/callbackList.ts +0 -84
  32. package/src/function/delayCallbackList.ts +0 -45
  33. package/src/function/functionName.ts +0 -39
  34. package/src/lifecycle/dispose/bridges/rxjs.ts +0 -6
  35. package/src/lifecycle/dispose/disposableEvent.ts +0 -117
  36. package/src/lifecycle/dispose/disposedError.ts +0 -16
  37. package/src/lifecycle/dispose/lifecycle.async.ts +0 -61
  38. package/src/lifecycle/dispose/lifecycle.global.ts +0 -61
  39. package/src/lifecycle/dispose/lifecycle.sync.ts +0 -79
  40. package/src/lifecycle/dispose/lifecycle.ts +0 -28
  41. package/src/lifecycle/event/event.ts +0 -63
  42. package/src/lifecycle/promise/cancel.ts +0 -16
  43. package/src/lifecycle/promise/cancellationToken/driver.browser.ts +0 -55
  44. package/src/lifecycle/promise/cancellationToken/driver.common.ts +0 -43
  45. package/src/lifecycle/promise/cancellationToken/source.ts +0 -48
  46. package/src/lifecycle/promise/deferredPromise.ts +0 -102
  47. package/src/lifecycle/timeout/timeout.ts +0 -48
  48. package/src/lifecycle/timeout/timeoutError.ts +0 -16
  49. package/src/log/logger.ts +0 -148
  50. package/src/mapSet/customSet.ts +0 -91
  51. package/src/mapSet/extendMap.ts +0 -40
  52. package/src/misc/assertNotNull.ts +0 -21
  53. package/src/object/definePublicConstant.ts +0 -10
  54. package/src/object/initOnRead.ts +0 -27
  55. package/src/object/objectPath.ts +0 -10
  56. package/src/object/objectSame.ts +0 -52
  57. package/src/path/isAbsolute.ts +0 -11
  58. package/src/path/normalizePath.ts +0 -8
  59. package/src/path/pathArray.ts +0 -42
  60. package/src/platform/globalObject.ts +0 -18
  61. package/src/platform/globalSingleton.ts +0 -82
  62. package/src/platform/globalSymbol.ts +0 -36
  63. package/src/platform/os.ts +0 -45
  64. package/src/promise/awaitIterator.ts +0 -19
  65. package/src/promise/finishAllPromise.ts +0 -50
  66. package/src/promise/promiseBool.ts +0 -10
  67. package/src/promise/promisePool.ts +0 -40
  68. package/src/promise/timeoutPromisePool.ts +0 -22
  69. package/src/reflection/classes/hookClass.ts +0 -47
  70. package/src/reflection/classes/singleton.ts +0 -33
  71. package/src/reflection/methods/bind.ts +0 -30
  72. package/src/reflection/methods/initOnRead.ts +0 -11
  73. package/src/reflection/methods/memorize.ts +0 -33
  74. package/src/string/castCase.ts +0 -44
  75. package/src/string/concatType.generated.ts +0 -255
  76. package/src/string/concatType.generator.ts +0 -31
  77. package/src/string/escapeRegexp.ts +0 -4
  78. package/src/string/pad2.ts +0 -11
  79. package/src/string/sizeString.ts +0 -52
  80. package/src/tsconfig.json +0 -13
package/Gulpfile.js DELETED
@@ -1,4 +0,0 @@
1
- import gulp from 'gulp';
2
- import api from '@build-script/builder';
3
- import { dirname } from 'path';
4
- api.loadToGulp(gulp, dirname(import.meta.url));
package/build-script.json DELETED
@@ -1,55 +0,0 @@
1
- {
2
- "load": [
3
- {
4
- "file": "@build-script/export-all-in-one/build-script-register",
5
- "args": ["src/tsconfig.json"]
6
- },
7
- {
8
- "file": "@idlebox/itypes/remove"
9
- }
10
- ],
11
- "alias": {
12
- "generate": "ts-node --esm --cwd generate --project tsconfig.json --cwdMode main",
13
- "build-ts": "ttsc -p src",
14
- "watch-ts": "ttsc -w -p src",
15
- "yarn-publish": "yarn publish --registry https://registry.npmjs.org --access=public",
16
- "upgrade-node-modules": "npm-check-updates --update --packageFile ./package.json",
17
- "run-test": ""
18
- },
19
- "command": {
20
- "generate": {
21
- "title": "Generate Code",
22
- "serial": true,
23
- "run": ["generate"]
24
- },
25
- "build": {
26
- "title": "Build project",
27
- "run": ["build-ts"],
28
- "after": ["generate"]
29
- },
30
- "rebuild": {
31
- "title": "Prepare for publish package",
32
- "run": ["@build"],
33
- "after": ["clean"]
34
- },
35
- "publish": {
36
- "title": "Publish package",
37
- "run": ["yarn-publish"],
38
- "after": ["rebuild"]
39
- },
40
- "test": {
41
- "title": "Run test",
42
- "run": ["run-test"],
43
- "after": ["build"]
44
- },
45
- "upgrade": {
46
- "title": "Do project dependency upgrade",
47
- "run": ["upgrade-node-modules"]
48
- },
49
- "watch": {
50
- "title": "Watch mode build project",
51
- "run": ["watch-ts"],
52
- "after": ["generate"]
53
- }
54
- }
55
- }
package/common.build.log DELETED
@@ -1,42 +0,0 @@
1
- Unable to calculate incremental state: Error: A project dependency file (@build-script/typescript-transformer-resolve-info/.rush/temp/shrinkwrap-deps.json) is missing. You may need to run "rush install" or "rush update".
2
-
3
- Rush will proceed without incremental execution, caching, and change detection.
4
-
5
- Invoking: build-script build
6
-
7
- [build-script] v3.2.3
8
- [18:21:22] Using gulpfile /data/Projects/songrenbo/baobao/@idlebox/common/Gulpfile.js
9
- [18:21:22] Starting 'build'...
10
- [18:21:22] Starting 'run:build-ts'...
11
- [18:21:22] Starting 'run:export-all-in-one'...
12
- [18:21:22] run:build-ts:
13
- [18:21:22] + ttsc -p src
14
- [18:21:22] run:export-all-in-one:
15
- [18:21:22] + /data/Projects/songrenbo/baobao/common/temp/node_modules/.pnpm/@build-script+export-all-in-one@3.1.1/node_modules/@build-script/export-all-in-one/index.cjs src/tsconfig.json
16
- create typescript program.
17
- write tsconfig.json.
18
- [18:21:26] run:build-ts: success.
19
- [18:21:26] Finished 'run:build-ts' after 4.09 s
20
- write api-extractor.json...
21
- copy package.json...
22
- invoke api-extractor api...
23
- Analysis will use the bundled TypeScript version 4.5.5
24
- *** The target project appears to use TypeScript 4.6.2 which is newer than the bundled compiler engine; consider upgrading API Extractor.
25
- Writing: /data/Projects/songrenbo/baobao/@idlebox/common/docs/common.api.json
26
- The API report is up to date: temp/common.api.md
27
- Writing package typings: /data/Projects/songrenbo/baobao/@idlebox/common/docs/package-public.d.ts
28
- Writing package typings: /tmp/export-all-in-one-working.3282/dist/common.d.ts
29
- API Extractor completed successfully
30
- create rush document link.
31
- create index file(s).
32
- OK
33
- [18:21:29] run:export-all-in-one: success.
34
- [18:21:29] Finished 'run:export-all-in-one' after 6.69 s
35
- [18:21:29] Starting 'post-build'...
36
- [18:21:29] run:remove-extra-lib:
37
- [18:21:29] + node /data/Projects/songrenbo/baobao/@idlebox/itypes/remove-script/postbuild.script.js
38
- [@idlebox/itypes] fixing file: /data/Projects/songrenbo/baobao/@idlebox/common/docs/package-public.d.ts
39
- [@idlebox/itypes] updated, write back
40
- [18:21:29] run:remove-extra-lib: success.
41
- [18:21:29] Finished 'post-build' after 52 ms
42
- [18:21:29] Finished 'build' after 6.75 s
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3
- "extends": "../../../common/config/rush-project.json"
4
- }