@proteinjs/reflection-build 1.4.1 → 1.4.3

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 (57) hide show
  1. package/dist/test/examples/source-repository/a/generated/index.js +1 -1
  2. package/dist/test/examples/source-repository/a/generated/index.js.map +1 -1
  3. package/dist/test/examples/source-repository/b/generated/index.js +1 -1
  4. package/dist/test/examples/source-repository/b/generated/index.js.map +1 -1
  5. package/package.json +4 -4
  6. package/test/examples/source-repository/a/dist/generated/index.js +1 -1
  7. package/test/examples/source-repository/a/dist/generated/index.js.map +1 -1
  8. package/test/examples/source-repository/a/generated/index.ts +1 -1
  9. package/test/examples/source-repository/a/node_modules/.package-lock.json +20 -16
  10. package/test/examples/source-repository/a/node_modules/@proteinjs/reflection/package.json +2 -2
  11. package/test/examples/source-repository/a/node_modules/@proteinjs/util/CHANGELOG.md +11 -0
  12. package/test/examples/source-repository/a/node_modules/@proteinjs/util/dist/src/isInstanceOf.d.ts +1 -1
  13. package/test/examples/source-repository/a/node_modules/@proteinjs/util/dist/src/isInstanceOf.js +0 -1
  14. package/test/examples/source-repository/a/node_modules/@proteinjs/util/dist/src/isInstanceOf.js.map +1 -1
  15. package/test/examples/source-repository/a/node_modules/@proteinjs/util/package.json +2 -2
  16. package/test/examples/source-repository/a/node_modules/@proteinjs/util/src/isInstanceOf.ts +1 -2
  17. package/test/examples/source-repository/a/node_modules/@proteinjs/util-node/CHANGELOG.md +41 -0
  18. package/test/examples/source-repository/a/node_modules/@proteinjs/util-node/dist/src/Fs.d.ts +1 -0
  19. package/test/examples/source-repository/a/node_modules/@proteinjs/util-node/dist/src/Fs.js +52 -17
  20. package/test/examples/source-repository/a/node_modules/@proteinjs/util-node/dist/src/Fs.js.map +1 -1
  21. package/test/examples/source-repository/a/node_modules/@proteinjs/util-node/package.json +3 -3
  22. package/test/examples/source-repository/a/node_modules/@proteinjs/util-node/src/Fs.ts +47 -18
  23. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/.target.mk +2 -2
  24. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/Makefile +5 -5
  25. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/Release/.deps/Release/.node.d +1 -1
  26. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/Release/.deps/Release/obj.target/fse/fsevents.o.d.raw +69 -65
  27. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/Release/.node +0 -0
  28. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/fse.target.mk +24 -21
  29. package/test/examples/source-repository/a/node_modules/glob-watcher/node_modules/fsevents/build/gyp-mac-tool +100 -106
  30. package/test/examples/source-repository/a/package-lock.json +24 -20
  31. package/test/examples/source-repository/a/package.json +4 -4
  32. package/test/examples/source-repository/b/dist/generated/index.js +1 -1
  33. package/test/examples/source-repository/b/dist/generated/index.js.map +1 -1
  34. package/test/examples/source-repository/b/generated/index.ts +1 -1
  35. package/test/examples/source-repository/b/node_modules/.package-lock.json +16 -12
  36. package/test/examples/source-repository/b/node_modules/@proteinjs/reflection/package.json +2 -2
  37. package/test/examples/source-repository/b/node_modules/@proteinjs/util/CHANGELOG.md +11 -0
  38. package/test/examples/source-repository/b/node_modules/@proteinjs/util/dist/src/isInstanceOf.d.ts +1 -1
  39. package/test/examples/source-repository/b/node_modules/@proteinjs/util/dist/src/isInstanceOf.js +0 -1
  40. package/test/examples/source-repository/b/node_modules/@proteinjs/util/dist/src/isInstanceOf.js.map +1 -1
  41. package/test/examples/source-repository/b/node_modules/@proteinjs/util/package.json +2 -2
  42. package/test/examples/source-repository/b/node_modules/@proteinjs/util/src/isInstanceOf.ts +1 -2
  43. package/test/examples/source-repository/b/node_modules/@proteinjs/util-node/CHANGELOG.md +41 -0
  44. package/test/examples/source-repository/b/node_modules/@proteinjs/util-node/dist/src/Fs.d.ts +1 -0
  45. package/test/examples/source-repository/b/node_modules/@proteinjs/util-node/dist/src/Fs.js +52 -17
  46. package/test/examples/source-repository/b/node_modules/@proteinjs/util-node/dist/src/Fs.js.map +1 -1
  47. package/test/examples/source-repository/b/node_modules/@proteinjs/util-node/package.json +3 -3
  48. package/test/examples/source-repository/b/node_modules/@proteinjs/util-node/src/Fs.ts +47 -18
  49. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/.target.mk +2 -2
  50. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/Makefile +5 -5
  51. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/Release/.deps/Release/.node.d +1 -1
  52. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/Release/.deps/Release/obj.target/fse/fsevents.o.d.raw +69 -65
  53. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/Release/.node +0 -0
  54. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/fse.target.mk +24 -21
  55. package/test/examples/source-repository/b/node_modules/glob-watcher/node_modules/fsevents/build/gyp-mac-tool +100 -106
  56. package/test/examples/source-repository/b/package-lock.json +20 -16
  57. package/test/examples/source-repository/b/package.json +4 -4
