aside
aside copied to clipboard
π Apps Script development with formatting, linting, testing and more!
node: v20.9.0 npm: 10.1.0 ``` /Users/segy/work/xxx/src$ npx @google/aside init Need to install the following packages: @google/[email protected] Ok to proceed? (y) npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead β Project...
## Describe the bug npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead  ## References https://github.com/sveltejs/svelte/pull/8157
I'd be happy to work on this feature myself. However, before diving in, I wanted to check whether it's within the project's scope. Would you accept a pull request for...
I am new to make scripts in Node.js environment. I started to develope GAS application in the environment created by [Apps Script in IDE (ASIDE)](https://github.com/google/aside). As I need to use...
Bumps the npm_and_yarn group with 1 update: [micromatch](https://github.com/micromatch/micromatch). Updates `micromatch` from 4.0.5 to 4.0.8 Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We...
Hello, I'm looking for a way to build files individually like clasp was doing before. This would help maintain code readability once in GAS
# Angular build fails with malloc error on second build ## Description When running the Angular build command twice in succession, the second build fails with a malloc error. The...
Some dev shops don't allow code with unused variables (or functions) to be merged. The Apps Script plugins allows such people to write code that appeases the linter, and that...