Skip to content

Commit

Permalink
Full JS rewrite
Browse files Browse the repository at this point in the history
* Removed kint-popup-trigger
* Rich and plain MicrotimePlugin no longer render JS
* Switched to esbuild and ESM style
  • Loading branch information
jnvsor committed Aug 31, 2024
1 parent b7c6e55 commit 3c99f60
Show file tree
Hide file tree
Showing 31 changed files with 1,492 additions and 978 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/composer.lock export-ignore
/CONTRIBUTING.md export-ignore
/init_phar.php export-ignore
/jsconfig.json export-ignore
/package-lock.json export-ignore
/package.json export-ignore
/phpunit.xml export-ignore
Expand Down
Binary file modified build/kint.phar
Binary file not shown.
5 changes: 5 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"alwaysStrict": true
}
}
Loading

0 comments on commit 3c99f60

Please sign in to comment.