@@ -9,7 +9,6 @@
9
9
  These functions are executed via gyp-mac-tool when using the Makefile generator.
10
10
  """
11
11
 
12
-
13
12
  import fcntl
14
13
  import fnmatch
15
14
  import glob
@@ -26,14 +25,13 @@ import tempfile
26
25
 
27
26
  def main(args):
28
27
  executor = MacTool()
29
- exit_code = executor.Dispatch(args)
30
- if exit_code is not None:
28
+ if (exit_code := executor.Dispatch(args)) is not None:
31
29
  sys.exit(exit_code)
32
30
 
33
31
 
34
32
  class MacTool:
35
33
  """This class performs all the Mac tooling steps. The methods can either be
36
- executed directly, or dispatched from an argument list."""
34
+ executed directly, or dispatched from an argument list."""
37
35
 
38
36
  def Dispatch(self, args):
39
37
  """Dispatches a string command to a method."""
@@ -49,7 +47,7 @@ class MacTool:
49
47
 
50
48
  def ExecCopyBundleResource(self, source, dest, convert_to_binary):
51
49
  """Copies a resource file to the bundle/Resources directory, performing any
52
- necessary compilation on each resource."""
50
+ necessary compilation on each resource."""
53
51
  convert_to_binary = convert_to_binary == "True"
54
52
  extension = os.path.splitext(source)[1].lower()
55
53
  if os.path.isdir(source):
@@ -60,9 +58,7 @@ class MacTool:
60
58
  if os.path.exists(dest):
61
59
  shutil.rmtree(dest)
62
60
  shutil.copytree(source, dest)
63
- elif extension == ".xib":
64
- return self._CopyXIBFile(source, dest)
65
- elif extension == ".storyboard":
61
+ elif extension in {".xib", ".storyboard"}:
66
62
  return self._CopyXIBFile(source, dest)
67
63
  elif extension == ".strings" and not convert_to_binary:
68
64
  self._CopyStringsFile(source, dest)
@@ -71,7 +67,7 @@ class MacTool:
71
67
  os.unlink(dest)
72
68
  shutil.copy(source, dest)
73
69
 
74
- if convert_to_binary and extension in (".plist", ".strings"):
70
+ if convert_to_binary and extension in {".plist", ".strings"}:
75
71
  self._ConvertToBinary(dest)
76
72
 
77
73
  def _CopyXIBFile(self, source, dest):
@@ -145,7 +141,7 @@ class MacTool:
145
141
  # CFPropertyListCreateFromXMLData(): Old-style plist parser: missing
146
142
  # semicolon in dictionary.
147
143
  # on invalid files. Do the same kind of validation.
148
- import CoreFoundation
144
+ import CoreFoundation # noqa: PLC0415
149
145
 
150
146
  with open(source, "rb") as in_file:
151
147
  s = in_file.read()
@@ -159,17 +155,15 @@ class MacTool:
159
155
 
160
156
  def _DetectInputEncoding(self, file_name):
161
157
  """Reads the first few bytes from file_name and tries to guess the text
162
- encoding. Returns None as a guess if it can't detect it."""
158
+ encoding. Returns None as a guess if it can't detect it."""
163
159
  with open(file_name, "rb") as fp:
164
160
  try:
165
161
  header = fp.read(3)
166
162
  except Exception:
167
163
  return None
168
- if header.startswith(b"\xFE\xFF"):
164
+ if header.startswith((b"\xfe\xff", b"\xff\xfe")):
169
165
  return "UTF-16"
170
- elif header.startswith(b"\xFF\xFE"):
171
- return "UTF-16"
172
- elif header.startswith(b"\xEF\xBB\xBF"):
166
+ elif header.startswith(b"\xef\xbb\xbf"):
173
167
  return "UTF-8"
174
168
  else:
175
169
  return None
@@ -260,9 +254,9 @@ class MacTool:
260
254
 
261
255
  def ExecFilterLibtool(self, *cmd_list):
262
256
  """Calls libtool and filters out '/path/to/libtool: file: foo.o has no
263
- symbols'."""
257
+ symbols'."""
264
258
  libtool_re = re.compile(
265
- r"^.*libtool: (?:for architecture: \S* )?" r"file: .* has no symbols$"
259
+ r"^.*libtool: (?:for architecture: \S* )?file: .* has no symbols$"
266
260
  )
