@tailwindcss/oxide-wasm32-wasi 0.0.0-insiders.d801d8d

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 (113) hide show
  1. package/README.md +3 -0
  2. package/node_modules/@emnapi/core/LICENSE +21 -0
  3. package/node_modules/@emnapi/core/README.md +1 -0
  4. package/node_modules/@emnapi/core/dist/emnapi-core.cjs.js +6661 -0
  5. package/node_modules/@emnapi/core/dist/emnapi-core.cjs.min.d.ts +363 -0
  6. package/node_modules/@emnapi/core/dist/emnapi-core.cjs.min.js +1 -0
  7. package/node_modules/@emnapi/core/dist/emnapi-core.d.mts +363 -0
  8. package/node_modules/@emnapi/core/dist/emnapi-core.d.ts +365 -0
  9. package/node_modules/@emnapi/core/dist/emnapi-core.esm-bundler.js +7411 -0
  10. package/node_modules/@emnapi/core/dist/emnapi-core.js +8390 -0
  11. package/node_modules/@emnapi/core/dist/emnapi-core.min.d.mts +363 -0
  12. package/node_modules/@emnapi/core/dist/emnapi-core.min.js +1 -0
  13. package/node_modules/@emnapi/core/dist/emnapi-core.min.mjs +1 -0
  14. package/node_modules/@emnapi/core/dist/emnapi-core.mjs +6650 -0
  15. package/node_modules/@emnapi/core/index.js +5 -0
  16. package/node_modules/@emnapi/core/package.json +49 -0
  17. package/node_modules/@emnapi/runtime/LICENSE +21 -0
  18. package/node_modules/@emnapi/runtime/README.md +1 -0
  19. package/node_modules/@emnapi/runtime/dist/emnapi.cjs.js +1347 -0
  20. package/node_modules/@emnapi/runtime/dist/emnapi.cjs.min.d.ts +663 -0
  21. package/node_modules/@emnapi/runtime/dist/emnapi.cjs.min.js +1 -0
  22. package/node_modules/@emnapi/runtime/dist/emnapi.d.mts +663 -0
  23. package/node_modules/@emnapi/runtime/dist/emnapi.d.ts +665 -0
  24. package/node_modules/@emnapi/runtime/dist/emnapi.esm-bundler.js +1403 -0
  25. package/node_modules/@emnapi/runtime/dist/emnapi.iife.d.ts +420 -0
  26. package/node_modules/@emnapi/runtime/dist/emnapi.iife.js +1474 -0
  27. package/node_modules/@emnapi/runtime/dist/emnapi.js +1475 -0
  28. package/node_modules/@emnapi/runtime/dist/emnapi.min.d.mts +663 -0
  29. package/node_modules/@emnapi/runtime/dist/emnapi.min.js +1 -0
  30. package/node_modules/@emnapi/runtime/dist/emnapi.min.mjs +1 -0
  31. package/node_modules/@emnapi/runtime/dist/emnapi.mjs +1316 -0
  32. package/node_modules/@emnapi/runtime/index.js +5 -0
  33. package/node_modules/@emnapi/runtime/package.json +48 -0
  34. package/node_modules/@emnapi/wasi-threads/LICENSE +21 -0
  35. package/node_modules/@emnapi/wasi-threads/README.md +203 -0
  36. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.cjs.js +881 -0
  37. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.cjs.min.d.ts +214 -0
  38. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.cjs.min.js +1 -0
  39. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.d.mts +214 -0
  40. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.d.ts +216 -0
  41. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.esm-bundler.js +929 -0
  42. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.js +941 -0
  43. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.min.d.mts +214 -0
  44. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.min.js +1 -0
  45. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.min.mjs +1 -0
  46. package/node_modules/@emnapi/wasi-threads/dist/wasi-threads.mjs +876 -0
  47. package/node_modules/@emnapi/wasi-threads/index.js +5 -0
  48. package/node_modules/@emnapi/wasi-threads/package.json +50 -0
  49. package/node_modules/@napi-rs/wasm-runtime/LICENSE +43 -0
  50. package/node_modules/@napi-rs/wasm-runtime/dist/fs.js +23712 -0
  51. package/node_modules/@napi-rs/wasm-runtime/dist/runtime.js +12269 -0
  52. package/node_modules/@napi-rs/wasm-runtime/fs-proxy.cjs +193 -0
  53. package/node_modules/@napi-rs/wasm-runtime/package.json +60 -0
  54. package/node_modules/@napi-rs/wasm-runtime/runtime.cjs +15 -0
  55. package/node_modules/@tybys/wasm-util/README.md +193 -0
  56. package/node_modules/@tybys/wasm-util/dist/tsdoc-metadata.json +11 -0
  57. package/node_modules/@tybys/wasm-util/dist/wasm-util.d.ts +417 -0
  58. package/node_modules/@tybys/wasm-util/dist/wasm-util.esm-bundler.js +2738 -0
  59. package/node_modules/@tybys/wasm-util/dist/wasm-util.esm.js +2738 -0
  60. package/node_modules/@tybys/wasm-util/dist/wasm-util.esm.min.js +1 -0
  61. package/node_modules/@tybys/wasm-util/dist/wasm-util.js +2760 -0
  62. package/node_modules/@tybys/wasm-util/dist/wasm-util.min.js +1 -0
  63. package/node_modules/@tybys/wasm-util/lib/cjs/asyncify.js +158 -0
  64. package/node_modules/@tybys/wasm-util/lib/cjs/index.js +13 -0
  65. package/node_modules/@tybys/wasm-util/lib/cjs/jspi.js +46 -0
  66. package/node_modules/@tybys/wasm-util/lib/cjs/load.js +97 -0
  67. package/node_modules/@tybys/wasm-util/lib/cjs/memory.js +35 -0
  68. package/node_modules/@tybys/wasm-util/lib/cjs/wasi/error.js +103 -0
  69. package/node_modules/@tybys/wasm-util/lib/cjs/wasi/fd.js +268 -0
  70. package/node_modules/@tybys/wasm-util/lib/cjs/wasi/fs.js +3 -0
  71. package/node_modules/@tybys/wasm-util/lib/cjs/wasi/index.js +194 -0
  72. package/node_modules/@tybys/wasm-util/lib/cjs/wasi/path.js +174 -0
  73. package/node_modules/@tybys/wasm-util/lib/cjs/wasi/preview1.js +1544 -0
  74. package/node_modules/@tybys/wasm-util/lib/cjs/wasi/rights.js +141 -0
  75. package/node_modules/@tybys/wasm-util/lib/cjs/wasi/types.js +220 -0
  76. package/node_modules/@tybys/wasm-util/lib/cjs/wasi/util.js +128 -0
  77. package/node_modules/@tybys/wasm-util/lib/cjs/webassembly.js +13 -0
  78. package/node_modules/@tybys/wasm-util/lib/mjs/asyncify.mjs +153 -0
  79. package/node_modules/@tybys/wasm-util/lib/mjs/index.mjs +9 -0
  80. package/node_modules/@tybys/wasm-util/lib/mjs/jspi.mjs +39 -0
  81. package/node_modules/@tybys/wasm-util/lib/mjs/load.mjs +89 -0
  82. package/node_modules/@tybys/wasm-util/lib/mjs/memory.mjs +28 -0
  83. package/node_modules/@tybys/wasm-util/lib/mjs/wasi/error.mjs +97 -0
  84. package/node_modules/@tybys/wasm-util/lib/mjs/wasi/fd.mjs +256 -0
  85. package/node_modules/@tybys/wasm-util/lib/mjs/wasi/fs.mjs +1 -0
  86. package/node_modules/@tybys/wasm-util/lib/mjs/wasi/index.mjs +188 -0
  87. package/node_modules/@tybys/wasm-util/lib/mjs/wasi/path.mjs +168 -0
  88. package/node_modules/@tybys/wasm-util/lib/mjs/wasi/preview1.mjs +1539 -0
  89. package/node_modules/@tybys/wasm-util/lib/mjs/wasi/rights.mjs +135 -0
  90. package/node_modules/@tybys/wasm-util/lib/mjs/wasi/types.mjs +216 -0
  91. package/node_modules/@tybys/wasm-util/lib/mjs/wasi/util.mjs +113 -0
  92. package/node_modules/@tybys/wasm-util/lib/mjs/webassembly.mjs +9 -0
  93. package/node_modules/@tybys/wasm-util/package.json +58 -0
  94. package/node_modules/tslib/CopyrightNotice.txt +15 -0
  95. package/node_modules/tslib/LICENSE.txt +12 -0
  96. package/node_modules/tslib/README.md +164 -0
  97. package/node_modules/tslib/SECURITY.md +41 -0
  98. package/node_modules/tslib/modules/index.d.ts +38 -0
  99. package/node_modules/tslib/modules/index.js +70 -0
  100. package/node_modules/tslib/modules/package.json +3 -0
  101. package/node_modules/tslib/package.json +47 -0
  102. package/node_modules/tslib/tslib.d.ts +460 -0
  103. package/node_modules/tslib/tslib.es6.html +1 -0
  104. package/node_modules/tslib/tslib.es6.js +393 -0
  105. package/node_modules/tslib/tslib.es6.mjs +392 -0
  106. package/node_modules/tslib/tslib.html +1 -0
  107. package/node_modules/tslib/tslib.js +475 -0
  108. package/package.json +45 -0
  109. package/tailwindcss-oxide.wasi-browser.js +63 -0
  110. package/tailwindcss-oxide.wasi.cjs +88 -0
  111. package/tailwindcss-oxide.wasm32-wasi.wasm +0 -0
  112. package/wasi-worker-browser.mjs +39 -0
  113. package/wasi-worker.mjs +63 -0
