Skip to content

Commit

Permalink
Merge branch 'main' of github.com:esfx/esfx
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Jun 6, 2023
2 parents 3304101 + e4dd7f5 commit b198451
Show file tree
Hide file tree
Showing 161 changed files with 179 additions and 159 deletions.
16 changes: 16 additions & 0 deletions docs/api/struct-type.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,22 @@ <h5 class="decalaration">Declaration</h5>



<h4 id="_esfx_struct_type_isLittleEndian_var" data-uid="@esfx/struct-type!isLittleEndian:var">isLittleEndian</h4>
<div class="markdown level1 summary"><p>Indicates whether the current host is little endian.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-typeScript hljs">isLittleEndian: boolean</code></pre>
</div>








<h4 id="_esfx_struct_type_StructType_var" data-uid="@esfx/struct-type!StructType:var">StructType</h4>
<div class="markdown level1 summary"><p>Creates a new <code>Struct</code> type from a provided field definition.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2829,7 +2829,7 @@
"output": {
".html": {
"relative_path": "api/struct-type.html",
"hash": "4JeMg/6Dlixyf5pwoZT81sLwU1JlGMRzz/r5CbfL7IQ="
"hash": "AZBIlh4UYD0h6ACyx0lgnx0dpbDBepCYgZS9255OGr8="
}
},
"is_incremental": false,
Expand Down
4 changes: 4 additions & 0 deletions docs/xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9957,6 +9957,10 @@ references:
name: int8
href: api/struct-type.html#_esfx_struct_type_int8_var
fullName: int8
- uid: '@esfx/struct-type!isLittleEndian:var'
name: isLittleEndian
href: api/struct-type.html#_esfx_struct_type_isLittleEndian_var
fullName: isLittleEndian
- uid: '@esfx/struct-type!PrimitiveType#[RelatedTypes]:member'
name: '[RelatedTypes]'
href: api/struct-type/primitivetype.html#_esfx_struct_type_PrimitiveType__RelatedTypes__member
Expand Down
2 changes: 1 addition & 1 deletion internal/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-assert",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/binarysearch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/binarysearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-binarysearch",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "This package provides internal utilities for @esfx and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/collections-hash/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/collections-hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-collections-hash",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "This package provides internal utilities for @esfx and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/deprecate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/deprecate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-deprecate",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion internal/guards/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/guards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-guards",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "This package provides internal utilities for @esfx and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/jest-sequence/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/jest-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-jest-sequence",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/linked-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-linked-list",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"private": true,
"description": "This package provides internal utilities for @esfx and is not intended for use in user-code.",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion internal/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-tag",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "This package provides internal utilities for &#39;@esfx&#39; and is not intended for use in user-code.",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion internal/threading/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/threading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-threading",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion internal/ts-worker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/ts-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/internal-ts-worker",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "This package provides internal utilities for '@esfx' and is not intended for use in user-code.",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-alpine-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-alpine-x64",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-darwin-arm64",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-darwin-x64",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-linux-arm64",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-linux-armhf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-linux-armhf",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-linux-x64",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-win32-ia32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-win32-ia32",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion native/equatable-native-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/equatable-native-win32-x64",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Native bindings for @esfx/equatable",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/async-autoresetevent/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-autoresetevent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-autoresetevent",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Provides 'AsyncAutoResetEvent', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-barrier/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-barrier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-barrier",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Provides 'AsyncBarrier', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-canceltoken/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-canceltoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-canceltoken",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "CancelToken async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-conditionvariable/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-conditionvariable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-conditionvariable",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Provides 'AsyncConditionVariable', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-countdown/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-countdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-countdown",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Provides 'AsyncCountdownEvent', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-deferred/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-deferred/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-deferred",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Provides 'Deferred', an async coordination primitive.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-delay/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/async-delay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-delay",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "Provides 'delay', an async coordination function.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-fn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-fn",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "An fp-style async iteration API for ECMAScript iterables.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-fromsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-fromsync",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "An API to convert an ECMAScript Iterable into an AsyncIterable.",
"types": "./dist/cjs/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-hierarchy",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "A Symbol-based API for defining an ECMAScript AsyncIterable with an inherent hierarchy.",
"type": "commonjs",
"types": "./dist/cjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-iter-ordered-fromsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esfx/async-iter-ordered-fromsync",
"version": "1.1.0-alpha.202306061316",
"version": "1.1.0-alpha.202306061406",
"description": "An API to convert an OrderedIterable into an AsyncOrderedIterable",
"types": "./dist/cjs/index.d.ts",
"main": "./dist/cjs/index.js",
Expand Down
Loading

0 comments on commit b198451

Please sign in to comment.