267
261
  libtool_re5 = re.compile(
268
262
  r"^.*libtool: warning for library: "
@@ -309,7 +303,7 @@ class MacTool:
309
303
 
310
304
  def ExecPackageFramework(self, framework, version):
311
305
  """Takes a path to Something.framework and the Current version of that and
312
- sets up all the symlinks."""
306
+ sets up all the symlinks."""
313
307
  # Find the name of the binary based on the part before the ".framework".
314
308
  binary = os.path.basename(framework).split(".")[0]
315
309
 
@@ -338,7 +332,7 @@ class MacTool:
338
332
 
339
333
  def _Relink(self, dest, link):
340
334
  """Creates a symlink to |dest| named |link|. If |link| already exists,
341
- it is overwritten."""
335
+ it is overwritten."""
342
336
  if os.path.lexists(link):
343
337
  os.remove(link)
344
338
  os.symlink(dest, link)
@@ -363,14 +357,14 @@ class MacTool:
363
357
  def ExecCompileXcassets(self, keys, *inputs):
364
358
  """Compiles multiple .xcassets files into a single .car file.
365
359
 
366
- This invokes 'actool' to compile all the inputs .xcassets files. The
367
- |keys| arguments is a json-encoded dictionary of extra arguments to
368
- pass to 'actool' when the asset catalogs contains an application icon
369
- or a launch image.
360
+ This invokes 'actool' to compile all the inputs .xcassets files. The
361
+ |keys| arguments is a json-encoded dictionary of extra arguments to
362
+ pass to 'actool' when the asset catalogs contains an application icon
363
+ or a launch image.
370
364
 
371
- Note that 'actool' does not create the Assets.car file if the asset
372
- catalogs does not contains imageset.
373
- """
365
+ Note that 'actool' does not create the Assets.car file if the asset
366
+ catalogs does not contains imageset.
367
+ """
374
368
  command_line = [
375
369
  "xcrun",
376
370
  "actool",
@@ -443,13 +437,13 @@ class MacTool:
443
437
  def ExecCodeSignBundle(self, key, entitlements, provisioning, path, preserve):
444
438
  """Code sign a bundle.
445
439
 
446
- This function tries to code sign an iOS bundle, following the same
447
- algorithm as Xcode:
448
- 1. pick the provisioning profile that best match the bundle identifier,
449
- and copy it into the bundle as embedded.mobileprovision,
450
- 2. copy Entitlements.plist from user or SDK next to the bundle,
451
- 3. code sign the bundle.
452
- """
440
+ This function tries to code sign an iOS bundle, following the same
441
+ algorithm as Xcode:
442
+ 1. pick the provisioning profile that best match the bundle identifier,
443
+ and copy it into the bundle as embedded.mobileprovision,
444
+ 2. copy Entitlements.plist from user or SDK next to the bundle,
445
+ 3. code sign the bundle.
446
+ """
453
447
  substitutions, overrides = self._InstallProvisioningProfile(
454
448
  provisioning, self._GetCFBundleIdentifier()
455
449
  )
@@ -468,16 +462,16 @@ class MacTool:
468
462
  def _InstallProvisioningProfile(self, profile, bundle_identifier):
469
463
  """Installs embedded.mobileprovision into the bundle.
470
464
 
471
- Args:
472
- profile: string, optional, short name of the .mobileprovision file
473
- to use, if empty or the file is missing, the best file installed
474
- will be used
475
- bundle_identifier: string, value of CFBundleIdentifier from Info.plist
465
+ Args:
466
+ profile: string, optional, short name of the .mobileprovision file
467
+ to use, if empty or the file is missing, the best file installed
468
+ will be used
469
+ bundle_identifier: string, value of CFBundleIdentifier from Info.plist
476
470
 
477
- Returns:
478
- A tuple containing two dictionary: variables substitutions and values
479
- to overrides when generating the entitlements file.
480
- """
471
+ Returns:
472
+ A tuple containing two dictionary: variables substitutions and values
473
+ to overrides when generating the entitlements file.
474
+ """
481
475
  source_path, provisioning_data, team_id = self._FindProvisioningProfile(
482
476
  profile, bundle_identifier
483
477
  )
@@ -493,24 +487,24 @@ class MacTool:
493
487
  def _FindProvisioningProfile(self, profile, bundle_identifier):
494
488
  """Finds the .mobileprovision file to use for signing the bundle.
495
489
 
496
- Checks all the installed provisioning profiles (or if the user specified
497
- the PROVISIONING_PROFILE variable, only consult it) and select the most
498
- specific that correspond to the bundle identifier.
490
+ Checks all the installed provisioning profiles (or if the user specified
491
+ the PROVISIONING_PROFILE variable, only consult it) and select the most
492
+ specific that correspond to the bundle identifier.
499
493
 
500
- Args:
501
- profile: string, optional, short name of the .mobileprovision file
502
- to use, if empty or the file is missing, the best file installed
503
- will be used
504
- bundle_identifier: string, value of CFBundleIdentifier from Info.plist
494
+ Args:
495
+ profile: string, optional, short name of the .mobileprovision file
496
+ to use, if empty or the file is missing, the best file installed
497
+ will be used
498
+ bundle_identifier: string, value of CFBundleIdentifier from Info.plist
505
499
 
506
- Returns:
507
- A tuple of the path to the selected provisioning profile, the data of
508
- the embedded plist in the provisioning profile and the team identifier
509
- to use for code signing.
500
+ Returns:
501
+ A tuple of the path to the selected provisioning profile, the data of
502
+ the embedded plist in the provisioning profile and the team identifier
503
+ to use for code signing.
510
504
 
511
- Raises:
512
- SystemExit: if no .mobileprovision can be used to sign the bundle.
513
- """
505
+ Raises:
506
+ SystemExit: if no .mobileprovision can be used to sign the bundle.
507
+ """
514
508
  profiles_dir = os.path.join(
515
509
  os.environ["HOME"], "Library", "MobileDevice", "Provisioning Profiles"
516
510
  )
@@ -558,12 +552,12 @@ class MacTool:
558
552
  def _LoadProvisioningProfile(self, profile_path):
559
553
  """Extracts the plist embedded in a provisioning profile.
560
554
 
561
- Args:
562
- profile_path: string, path to the .mobileprovision file
555
+ Args:
556
+ profile_path: string, path to the .mobileprovision file
563
557
 
564
- Returns:
565
- Content of the plist embedded in the provisioning profile as a dictionary.
566
- """
558
+ Returns:
559
+ Content of the plist embedded in the provisioning profile as a dictionary.
560
+ """
567
561
  with tempfile.NamedTemporaryFile() as temp:
568
562
  subprocess.check_call(
569
563
  ["security", "cms", "-D", "-i", profile_path, "-o", temp.name]
@@ -586,16 +580,16 @@ class MacTool:
586
580
  def _LoadPlistMaybeBinary(self, plist_path):
587
581
  """Loads into a memory a plist possibly encoded in binary format.
588
582
 
589
- This is a wrapper around plistlib.readPlist that tries to convert the
590
- plist to the XML format if it can't be parsed (assuming that it is in
591
- the binary format).
583
+ This is a wrapper around plistlib.readPlist that tries to convert the
584
+ plist to the XML format if it can't be parsed (assuming that it is in
585
+ the binary format).
592
586
 
