-
-
Notifications
You must be signed in to change notification settings - Fork 6
Migrate the last 12 authored .f.ts files to .f.mjs — completes stage 1 #1505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
59254be
Migrate todo/proof.f.ts to .f.mjs
claude 680921e
Fix utf8 return type in todo/proof.f.mjs
claude 0bdac1b
Use a checked @type annotation, not a cast, for TemplateType
claude c93eb34
Migrate fjs/media/json/parser/proof.f.ts to .f.mjs
claude f265744
Migrate fjs/js/tokenizer/proof.f.ts to .f.mjs
claude 3ce4c78
Migrate fjs/effects/node/proof.f.ts to .f.mjs
claude 29a604e
Migrate fjs/emergent_testing/proof.f.ts to .f.mjs
claude 6a6c48f
Prefix todo/proof.f.mjs's TemplateType with _
claude e031c36
Migrate fjs/types/rtti/parse/proof.f.ts to .f.mjs
claude cf4d965
Migrate fjs/types/rtti/validate/proof.f.ts to .f.mjs
claude f4d7e41
Migrate fjs/emergent_testing/example.f.ts to .f.mjs
claude 32b5128
Migrate fjs/types/ts/proof.f.ts to .f.mjs
claude 57546e8
Migrate fjs/types/nominal/proof.f.ts to .f.mjs
claude 4867d6e
Migrate fjs/djs/examples to .f.mjs
claude fd329dd
Move the Assert import to the top of fjs/types/ts/types.ts
claude 6e84d20
Fix the djs README link and condense the #1505 changelog entries
claude 09f54fd
Bind the match operation map to a @type const, not a cast
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| import c from "./m.f.ts" | ||
| import c from "./m.f.mjs" | ||
| const a = 1 | ||
| const b = 2 | ||
| export default [a, a, b, c, c] | ||
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
fjs/emergent_testing/example.f.ts → fjs/emergent_testing/example.f.mjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renaming this fixture to
input.f.mjsleavesfjs/djs/README.md:22linking to the deletedexamples/input.f.ts, so readers following the documentation now receive a broken link. Update that link as part of the rename.Useful? React with 👍 / 👎.