@@ -0,0 +1,164 @@
1
+ # tslib
2
+
3
+ This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
4
+
5
+ This library is primarily used by the `--importHelpers` flag in TypeScript.
6
+ When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file:
7
+
8
+ ```ts
9
+ var __assign = (this && this.__assign) || Object.assign || function(t) {
10
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
11
+ s = arguments[i];
12
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
13
+ t[p] = s[p];
14
+ }
15
+ return t;
16
+ };
17
+ exports.x = {};
18
+ exports.y = __assign({}, exports.x);
19
+
20
+ ```
21
+
22
+ will instead be emitted as something like the following:
23
+
24
+ ```ts
25
+ var tslib_1 = require("tslib");
26
+ exports.x = {};
27
+ exports.y = tslib_1.__assign({}, exports.x);
28
+ ```
29
+
30
+ Because this can avoid duplicate declarations of things like `__extends`, `__assign`, etc., this means delivering users smaller files on average, as well as less runtime overhead.
31
+ For optimized bundles with TypeScript, you should absolutely consider using `tslib` and `--importHelpers`.
32
+
33
+ # Installing
34
+
35
+ For the latest stable version, run:
36
+
37
+ ## npm
38
+
39
+ ```sh
40
+ # TypeScript 3.9.2 or later
41
+ npm install tslib
42
+
43
+ # TypeScript 3.8.4 or earlier
44
+ npm install tslib@^1
45
+
46
+ # TypeScript 2.3.2 or earlier
47
+ npm install tslib@1.6.1
48
+ ```
49
+
50
+ ## yarn
51
+
52
+ ```sh
53
+ # TypeScript 3.9.2 or later
54
+ yarn add tslib
55
+
56
+ # TypeScript 3.8.4 or earlier
57
+ yarn add tslib@^1
58
+
59
+ # TypeScript 2.3.2 or earlier
60
+ yarn add tslib@1.6.1
61
+ ```
62
+
63
+ ## bower
64
+
65
+ ```sh
66
+ # TypeScript 3.9.2 or later
67
+ bower install tslib
68
+
69
+ # TypeScript 3.8.4 or earlier
70
+ bower install tslib@^1
71
+
72
+ # TypeScript 2.3.2 or earlier
73
+ bower install tslib@1.6.1
74
+ ```
75
+
76
+ ## JSPM
77
+
78
+ ```sh
79
+ # TypeScript 3.9.2 or later
80
+ jspm install tslib
81
+
82
+ # TypeScript 3.8.4 or earlier
83
+ jspm install tslib@^1
84
+
85
+ # TypeScript 2.3.2 or earlier
86
+ jspm install tslib@1.6.1
87
+ ```
88
+
89
+ # Usage
90
+
91
+ Set the `importHelpers` compiler option on the command line:
92
+
93
+ ```
94
+ tsc --importHelpers file.ts
95
+ ```
96
+
97
+ or in your tsconfig.json:
98
+
99
+ ```json
100
+ {
101
+ "compilerOptions": {
102
+ "importHelpers": true
103
+ }
104
+ }
105
+ ```
106
+
107
+ #### For bower and JSPM users
108
+
109
+ You will need to add a `paths` mapping for `tslib`, e.g. For Bower users:
110
+
111
+ ```json
112
+ {
113
+ "compilerOptions": {
114
+ "module": "amd",
115
+ "importHelpers": true,
116
+ "baseUrl": "./",
117
+ "paths": {
118
+ "tslib" : ["bower_components/tslib/tslib.d.ts"]
119
+ }
120
+ }
121
+ }
122
+ ```
123
+
124
+ For JSPM users:
125
+
126
+ ```json
127
+ {
128
+ "compilerOptions": {
129
+ "module": "system",
130
+ "importHelpers": true,
131
+ "baseUrl": "./",
132
+ "paths": {
133
+ "tslib" : ["jspm_packages/npm/tslib@2.x.y/tslib.d.ts"]
134
+ }
135
+ }
136
+ }
137
+ ```
138
+
139
+ ## Deployment
140
+
141
+ - Choose your new version number
142
+ - Set it in `package.json` and `bower.json`
143
+ - Create a tag: `git tag [version]`
144
+ - Push the tag: `git push --tags`
145
+ - Create a [release in GitHub](https://github.com/microsoft/tslib/releases)
146
+ - Run the [publish to npm](https://github.com/microsoft/tslib/actions?query=workflow%3A%22Publish+to+NPM%22) workflow
147
+
148
+ Done.
149
+
150
+ # Contribute
151
+
152
+ There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript.
153
+
154
+ * [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in.
155
+ * Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls).
156
+ * Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript).
157
+ * Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter.
158
+ * [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md).
159
+
160
+ # Documentation
161
+
162
+ * [Quick tutorial](http://www.typescriptlang.org/Tutorial)
163
+ * [Programming handbook](http://www.typescriptlang.org/Handbook)
164
+ * [Homepage](http://www.typescriptlang.org/)
@@ -0,0 +1,41 @@
1
+ <!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->
2
+
3
+ ## Security
4
+
5
+ Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6
+
7
+ If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
8
+
9
+ ## Reporting Security Issues
10
+
11
+ **Please do not report security vulnerabilities through public GitHub issues.**
12
+
13
+ Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14
+
15
+ If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16
+
17
+ You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18
+
19
+ Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20
+
21
+ * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22
+ * Full paths of source file(s) related to the manifestation of the issue
23
+ * The location of the affected source code (tag/branch/commit or direct URL)
24
+ * Any special configuration required to reproduce the issue
25
+ * Step-by-step instructions to reproduce the issue
26
+ * Proof-of-concept or exploit code (if possible)
27
+ * Impact of the issue, including how an attacker might exploit the issue
28
+
29
+ This information will help us triage your report more quickly.
30
+
31
+ If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
32
+
33
+ ## Preferred Languages
34
+
35
+ We prefer all communications to be in English.
36
+
37
+ ## Policy
38
+
39
+ Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
40
+
41
+ <!-- END MICROSOFT SECURITY.MD BLOCK -->
@@ -0,0 +1,38 @@
1
+ // Note: named reexports are used instead of `export *` because
2
+ // TypeScript itself doesn't resolve the `export *` when checking
3
+ // if a particular helper exists.
4
+ export {
5
+ __extends,
6
+ __assign,
7
+ __rest,
8
+ __decorate,
9
+ __param,
10
+ __esDecorate,
11
+ __runInitializers,
12
+ __propKey,
13
+ __setFunctionName,
14
+ __metadata,
15
+ __awaiter,
16
+ __generator,
17
+ __exportStar,
18
+ __values,
19
+ __read,
20
+ __spread,
21
+ __spreadArrays,
22
+ __spreadArray,
23
+ __await,
24
+ __asyncGenerator,
25
+ __asyncDelegator,
26
+ __asyncValues,
27
+ __makeTemplateObject,
28
+ __importStar,
29
+ __importDefault,
30
+ __classPrivateFieldGet,
31
+ __classPrivateFieldSet,
32
+ __classPrivateFieldIn,
33
+ __createBinding,
34
+ __addDisposableResource,
35
+ __disposeResources,
36
+ __rewriteRelativeImportExtension,
37
+ } from '../tslib.js';
38
+ export * as default from '../tslib.js';
@@ -0,0 +1,70 @@
1
+ import tslib from '../tslib.js';
2
+ const {
3
+ __extends,
4
+ __assign,
5
+ __rest,
6
+ __decorate,
7
+ __param,
8
+ __esDecorate,
9
+ __runInitializers,
10
+ __propKey,
11
+ __setFunctionName,
12
+ __metadata,
13
+ __awaiter,
14
+ __generator,
15
+ __exportStar,
16
+ __createBinding,
17
+ __values,
18
+ __read,
19
+ __spread,
20
+ __spreadArrays,
21
+ __spreadArray,
22
+ __await,
23
+ __asyncGenerator,
24
+ __asyncDelegator,
25
+ __asyncValues,
26
+ __makeTemplateObject,
27
+ __importStar,
28
+ __importDefault,
29
+ __classPrivateFieldGet,
30
+ __classPrivateFieldSet,
31
+ __classPrivateFieldIn,
32
+ __addDisposableResource,
33
+ __disposeResources,
34
+ __rewriteRelativeImportExtension,
35
+ } = tslib;
36
+ export {
37
+ __extends,
38
+ __assign,
39
+ __rest,
40
+ __decorate,
41
+ __param,
42
+ __esDecorate,
43
+ __runInitializers,
44
+ __propKey,
45
+ __setFunctionName,
46
+ __metadata,
47
+ __awaiter,
48
+ __generator,
49
+ __exportStar,
50
+ __createBinding,
51
+ __values,
52
+ __read,
53
+ __spread,
54
+ __spreadArrays,
55
+ __spreadArray,
56
+ __await,
57
+ __asyncGenerator,
58
+ __asyncDelegator,
59
+ __asyncValues,
60
+ __makeTemplateObject,
61
+ __importStar,
62
+ __importDefault,
63
+ __classPrivateFieldGet,
64
+ __classPrivateFieldSet,
65
+ __classPrivateFieldIn,
66
+ __addDisposableResource,
67
+ __disposeResources,
68
+ __rewriteRelativeImportExtension,
69
+ };
70
+ export default tslib;
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "name": "tslib",
3
+ "author": "Microsoft Corp.",
4
+ "homepage": "https://www.typescriptlang.org/",
5
+ "version": "2.8.0",
6
+ "license": "0BSD",
7
+ "description": "Runtime library for TypeScript helper functions",
8
+ "keywords": [
9
+ "TypeScript",
10
+ "Microsoft",
11
+ "compiler",
12
+ "language",
13
+ "javascript",
14
+ "tslib",
15
+ "runtime"
16
+ ],
17
+ "bugs": {
18
+ "url": "https://github.com/Microsoft/TypeScript/issues"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/Microsoft/tslib.git"
23
+ },
24
+ "main": "tslib.js",
25
+ "module": "tslib.es6.js",
26
+ "jsnext:main": "tslib.es6.js",
27
+ "typings": "tslib.d.ts",
28
+ "sideEffects": false,
29
+ "exports": {
30
+ ".": {
31
+ "module": {
32
+ "types": "./modules/index.d.ts",
33
+ "default": "./tslib.es6.mjs"
34
+ },
35
+ "import": {
36
+ "node": "./modules/index.js",
37
+ "default": {
38
+ "types": "./modules/index.d.ts",
39
+ "default": "./tslib.es6.mjs"
40
+ }
41
+ },
42
+ "default": "./tslib.js"
43
+ },
44
+ "./*": "./*",
45
+ "./": "./"
46
+ }
47
+ }