593
- Args:
594
- plist_path: string, path to a plist file, in XML or binary format
587
+ Args:
588
+ plist_path: string, path to a plist file, in XML or binary format
595
589
 
596
- Returns:
597
- Content of the plist as a dictionary.
598
- """
590
+ Returns:
591
+ Content of the plist as a dictionary.
592
+ """
599
593
  try:
600
594
  # First, try to read the file using plistlib that only supports XML,
601
595
  # and if an exception is raised, convert a temporary copy to XML and
@@ -611,13 +605,13 @@ class MacTool:
611
605
  def _GetSubstitutions(self, bundle_identifier, app_identifier_prefix):
612
606
  """Constructs a dictionary of variable substitutions for Entitlements.plist.
613
607
 
614
- Args:
615
- bundle_identifier: string, value of CFBundleIdentifier from Info.plist
616
- app_identifier_prefix: string, value for AppIdentifierPrefix
608
+ Args:
609
+ bundle_identifier: string, value of CFBundleIdentifier from Info.plist
610
+ app_identifier_prefix: string, value for AppIdentifierPrefix
617
611
 
618
- Returns:
619
- Dictionary of substitutions to apply when generating Entitlements.plist.
620
- """
612
+ Returns:
613
+ Dictionary of substitutions to apply when generating Entitlements.plist.
614
+ """
621
615
  return {
622
616
  "CFBundleIdentifier": bundle_identifier,
623
617
  "AppIdentifierPrefix": app_identifier_prefix,
@@ -626,9 +620,9 @@ class MacTool:
626
620
  def _GetCFBundleIdentifier(self):
627
621
  """Extracts CFBundleIdentifier value from Info.plist in the bundle.
628
622
 
629
- Returns:
630
- Value of CFBundleIdentifier in the Info.plist located in the bundle.
631
- """
623
+ Returns:
624
+ Value of CFBundleIdentifier in the Info.plist located in the bundle.
625
+ """
632
626
  info_plist_path = os.path.join(
633
627
  os.environ["TARGET_BUILD_DIR"], os.environ["INFOPLIST_PATH"]
634
628
  )
@@ -638,19 +632,19 @@ class MacTool:
638
632
  def _InstallEntitlements(self, entitlements, substitutions, overrides):
639
633
  """Generates and install the ${BundleName}.xcent entitlements file.
640
634
 
641
- Expands variables "$(variable)" pattern in the source entitlements file,
642
- add extra entitlements defined in the .mobileprovision file and the copy
643
- the generated plist to "${BundlePath}.xcent".
635
+ Expands variables "$(variable)" pattern in the source entitlements file,
636
+ add extra entitlements defined in the .mobileprovision file and the copy
637
+ the generated plist to "${BundlePath}.xcent".
644
638
 
645
- Args:
646
- entitlements: string, optional, path to the Entitlements.plist template
647
- to use, defaults to "${SDKROOT}/Entitlements.plist"
648
- substitutions: dictionary, variable substitutions
649
- overrides: dictionary, values to add to the entitlements
639
+ Args:
640
+ entitlements: string, optional, path to the Entitlements.plist template
641
+ to use, defaults to "${SDKROOT}/Entitlements.plist"
642
+ substitutions: dictionary, variable substitutions
643
+ overrides: dictionary, values to add to the entitlements
650
644
 
651
- Returns:
652
- Path to the generated entitlements file.
653
- """
645
+ Returns:
646
+ Path to the generated entitlements file.
647
+ """
654
648
  source_path = entitlements
655
649
  target_path = os.path.join(
656
650
  os.environ["BUILT_PRODUCTS_DIR"], os.environ["PRODUCT_NAME"] + ".xcent"
@@ -670,15 +664,15 @@ class MacTool:
670
664
  def _ExpandVariables(self, data, substitutions):
671
665
  """Expands variables "$(variable)" in data.
