Loading .eslintrc.cjs 0 → 100644 +15 −0 Original line number Diff line number Diff line /* eslint-env node */ require("@rushstack/eslint-patch/modern-module-resolution"); module.exports = { root: true, extends: [ "plugin:vue/vue3-essential", "eslint:recommended", "@vue/eslint-config-typescript", "@vue/eslint-config-prettier", ], parserOptions: { ecmaVersion: "latest", }, }; .gitignore +6 −5 Original line number Diff line number Diff line .DS_Store node_modules /dist # local env files .env.local .env.*.local dist dist-ssr coverage *.local # Log files logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* Loading .prettierrc.js 0 → 100644 +1 −0 Original line number Diff line number Diff line module.exports = {} No newline at end of file CHANGELOG.md +8 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - [Vitest](https://vitest.dev/), and a few initial tests. - TypeScript, and initial conversion of `LMap` to begin using it. ## [0.8.4] - 2023-02-20 ### Fixed Loading env.d.ts 0 → 100644 +1 −0 Original line number Diff line number Diff line /// <reference types="vite/client" /> Loading
.eslintrc.cjs 0 → 100644 +15 −0 Original line number Diff line number Diff line /* eslint-env node */ require("@rushstack/eslint-patch/modern-module-resolution"); module.exports = { root: true, extends: [ "plugin:vue/vue3-essential", "eslint:recommended", "@vue/eslint-config-typescript", "@vue/eslint-config-prettier", ], parserOptions: { ecmaVersion: "latest", }, };
.gitignore +6 −5 Original line number Diff line number Diff line .DS_Store node_modules /dist # local env files .env.local .env.*.local dist dist-ssr coverage *.local # Log files logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* Loading
.prettierrc.js 0 → 100644 +1 −0 Original line number Diff line number Diff line module.exports = {} No newline at end of file
CHANGELOG.md +8 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - [Vitest](https://vitest.dev/), and a few initial tests. - TypeScript, and initial conversion of `LMap` to begin using it. ## [0.8.4] - 2023-02-20 ### Fixed Loading
env.d.ts 0 → 100644 +1 −0 Original line number Diff line number Diff line /// <reference types="vite/client" />