Skip to content
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

Remove $ get/set syntax #51

Merged
merged 8 commits into from
Nov 7, 2024
Merged

Remove $ get/set syntax #51

merged 8 commits into from
Nov 7, 2024

Commits on Oct 31, 2024

  1. Remove $ get/set syntax

    Fixes #50
    
    Remove `$` get/set syntax from Insitux.
    
    * Remove `$` syntax handling from `getExe` and `exeOp` functions in `src/index.ts`.
    * Remove `$` syntax handling from `set`, `get`, and `exe` functions in `src/web.ts`.
    * Remove mention of `$` get/set syntax from `README.md`.
    * Remove tests related to `$` syntax in `src/test.ts`.
    * Bump version to 24.10.30 in `package.json` and `package-lock.json`.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/phunanon/Insitux/issues/50?shareId=XXXX-XXXX-XXXX-XXXX).
    phunanon committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a667e46 View commit details
    Browse the repository at this point in the history
  2. * **src/types.ts**

      - Remove any get/set API
    phunanon committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    34e6d5b View commit details
    Browse the repository at this point in the history
  3. * **src/test.ts**

      - Remove tests related to `$`
      - Remove getters/setters
    phunanon committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c2fa7ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d5a127 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df5cb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01e6e8b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    d1a4dea View commit details
    Browse the repository at this point in the history
  2. Update web-example.html

    remove a space
    phunanon authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5ee0870 View commit details
    Browse the repository at this point in the history