672
666
 
673
- Args:
674
- data: object, can be either string, list or dictionary
675
- substitutions: dictionary, variable substitutions to perform
667
+ Args:
668
+ data: object, can be either string, list or dictionary
669
+ substitutions: dictionary, variable substitutions to perform
676
670
 
677
- Returns:
678
- Copy of data where each references to "$(variable)" has been replaced
679
- by the corresponding value found in substitutions, or left intact if
680
- the key was not found.
681
- """
671
+ Returns:
672
+ Copy of data where each references to "$(variable)" has been replaced
673
+ by the corresponding value found in substitutions, or left intact if
674
+ the key was not found.
675
+ """
682
676
  if isinstance(data, str):
683
677
  for key, value in substitutions.items():
684
678
  data = data.replace("$(%s)" % key, value)
@@ -697,15 +691,15 @@ def NextGreaterPowerOf2(x):
697
691
  def WriteHmap(output_name, filelist):
698
692
  """Generates a header map based on |filelist|.
699
693
 
700
- Per Mark Mentovai:
701
- A header map is structured essentially as a hash table, keyed by names used
702
- in #includes, and providing pathnames to the actual files.
694
+ Per Mark Mentovai:
695
+ A header map is structured essentially as a hash table, keyed by names used
696
+ in #includes, and providing pathnames to the actual files.
703
697
 
704
- The implementation below and the comment above comes from inspecting:
705
- http://www.opensource.apple.com/source/distcc/distcc-2503/distcc_dist/include_server/headermap.py?txt
706
- while also looking at the implementation in clang in:
707
- https://llvm.org/svn/llvm-project/cfe/trunk/lib/Lex/HeaderMap.cpp
708
- """
698
+ The implementation below and the comment above comes from inspecting:
699
+ http://www.opensource.apple.com/source/distcc/distcc-2503/distcc_dist/include_server/headermap.py?txt
700
+ while also looking at the implementation in clang in:
701
+ https://llvm.org/svn/llvm-project/cfe/trunk/lib/Lex/HeaderMap.cpp
702
+ """
709
703
  magic = 1751998832
710
704
  version = 1
711
705
  _reserved = 0
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@proteinjs/reflection-build-test-a",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@proteinjs/reflection-build-test-a",
9
- "version": "0.0.16",
9
+ "version": "0.0.18",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@dagrejs/graphlib": "2.1.4",
13
- "@proteinjs/reflection": "^1.1.10",
13
+ "@proteinjs/reflection": "^1.1.11",
14
14
  "@proteinjs/reflection-build-test-b": "file:../b",
15
- "@proteinjs/util": "1.5.0",
16
- "@proteinjs/util-node": "1.6.0",
15
+ "@proteinjs/util": "^1.6.0",
16
+ "@proteinjs/util-node": "^1.7.2",
17
17
  "globby": "11.0.1",
18
18
  "gulp": "4.0.2",
19
19
  "gulp-shell": "0.8.0",
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "../b": {
34
34
  "name": "@proteinjs/reflection-build-test-b",
35
- "version": "0.0.16",
35
+ "version": "0.0.18",
36
36
  "license": "ISC",
37
37
  "dependencies": {
38
38
  "@dagrejs/graphlib": "2.1.4",
39
- "@proteinjs/reflection": "^1.1.10",
40
- "@proteinjs/util": "1.5.0",
41
- "@proteinjs/util-node": "1.6.0",
39
+ "@proteinjs/reflection": "^1.1.11",
40
+ "@proteinjs/util": "^1.6.0",
41
+ "@proteinjs/util-node": "^1.7.2",
42
42
  "globby": "11.0.1",
43
43
  "gulp": "4.0.2",
44
44
  "gulp-shell": "0.8.0",
@@ -95,6 +95,7 @@
95
95
  "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz",
96
96
  "integrity": "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==",
97
97
  "dev": true,
98
+ "peer": true,
98
99
  "dependencies": {
99
100
  "@ampproject/remapping": "^2.2.0",
100
101
  "@babel/code-frame": "^7.24.2",
@@ -1104,13 +1105,13 @@
1104
1105
  }
1105
1106
  },
1106
1107
  "node_modules/@proteinjs/reflection": {
1107
- "version": "1.1.10",
1108
- "resolved": "https://registry.npmjs.org/@proteinjs/reflection/-/reflection-1.1.10.tgz",
1109
- "integrity": "sha512-Li8iEn2vKt5iHJJmmtquVju+JL+f1Arh602dTvV57+Y2jO7kYl734sSWpPPMDOho8htxY6yJrkP2vCv6q7znoQ==",
1108
+ "version": "1.1.11",
1109
+ "resolved": "https://registry.npmjs.org/@proteinjs/reflection/-/reflection-1.1.11.tgz",
1110
+ "integrity": "sha512-ErhLtcMS+uTsbwNpf6GDVPs+mvQ2AjkvxIkWD8cxsXv25bRGFib4wNhevn1pro2IyMgL+x8Zwime/wQr+S3R2A==",
1110
1111
  "license": "ISC",
1111
1112
  "dependencies": {
1112
1113
  "@dagrejs/graphlib": "2.1.4",
1113
- "@proteinjs/util": "1.5.0"
1114
+ "@proteinjs/util": "^1.6.0"
1114
1115
  }
1115
1116
  },
1116
1117
  "node_modules/@proteinjs/reflection-build-test-b": {
@@ -1118,9 +1119,9 @@
1118
1119
  "link": true
1119
1120
  },
1120
1121
  "node_modules/@proteinjs/util": {
1121
- "version": "1.5.0",
1122
- "resolved": "https://registry.npmjs.org/@proteinjs/util/-/util-1.5.0.tgz",
1123
- "integrity": "sha512-ZyKCk3kuXUJfeB1ufGLj3TUTOuKdumESwtu6CywFg6ijUF4wh0nfj+MpeH4hToklJTw0Udlj0Q5ONHcsIHka+A==",
1122
+ "version": "1.6.0",
1123
+ "resolved": "https://registry.npmjs.org/@proteinjs/util/-/util-1.6.0.tgz",
1124
+ "integrity": "sha512-U1N6ZhA00VtZcdokBJ3g6yd+BH7+ZKSezfS/h80OgCLVu9pMXMwWqkeAy2rHlmLxQ9MEWwK4axkXyB1QMmrTcg==",
1124
1125
  "license": "ISC",
1125
1126
  "dependencies": {
1126
1127
  "@dagrejs/graphlib": "2.1.4",
@@ -1128,13 +1129,13 @@
1128
1129
  }
1129
1130
  },
1130
1131
  "node_modules/@proteinjs/util-node": {
1131
- "version": "1.6.0",
1132
- "resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.6.0.tgz",
1133
- "integrity": "sha512-gSv/+q9LX+7hCV+SBz8P8j2sNrJo48fv2/ldFuE0RwSYy6tb6IhKV7JpUvVtvJwxUG7ggE9sKDrvgZxmVrxPVQ==",
1132
+ "version": "1.7.2",
1133
+ "resolved": "https://registry.npmjs.org/@proteinjs/util-node/-/util-node-1.7.2.tgz",
1134
+ "integrity": "sha512-fWeUKnsEYO5t2NzN0PMpUUjHM+QZozpm8RvNmDOZc6/P3HX2Uw9iPj27IzVVGncZR5Dda75rjoGXA0Z2LCPtGA==",
1134
1135
  "license": "ISC",
1135
1136
  "dependencies": {
1136
1137
  "@dagrejs/graphlib": "2.1.4",
1137
- "@proteinjs/util": "^1.5.0",
1138
+ "@proteinjs/util": "^1.6.0",
1138
1139
  "fs-extra": "11.1.1",
1139
1140
  "globby": "11.0.1",
1140
1141
  "typescript": "5.2.2"
@@ -1906,6 +1907,7 @@
1906
1907
  "url": "https://github.com/sponsors/ai"
1907
1908
  }
1908
1909
  ],
1910
+ "peer": true,
1909
1911
  "dependencies": {
1910
1912
  "caniuse-lite": "^1.0.30001587",
1911
1913
  "electron-to-chromium": "^1.4.668",
@@ -4412,6 +4414,7 @@
4412
4414
  "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
4413
4415
  "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==",
4414
4416
  "dev": true,
4417
+ "peer": true,
4415
4418
  "dependencies": {
4416
4419
  "@jest/core": "^29.7.0",
4417
4420
  "@jest/types": "^29.6.3",
@@ -7694,6 +7697,7 @@
7694
7697
  "version": "5.2.2",
7695
7698
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
7696
7699
  "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
7700
+ "peer": true,
7697
7701
  "bin": {
7698
7702
  "tsc": "bin/tsc",
7699
7703
  "tsserver": "bin/tsserver"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proteinjs/reflection-build-test-a",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "private": true,
5
5
  "description": "Test package a",
6
6
  "repository": {
@@ -19,10 +19,10 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@dagrejs/graphlib": "2.1.4",
22
- "@proteinjs/reflection": "^1.1.10",
22
+ "@proteinjs/reflection": "^1.1.11",
23
23
  "@proteinjs/reflection-build-test-b": "file:../b",
24
- "@proteinjs/util": "1.5.0",
25
- "@proteinjs/util-node": "1.6.0",
24
+ "@proteinjs/util": "^1.6.0",
25
+ "@proteinjs/util-node": "^1.7.2",
26
26
  "globby": "11.0.1",
27
27
  "gulp": "4.0.2",
28
28
  "gulp-shell": "0.8.0",
@@ -24,7 +24,7 @@ require("gulp");
24
24
  require("gulp-shell");
25
25
  require("jsesc");
26
26
  /** Generate Source Graph */
27
- var sourceGraph = "{\"options\":{\"directed\":true,\"multigraph\":false,\"compound\":false},\"nodes\":[{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignType\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"LoadableForeignType\",\"filePath\":\"/Users/brentbahry/repos/n3xa/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/LoadableForeignType\",\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"typeParameters\":[],\"directParents\":null},{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"{ z: number }\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/{ z: number }\",\"typeParameters\":[],\"directParents\":null}],\"sourceType\":1}},{\"v\":\"@proteinjs/reflection/Loadable\"},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignType\",\"filePath\":\"/Users/brentbahry/repos/n3xa/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"typeParameters\":[],\"directParents\":null},{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"{ z: number }\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/{ z: number }\",\"typeParameters\":[],\"directParents\":null}],\"sourceType\":1}},{\"v\":\"@proteinjs/reflection-build-test-b/implementsOptionalLoadableForeignType\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"implementsOptionalLoadableForeignType\",\"filePath\":\"/Users/brentbahry/repos/n3xa/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/implementsOptionalLoadableForeignType\",\"type\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignType\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignType\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"typeParameters\":[],\"directParents\":null}]},\"isExported\":true,\"isConst\":true,\"sourceType\":0}},{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignInterface\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"LoadableForeignInterface\",\"filePath\":\"/Users/brentbahry/repos/n3xa/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/LoadableForeignInterface\",\"properties\":[{\"name\":\"z\",\"type\":{\"packageName\":\"\",\"name\":\"number\",\"filePath\":null,\"qualifiedName\":\"/number\",\"typeParameters\":null,\"directParents\":null},\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"sourceType\":3}},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignInterface\",\"filePath\":\"/Users/brentbahry/repos/n3xa/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"properties\":[{\"name\":\"z\",\"type\":{\"packageName\":\"\",\"name\":\"number\",\"filePath\":null,\"qualifiedName\":\"/number\",\"typeParameters\":null,\"directParents\":null},\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"sourceType\":3}},{\"v\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignInterface\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"ImplementsOptionalLoadableForeignInterface\",\"filePath\":\"/Users/brentbahry/repos/n3xa/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignInterface\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[{\"name\":\"z\",\"type\":null,\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignInterface\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"directParentClasses\":[],\"sourceType\":2}},{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignAbstractClass\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"LoadableForeignAbstractClass\",\"filePath\":\"/Users/brentbahry/repos/n3xa/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/LoadableForeignAbstractClass\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[{\"name\":\"z\",\"type\":{\"packageName\":\"\",\"name\":\"number\",\"filePath\":null,\"qualifiedName\":\"/number\",\"typeParameters\":null,\"directParents\":null},\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"directParentClasses\":[],\"sourceType\":2}},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignAbstractClass\",\"filePath\":\"/Users/brentbahry/repos/n3xa/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[{\"name\":\"z\",\"type\":{\"packageName\":\"\",\"name\":\"number\",\"filePath\":null,\"qualifiedName\":\"/number\",\"typeParameters\":null,\"directParents\":null},\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"directParentClasses\":[],\"sourceType\":2}},{\"v\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignAbstractClass\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"ImplementsOptionalLoadableForeignAbstractClass\",\"filePath\":\"/Users/brentbahry/repos/n3xa/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignAbstractClass\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[{\"name\":\"z\",\"type\":null,\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[],\"directParentClasses\":[{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignAbstractClass\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[],\"directParentClasses\":[]}],\"sourceType\":2}}],\"edges\":[{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignType\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends type\"},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends type\"},{\"v\":\"@proteinjs/reflection-build-test-b/implementsOptionalLoadableForeignType\",\"w\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"value\":\"has type\"},{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignInterface\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignInterface\",\"w\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"value\":\"implements interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignAbstractClass\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"implements interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"implements interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignAbstractClass\",\"w\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"value\":\"extends class\"}]}";
27
+ var sourceGraph = "{\"options\":{\"directed\":true,\"multigraph\":false,\"compound\":false},\"nodes\":[{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignType\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"LoadableForeignType\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa4/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/LoadableForeignType\",\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"typeParameters\":[],\"directParents\":null},{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"{ z: number }\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/{ z: number }\",\"typeParameters\":[],\"directParents\":null}],\"sourceType\":1}},{\"v\":\"@proteinjs/reflection/Loadable\"},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignType\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa4/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"typeParameters\":[],\"directParents\":null},{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"{ z: number }\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/{ z: number }\",\"typeParameters\":[],\"directParents\":null}],\"sourceType\":1}},{\"v\":\"@proteinjs/reflection-build-test-b/implementsOptionalLoadableForeignType\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"implementsOptionalLoadableForeignType\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa4/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/implementsOptionalLoadableForeignType\",\"type\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignType\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignType\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"typeParameters\":[],\"directParents\":null}]},\"isExported\":true,\"isConst\":true,\"sourceType\":0}},{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignInterface\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"LoadableForeignInterface\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa4/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/LoadableForeignInterface\",\"properties\":[{\"name\":\"z\",\"type\":{\"packageName\":\"\",\"name\":\"number\",\"filePath\":null,\"qualifiedName\":\"/number\",\"typeParameters\":null,\"directParents\":null},\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"sourceType\":3}},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignInterface\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa4/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"properties\":[{\"name\":\"z\",\"type\":{\"packageName\":\"\",\"name\":\"number\",\"filePath\":null,\"qualifiedName\":\"/number\",\"typeParameters\":null,\"directParents\":null},\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParents\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"sourceType\":3}},{\"v\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignInterface\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"ImplementsOptionalLoadableForeignInterface\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa4/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignInterface\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[{\"name\":\"z\",\"type\":null,\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignInterface\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"directParentClasses\":[],\"sourceType\":2}},{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignAbstractClass\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"LoadableForeignAbstractClass\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa4/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/LoadableForeignAbstractClass\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[{\"name\":\"z\",\"type\":{\"packageName\":\"\",\"name\":\"number\",\"filePath\":null,\"qualifiedName\":\"/number\",\"typeParameters\":null,\"directParents\":null},\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"directParentClasses\":[],\"sourceType\":2}},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignAbstractClass\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa4/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[{\"name\":\"z\",\"type\":{\"packageName\":\"\",\"name\":\"number\",\"filePath\":null,\"qualifiedName\":\"/number\",\"typeParameters\":null,\"directParents\":null},\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[{\"packageName\":\"@proteinjs/reflection\",\"name\":\"Loadable\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection/Loadable\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParents\":[]}],\"directParentClasses\":[],\"sourceType\":2}},{\"v\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignAbstractClass\",\"value\":{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"ImplementsOptionalLoadableForeignAbstractClass\",\"filePath\":\"/Users/brentbahry/repos/farm/n3xa4/packages/proteinjs/packages/reflection/packages/reflection-build/test/examples/source-repository/b/src/LoadableForeignType.ts\",\"qualifiedName\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignAbstractClass\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[{\"name\":\"z\",\"type\":null,\"isOptional\":false,\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\"}],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[],\"directParentClasses\":[{\"packageName\":\"@proteinjs/reflection-build-test-b\",\"name\":\"OptionalLoadableForeignAbstractClass\",\"filePath\":null,\"qualifiedName\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"isAbstract\":false,\"isStatic\":false,\"visibility\":\"public\",\"properties\":[],\"methods\":[],\"typeParameters\":[],\"directParentInterfaces\":[],\"directParentClasses\":[]}],\"sourceType\":2}}],\"edges\":[{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignType\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends type\"},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends type\"},{\"v\":\"@proteinjs/reflection-build-test-b/implementsOptionalLoadableForeignType\",\"w\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignType\",\"value\":\"has type\"},{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignInterface\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"extends interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignInterface\",\"w\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignInterface\",\"value\":\"implements interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/LoadableForeignAbstractClass\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"implements interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"w\":\"@proteinjs/reflection/Loadable\",\"value\":\"implements interface\"},{\"v\":\"@proteinjs/reflection-build-test-b/ImplementsOptionalLoadableForeignAbstractClass\",\"w\":\"@proteinjs/reflection-build-test-b/OptionalLoadableForeignAbstractClass\",\"value\":\"extends class\"}]}";
28
28
  /** Generate Source Links */
29
29
  var LoadableForeignType_1 = require("../src/LoadableForeignType");
30
30
  var LoadableForeignType_2 = require("../src/LoadableForeignType");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../generated/index.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;;;;;;;;;;;;;;AAEpC,6BAA2B;AAC3B,iCAA+B;AAC/B,2BAAyB;AACzB,gCAA8B;AAC9B,kBAAgB;AAChB,gBAAc;AACd,sBAAoB;AACpB,iBAAe;AAGf,4BAA4B;AAE5B,IAAM,WAAW,GAAG,0qVAA0qV,CAAC;AAG/rV,4BAA4B;AAE5B,kEAAmF;AACnF,kEAAwF;AACxF,kEAA0E;AAC1E,kEAAkF;AAClF,kEAA4F;AAE5F,IAAM,WAAW,GAAG;IACnB,0EAA0E,EAAE,2DAAqC;IACjH,+EAA+E,EAAE,gEAA0C;IAC3H,iEAAiE,EAAE,kDAA4B;IAC/F,yEAAyE,EAAE,0DAAoC;IAC/G,mFAAmF,EAAE,oEAA8C;CACnI,CAAC;AAGF,kCAAkC;AAElC,oDAAyD;AACzD,6BAAgB,CAAC,KAAK,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;AAGjD,2CAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../generated/index.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;;;;;;;;;;;;;;AAEpC,6BAA2B;AAC3B,iCAA+B;AAC/B,2BAAyB;AACzB,gCAA8B;AAC9B,kBAAgB;AAChB,gBAAc;AACd,sBAAoB;AACpB,iBAAe;AAGf,4BAA4B;AAE5B,IAAM,WAAW,GAAG,guVAAguV,CAAC;AAGrvV,4BAA4B;AAE5B,kEAAmF;AACnF,kEAAwF;AACxF,kEAA0E;AAC1E,kEAAkF;AAClF,kEAA4F;AAE5F,IAAM,WAAW,GAAG;IACnB,0EAA0E,EAAE,2DAAqC;IACjH,+EAA+E,EAAE,gEAA0C;IAC3H,iEAAiE,EAAE,kDAA4B;IAC/F,yEAAyE,EAAE,0DAAoC;IAC/G,mFAAmF,EAAE,oEAA8C;CACnI,CAAC;AAGF,kCAAkC;AAElC,oDAAyD;AACzD,6BAAgB,CAAC,KAAK,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;AAGjD,2CAAyB"}