Skip to content

Conversation

@lishaduck
Copy link
Contributor

Type

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Init @effect/platform-deno.

Related

Copy link
Contributor Author

@lishaduck lishaduck Dec 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This shouldn't really be necessary but just in case)

This code was originally released as jsr:@lishaduck/effect-platform-deno under the Universal Permissive License v1.0, and was extensively based on the MIT-licensed @effect/platform-browser & @effect/platform-node-shared. I am the sole copyright holder (@pixeleet's single contribution was legally trivial), and I explicitly grant permission to relicense this code under the MIT License for use in this repository and its derivatives.

@lishaduck
Copy link
Contributor Author

Apologies for the ping @fubhy, but beyond resolving conflicts, what else do y'all need of me?

I'd love to help get this across the finish line; I think it'd be good to get it in for v4.

@lishaduck lishaduck force-pushed the platform-deno branch 2 times, most recently from 77bff95 to 0d2c29c Compare January 20, 2026 04:10
@lishaduck
Copy link
Contributor Author

lishaduck commented Jan 20, 2026

I've resolved the conflicts; the added tests pass for me locally, but I've got a bunch of unrelated failures. Can we give CI a go and see how it likes it?

@lishaduck lishaduck force-pushed the platform-deno branch 2 times, most recently from 237ed0d to 8972788 Compare January 20, 2026 14:20
@lishaduck
Copy link
Contributor Author

Alright, fixed the tsconfigs.

@lishaduck lishaduck force-pushed the platform-deno branch 2 times, most recently from 6486403 to 61c43fc Compare January 20, 2026 22:14
@lishaduck
Copy link
Contributor Author

lishaduck commented Jan 20, 2026

@gcanti, docs passes locally now, we'll see about CI. Thanks for helping out!

@github-actions
Copy link

github-actions bot commented Jan 20, 2026

📊 JSDoc Documentation Analysis

📈 Current Analysis Results
Analyzing 124 TypeScript files in packages/effect/src/ (including schema and config subdirectories)...

============================================================
         EFFECT JSDOC ANALYSIS REPORT
============================================================

📊 SUMMARY STATISTICS
------------------------------
Total files analyzed: 124
Total exported members: 4006
Missing @example: 1672 (41.7%)
Missing @category: 512 (12.8%)

🎯 TOP FILES NEEDING ATTENTION
----------------------------------------
1. Schema.ts
   📝 454 missing examples, 🏷️  260 missing categories
   📦 454 total exports
2. SchemaRepresentation.ts
   📝 92 missing examples, 🏷️  91 missing categories
   📦 92 total exports
3. Stream.ts
   📝 139 missing examples, 🏷️  0 missing categories
   📦 229 total exports
4. SchemaAST.ts
   📝 74 missing examples, 🏷️  18 missing categories
   📦 74 total exports
5. Channel.ts
   📝 75 missing examples, 🏷️  0 missing categories
   📦 144 total exports
6. Sink.ts
   📝 64 missing examples, 🏷️  2 missing categories
   📦 81 total exports
7. SchemaGetter.ts
   📝 49 missing examples, 🏷️  0 missing categories
   📦 49 total exports
8. SchemaTransformation.ts
   📝 29 missing examples, 🏷️  18 missing categories
   📦 29 total exports
9. Effect.ts
   📝 37 missing examples, 🏷️  3 missing categories
   📦 243 total exports
10. Config.ts
   📝 33 missing examples, 🏷️  5 missing categories
   📦 33 total exports
11. Cause.ts
   📝 33 missing examples, 🏷️  2 missing categories
   📦 75 total exports
12. JsonSchema.ts
   📝 17 missing examples, 🏷️  17 missing categories
   📦 17 total exports
13. Order.ts
   📝 25 missing examples, 🏷️  0 missing categories
   📦 25 total exports
14. Filter.ts
   📝 24 missing examples, 🏷️  0 missing categories
   📦 35 total exports
15. SchemaIssue.ts
   📝 22 missing examples, 🏷️  2 missing categories
   📦 22 total exports

✅ PERFECTLY DOCUMENTED FILES
-----------------------------------
   Chunk.ts (87 exports)
   Clock.ts (5 exports)
   FiberHandle.ts (15 exports)
   FiberMap.ts (19 exports)
   FiberSet.ts (14 exports)
   HKT.ts (4 exports)
   HashMap.ts (44 exports)
   HashSet.ts (21 exports)
   Match.ts (57 exports)
   MutableHashSet.ts (9 exports)
   MutableRef.ts (17 exports)
   NonEmptyIterable.ts (3 exports)
   Random.ts (7 exports)
   Redacted.ts (9 exports)
   RegExp.ts (3 exports)
   Runtime.ts (3 exports)
   Symbol.ts (1 exports)
   Trie.ts (29 exports)
   TxChunk.ts (22 exports)
   TxHashMap.ts (41 exports)
   TxHashSet.ts (24 exports)
   TxRef.ts (7 exports)
   TxSemaphore.ts (14 exports)
   Unify.ts (8 exports)
   index.ts (0 exports)

🔍 SAMPLE MISSING ITEMS FROM Schema.ts
-----------------------------------
   Optionality (type, line 60): missing example, category
   Mutability (type, line 67): missing example, category
   ConstructorDefault (type, line 74): missing example, category
   MakeOptions (interface, line 82): missing example, category
   Bottom (interface, line 106): missing example, category
   declareConstructor (interface, line 158): missing example, category
   declareConstructor (function, line 182): missing example
   declare (interface, line 206): missing example
   declare (function, line 215): missing example, category
   revealBottom (function, line 235): missing example, category

📋 BREAKDOWN BY EXPORT TYPE
-----------------------------------
const: 832 missing examples, 157 missing categories
function: 300 missing examples, 97 missing categories
type: 178 missing examples, 87 missing categories
interface: 270 missing examples, 150 missing categories
class: 55 missing examples, 1 missing categories
namespace: 37 missing examples, 20 missing categories

📈 DOCUMENTATION PROGRESS
------------------------------
Examples: 2334/4006 (58.3% complete)
Categories: 3494/4006 (87.2% complete)

============================================================
Analysis complete! 2184 items need attention.
============================================================

📄 Detailed results saved to: jsdoc-analysis-results.json

This comment is automatically updated on each push. View the analysis script for details.

@lishaduck lishaduck force-pushed the platform-deno branch 3 times, most recently from a2960a7 to bf3a36d Compare January 20, 2026 23:03
@lishaduck
Copy link
Contributor Author

lishaduck commented Jan 21, 2026

Cool, tests pass but https://jsonplaceholder.typicode.com/ is down rn (perhaps we should self-host a clone with effect/http lol?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Deno. How to get about implementing platform-deno?

1 participant