@atomicservice/ascf-toolkit 1.0.8 → 1.0.10

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 (108) hide show
  1. package/lib/ascf-base/index.js +1 -1
  2. package/lib/ascf-common/index.js +1 -1
  3. package/lib/ascf-compiler/appjson-loader.js +1 -1
  4. package/lib/ascf-compiler/common/appjson-validator.js +1 -1
  5. package/lib/ascf-compiler/common/ascf-define.js +1 -1
  6. package/lib/ascf-compiler/common/ascf-file-cache.js +1 -0
  7. package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
  8. package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
  9. package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
  10. package/lib/ascf-compiler/common/exp-utils.js +1 -1
  11. package/lib/ascf-compiler/common/hash-sum.js +1 -1
  12. package/lib/ascf-compiler/common/hdc-executor.js +1 -1
  13. package/lib/ascf-compiler/common/hjs-utils.js +1 -1
  14. package/lib/ascf-compiler/common/hxml-validator.js +1 -1
  15. package/lib/ascf-compiler/common/logUndefined.js +1 -1
  16. package/lib/ascf-compiler/common/manifest-handler.js +1 -1
  17. package/lib/ascf-compiler/common/manifest-manager.js +1 -1
  18. package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
  19. package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
  20. package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
  21. package/lib/ascf-compiler/common/utils.js +1 -1
  22. package/lib/ascf-compiler/css-process-loader.js +1 -1
  23. package/lib/ascf-compiler/extract-loader.js +1 -1
  24. package/lib/ascf-compiler/hcss-loader.js +1 -1
  25. package/lib/ascf-compiler/hjs-loader.js +1 -1
  26. package/lib/ascf-compiler/hxml-loader.js +1 -1
  27. package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
  28. package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
  29. package/lib/ascf-compiler/js-parser/parser.js +1 -1
  30. package/lib/ascf-compiler/loader-utils.js +1 -1
  31. package/lib/ascf-compiler/path-process-loader.js +1 -1
  32. package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
  33. package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
  34. package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
  35. package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
  36. package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
  37. package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
  38. package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
  39. package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
  40. package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
  41. package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
  42. package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
  43. package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
  44. package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
  45. package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
  46. package/lib/ascf-compiler/require-loader.js +1 -1
  47. package/lib/ascf-compiler/server/dev-server.js +1 -1
  48. package/lib/ascf-compiler/server/port-manager.js +1 -1
  49. package/lib/ascf-compiler/swc-loader.js +1 -1
  50. package/lib/ascf-compiler/template/attr-utils.js +1 -1
  51. package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
  52. package/lib/ascf-compiler/template/node-name-utils.js +1 -1
  53. package/lib/ascf-compiler/template-compiler/index.js +1 -0
  54. package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
  55. package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
  56. package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
  57. package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
  58. package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
  59. package/lib/ascf-compiler/vue-compiler/vue-compiler.d.ts +8 -0
  60. package/lib/ascf-compiler/vue-compiler/vue-compiler.js +1 -0
  61. package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
  62. package/lib/ascf-compiler/web.webpack.config.js +1 -1
  63. package/lib/ascf-converter/ascfApisDiff.json +1 -1
  64. package/lib/ascf-converter/common/commonConfig.js +1 -1
  65. package/lib/ascf-converter/common/commonUtils.js +1 -1
  66. package/lib/ascf-converter/common/path-validator.js +1 -1
  67. package/lib/ascf-converter/common/textDocument.js +1 -1
  68. package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
  69. package/lib/ascf-converter/convertManager.js +1 -1
  70. package/lib/ascf-converter/features/converter.js +1 -1
  71. package/lib/ascf-converter/features/fileHandle.js +1 -1
  72. package/lib/ascf-converter/features/transformReport.js +1 -1
  73. package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
  74. package/lib/ascf-converter/parse/babelParser.js +1 -1
  75. package/lib/ascf-converter/parse/importVisitor.js +1 -1
  76. package/lib/ascf-converter/parse/wxssParser.js +1 -1
  77. package/lib/ascf-converter/report/js/index.js +1 -1
  78. package/lib/ascf-sign-tools/cli.js +1 -1
  79. package/lib/ascf-sign-tools/index.js +1 -1
  80. package/lib/bin/ascf.js +1 -1
  81. package/lib/commands/ascfbuild/index.js +1 -1
  82. package/lib/commands/build-npm/index.js +1 -1
  83. package/lib/commands/compile.js +1 -1
  84. package/lib/commands/convert.js +1 -1
  85. package/lib/commands/debugger/index.js +1 -1
  86. package/lib/commands/quickservice/index.js +1 -1
  87. package/lib/common/config.js +1 -1
  88. package/lib/common/constants.js +1 -1
  89. package/lib/common/log4js.js +1 -1
  90. package/lib/common/logger-plugin.js +1 -1
  91. package/lib/common/remove-strict-mode-plugin.js +1 -1
  92. package/lib/common/string-utils.js +1 -1
  93. package/lib/common/utils.js +1 -1
  94. package/lib/common/version-check.js +1 -1
  95. package/lib/index.d.ts +1 -1
  96. package/lib/index.js +1 -1
  97. package/package.json +7 -2
  98. package/lib/ascf-base/index.d.ts +0 -79
  99. package/lib/tools/release_64/SSL/ct_log_list.cnf +0 -9
  100. package/lib/tools/release_64/SSL/ct_log_list.cnf.dist +0 -9
  101. package/lib/tools/release_64/SSL/misc/CA.pl +0 -215
  102. package/lib/tools/release_64/SSL/misc/tsget.pl +0 -200
  103. package/lib/tools/release_64/SSL/openssl.cnf +0 -350
  104. package/lib/tools/release_64/SSL/openssl.cnf.dist +0 -350
  105. package/lib/tools/release_64/bin/c_rehash.pl +0 -251
  106. package/lib/tools/release_64/bin/libcrypto-1_1-x64.dll +0 -0
  107. package/lib/tools/release_64/bin/libssl-1_1-x64.dll +0 -0
  108. package/lib/tools/release_64/bin/openssl.exe +0 -0
