The web framework that scales with you — Build fast content sites, powerful web applications, dynamic server APIs, and everything in-between ️ Star to support our work!
Find a file
Matthew Phillips 48d73e3ab3
Setup error logging and provide our first parse errors (#6)
This adds parse error in a nicely formatted way, and moves the existing console.logs into a fork of the Snowpack logger. The new logger is not a singleton and won't preformat the message.
2021-03-17 15:48:49 -04:00
src Setup error logging and provide our first parse errors (#6) 2021-03-17 15:48:49 -04:00
.eslintrc.cjs Fix a few lint errors 2021-03-16 12:43:23 -06:00
.gitignore initial commit 2021-03-15 13:22:05 -04:00
.prettierrc.json Annoying Lint PR™ (#3) 2021-03-16 12:37:45 -06:00
astro.mjs Add a proper cli 2021-03-15 15:26:23 -04:00
LICENSE Bring compiler into Astro (#4) 2021-03-16 16:08:11 -04:00
package-lock.json Clean up TS types 2021-03-16 14:58:45 -06:00
package.json Clean up TS types 2021-03-16 14:58:45 -06:00
snowpack-plugin.cjs initial commit 2021-03-15 13:22:05 -04:00
tsconfig.json initial commit 2021-03-15 13:22:05 -04:00