• exec/load/array.js

    From Michael J. Ryan to Git commit to main/sbbs/master on Sun Apr 4 19:53:04 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/a7ceebebe5bd4158fa39a22a
    Modified Files:
    exec/load/array.js
    Log Message:
    Update array.js formatting

    Autoformatted via prettier with settings below, this is so additional polyfill matches can be used to match formatting in future PRs for polyfills, as well as full formatting tooling for .js files.

    ```yaml
    tabWidth: 4
    useTabs: true
    singleQuote: true
    trailingComma: "es5"
    ```
  • From echicken to Git commit to main/sbbs/master on Sun Apr 4 19:53:04 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/97c2ab4deddaecacea0a3bce
    Modified Files:
    exec/load/array.js
    Log Message:
    Merge branch 'format-array-polyfills' into 'master'

    Update array.js formatting

    See merge request main/sbbs!120