Skip to content

Conversation

@hyperpolymath
Copy link
Owner

This commit migrates the entire codebase to follow the Hyperpolymath language policy:

Removed (banned)

  • TypeScript files (*.ts) - converted to ReScript
  • package.json, package-lock.json - replaced with deno.json
  • tsconfig.json, webpack.config.js, jest.config.js - no longer needed
  • .eslintrc.json - ReScript has its own checking

Added

  • ReScript source files (*.res) for all components:
    • src/background/Background.res
    • src/content/Content.res
    • src/popup/Popup.res
    • src/options/Options.res
    • src/dashboard/Dashboard.res
    • src/types/Types.res
    • src/utils/Storage.res
    • src/utils/Wasm.res
    • src/bindings/Chrome.res, Dom.res
  • rescript.json - ReScript configuration
  • Mustfile.epx - deployment manifest (hyperpolymath/mustfile format)
  • scripts/build.ts - Deno build script
  • .github/workflows/makefile-blocker.yml - enforce against Makefiles

Updated

  • deno.json - proper Deno configuration with tasks
  • justfile - updated for ReScript/Deno workflow
  • README.adoc, CLAUDE.md, QUICKSTART.md - updated documentation
  • Enforcement workflows - now block npm, TypeScript, and Makefiles

The codebase now follows:

  • ReScript instead of TypeScript
  • Deno instead of npm/Node.js
  • Rust for WASM core
  • justfile instead of Makefile

This commit migrates the entire codebase to follow the Hyperpolymath
language policy:

## Removed (banned)
- TypeScript files (*.ts) - converted to ReScript
- package.json, package-lock.json - replaced with deno.json
- tsconfig.json, webpack.config.js, jest.config.js - no longer needed
- .eslintrc.json - ReScript has its own checking

## Added
- ReScript source files (*.res) for all components:
  - src/background/Background.res
  - src/content/Content.res
  - src/popup/Popup.res
  - src/options/Options.res
  - src/dashboard/Dashboard.res
  - src/types/Types.res
  - src/utils/Storage.res
  - src/utils/Wasm.res
  - src/bindings/Chrome.res, Dom.res
- rescript.json - ReScript configuration
- Mustfile.epx - deployment manifest (hyperpolymath/mustfile format)
- scripts/build.ts - Deno build script
- .github/workflows/makefile-blocker.yml - enforce against Makefiles

## Updated
- deno.json - proper Deno configuration with tasks
- justfile - updated for ReScript/Deno workflow
- README.adoc, CLAUDE.md, QUICKSTART.md - updated documentation
- Enforcement workflows - now block npm, TypeScript, and Makefiles

The codebase now follows:
- ReScript instead of TypeScript
- Deno instead of npm/Node.js
- Rust for WASM core
- justfile instead of Makefile
@hyperpolymath hyperpolymath merged commit faf3721 into main Dec 26, 2025
5 of 48 checks passed
@hyperpolymath hyperpolymath deleted the claude/migrate-rescript-deno-PUABF branch December 26, 2025 23:37
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.

2 participants