Skip to content

Commit

Permalink
Use node pairs for better type safety
Browse files Browse the repository at this point in the history
- Update TypeScript
- Introduce `innerMorph` method
  • Loading branch information
joeldrapper committed Mar 11, 2024
1 parent 691223b commit bfbbe81
Show file tree
Hide file tree
Showing 9 changed files with 161 additions and 248 deletions.
113 changes: 71 additions & 42 deletions dist/morphlex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"scripts": {
"test": "web-test-runner test/**/*.test.js --node-resolve",
"t": "web-test-runner --node-resolve",
"build": "tsc && prettier --write ./src ./dist",
"watch": "tsc -w",
"build": "npx tsc && prettier --write ./src ./dist",
"watch": "npx tsc -w",
"test:watch": "npm run test -- --watch",
"lint": "prettier --check ./src ./dist ./test",
"minify": "terser dist/morphlex.js -o dist/morphlex.min.js --config-file terser-config.json",
Expand All @@ -34,7 +34,7 @@
"gzip-size-cli": "^5.1.0",
"prettier": "^3.2.5",
"terser": "^5.28.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"typescript-eslint": "^7.0.2"
}
}
Loading

0 comments on commit bfbbe81

Please sign in to comment.