@@ -1,251 +0,0 @@
1
- #!/usr/bin/env perl
2
-
3
- # WARNING: do not edit!
4
- # Generated by makefile from tools\c_rehash.in
5
- # Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
6
- #
7
- # Licensed under the OpenSSL license (the "License"). You may not use
8
- # this file except in compliance with the License. You can obtain a copy
9
- # in the file LICENSE in the source distribution or at
10
- # https://www.openssl.org/source/license.html
11
-
12
- # Perl c_rehash script, scan all files in a directory
13
- # and add symbolic links to their hash values.
14
-
15
- my $dir = "E:\\ws\\workspace\\j_XUI5VAHF\\release_64\\SSL";
16
- my $prefix = "E:\\ws\\workspace\\j_XUI5VAHF\\release_64";
17
-
18
- my $errorcount = 0;
19
- my $openssl = $ENV{OPENSSL} || "openssl";
20
- my $pwd;
21
- my $x509hash = "-subject_hash";
22
- my $crlhash = "-hash";
23
- my $verbose = 0;
24
- my $symlink_exists=eval {symlink("",""); 1};
25
- my $removelinks = 1;
26
-
27
- ## Parse flags.
28
- while ( $ARGV[0] =~ /^-/ ) {
29
- my $flag = shift @ARGV;
30
- last if ( $flag eq '--');
31
- if ( $flag eq '-old') {
32
- $x509hash = "-subject_hash_old";
33
- $crlhash = "-hash_old";
34
- } elsif ( $flag eq '-h' || $flag eq '-help' ) {
35
- help();
36
- } elsif ( $flag eq '-n' ) {
37
- $removelinks = 0;
38
- } elsif ( $flag eq '-v' ) {
39
- $verbose++;
40
- }
41
- else {
42
- print STDERR "Usage error; try -h.\n";
43
- exit 1;
44
- }
45
- }
46
-
47
- sub help {
48
- print "Usage: c_rehash [-old] [-h] [-help] [-v] [dirs...]\n";
49
- print " -old use old-style digest\n";
50
- print " -h or -help print this help text\n";
51
- print " -v print files removed and linked\n";
52
- exit 0;
53
- }
54
-
55
- eval "require Cwd";
56
- if (defined(&Cwd::getcwd)) {
57
- $pwd=Cwd::getcwd();
58
- } else {
59
- $pwd=`pwd`;
60
- chomp($pwd);
61
- }
62
-
63
- # DOS/Win32 or Unix delimiter? Prefix our installdir, then search.
64
- my $path_delim = ($pwd =~ /^[a-z]\:/i) ? ';' : ':';
65
- $ENV{PATH} = "$prefix/bin" . ($ENV{PATH} ? $path_delim . $ENV{PATH} : "");
66
-
67
- if (! -x $openssl) {
68
- my $found = 0;
69
- foreach (split /$path_delim/, $ENV{PATH}) {
70
- if (-x "$_/$openssl") {
71
- $found = 1;
72
- $openssl = "$_/$openssl";
73
- last;
74
- }
75
- }
76
- if ($found == 0) {
77
- print STDERR "c_rehash: rehashing skipped ('openssl' program not available)\n";
78
- exit 0;
79
- }
80
- }
81
-
82
- if (@ARGV) {
83
- @dirlist = @ARGV;
84
- } elsif ($ENV{SSL_CERT_DIR}) {
85
- @dirlist = split /$path_delim/, $ENV{SSL_CERT_DIR};
86
- } else {
87
- $dirlist[0] = "$dir/certs";
88
- }
89
-
90
- if (-d $dirlist[0]) {
91
- chdir $dirlist[0];
92
- $openssl="$pwd/$openssl" if (!-x $openssl);
93
- chdir $pwd;
94
- }
95
-
96
- foreach (@dirlist) {
97
- if (-d $_ ) {
98
- if ( -w $_) {
99
- hash_dir($_);
100
- } else {
101
- print "Skipping $_, can't write\n";
102
- $errorcount++;
103
- }
104
- }
105
- }
106
- exit($errorcount);
107
-
108
- sub copy_file {
109
- my ($src_fname, $dst_fname) = @_;
110
-
111
- if (open(my $in, "<", $src_fname)) {
112
- if (open(my $out, ">", $dst_fname)) {
113
- print $out $_ while (<$in>);
114
- close $out;
115
- } else {
116
- warn "Cannot open $dst_fname for write, $!";
117
- }
118
- close $in;
119
- } else {
120
- warn "Cannot open $src_fname for read, $!";
121
- }
122
- }
123
-
124
- sub hash_dir {
125
- my $dir = shift;
126
- my %hashlist;
127
-
128
- print "Doing $dir\n";
129
-
130
- if (!chdir $dir) {
131
- print STDERR "WARNING: Cannot chdir to '$dir', $!\n";
132
- return;
133
- }
134
-
135
- opendir(DIR, ".") || print STDERR "WARNING: Cannot opendir '.', $!\n";
136
- my @flist = sort readdir(DIR);
137
- closedir DIR;
138
- if ( $removelinks ) {
139
- # Delete any existing symbolic links
140
- foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) {
141
- if (-l $_) {
142
- print "unlink $_\n" if $verbose;
143
- unlink $_ || warn "Can't unlink $_, $!\n";
144
- }
145
- }
146
- }
147
- FILE: foreach $fname (grep {/\.(pem)|(crt)|(cer)|(crl)$/} @flist) {
148
- # Check to see if certificates and/or CRLs present.
149
- my ($cert, $crl) = check_file($fname);
150
- if (!$cert && !$crl) {
151
- print STDERR "WARNING: $fname does not contain a certificate or CRL: skipping\n";
152
- next;
153
- }
154
- link_hash_cert($fname) if ($cert);
155
- link_hash_crl($fname) if ($crl);
156
- }
157
-
158
- chdir $pwd;
159
- }
160
-
161
- sub check_file {
162
- my ($is_cert, $is_crl) = (0,0);
163
- my $fname = $_[0];
164
-
165
- open(my $in, "<", $fname);
166
- while(<$in>) {
167
- if (/^-----BEGIN (.*)-----/) {
168
- my $hdr = $1;
169
- if ($hdr =~ /^(X509 |TRUSTED |)CERTIFICATE$/) {
170
- $is_cert = 1;
171
- last if ($is_crl);
172
- } elsif ($hdr eq "X509 CRL") {
173
- $is_crl = 1;
174
- last if ($is_cert);
175
- }
176
- }
177
- }
178
- close $in;
179
- return ($is_cert, $is_crl);
180
- }
181
-
182
- sub compute_hash {
183
- my $fh;
184
- if ( $^O eq "VMS" ) {
185
- # VMS uses the open through shell
186
- # The file names are safe there and list form is unsupported
187
- if (!open($fh, "-|", join(' ', @_))) {
188
- print STDERR "Cannot compute hash on '$fname'\n";
189
- return;
190
- }
191
- } else {
192
- if (!open($fh, "-|", @_)) {
193
- print STDERR "Cannot compute hash on '$fname'\n";
194
- return;
195
- }
196
- }
197
- return (<$fh>, <$fh>);
198
- }
199
-
200
- # Link a certificate to its subject name hash value, each hash is of
201
- # the form <hash>.<n> where n is an integer. If the hash value already exists
202
- # then we need to up the value of n, unless its a duplicate in which
203
- # case we skip the link. We check for duplicates by comparing the
204
- # certificate fingerprints
205
-
206
- sub link_hash_cert {
207
- link_hash($_[0], 'cert');
208
- }
209
-
210
- # Same as above except for a CRL. CRL links are of the form <hash>.r<n>
211
-
212
- sub link_hash_crl {
213
- link_hash($_[0], 'crl');
214
- }
215
-
216
- sub link_hash {
217
- my ($fname, $type) = @_;
218
- my $is_cert = $type eq 'cert';
219
-
220
- my ($hash, $fprint) = compute_hash($openssl,
221
- $is_cert ? "x509" : "crl",
222
- $is_cert ? $x509hash : $crlhash,
223
- "-fingerprint", "-noout",
224
- "-in", $fname);
225
- chomp $hash;
226
- chomp $fprint;
227
- return if !$hash;
228
- $fprint =~ s/^.*=//;
229
- $fprint =~ tr/://d;
230
- my $suffix = 0;
231
- # Search for an unused hash filename
232
- my $crlmark = $is_cert ? "" : "r";
233
- while(exists $hashlist{"$hash.$crlmark$suffix"}) {
234
- # Hash matches: if fingerprint matches its a duplicate cert
235
- if ($hashlist{"$hash.$crlmark$suffix"} eq $fprint) {
236
- my $what = $is_cert ? 'certificate' : 'CRL';
237
- print STDERR "WARNING: Skipping duplicate $what $fname\n";
238
- return;
239
- }
240
- $suffix++;
241
- }
242
- $hash .= ".$crlmark$suffix";
243
- if ($symlink_exists) {
244
- print "link $fname -> $hash\n" if $verbose;
245
- symlink $fname, $hash || warn "Can't symlink, $!";
246
- } else {
247
- print "copy $fname -> $hash\n" if $verbose;
248
- copy_file($fname, $hash);
249
- }
250
- $hashlist{$hash} = $fprint;
251
- }