lukastaegert
Mathematician, software engineer and senior consultant at @TNG, JavaScript enthusiast and current maintainer of @rollup.
TNG Technology Consulting GmbHAugsburg, Germany
Pinned Repositories
check-commit
Command line tools for commit validation with regular expressions suitable for husky
custom-eslint-rules-demo
How to add custom linting to a project
devops-js
Slides for my Devops.js talk on March 29-30, 2021.
eslint-plugin-tree-shaking
Marks side-effects in module initialization that would interfere with tree-shaking
isomorphic-code-splitting
Isomorphic code-splitting for the future of web development with Rollup, presentation and code samples
rollup-plugin-license
Rollup plugin to add license banner to the final bundle and output third party licenses
viteconf22-rollup
rollup
Next-generation ES module bundler
next-generation-scrum-poker
Prototype for a new Scrum Poker
lukastaegert's Repositories
lukastaegert/eslint-plugin-tree-shaking
Marks side-effects in module initialization that would interfere with tree-shaking
lukastaegert/devops-js
Slides for my Devops.js talk on March 29-30, 2021.
lukastaegert/isomorphic-code-splitting
Isomorphic code-splitting for the future of web development with Rollup, presentation and code samples
lukastaegert/rollup-plugin-license
Rollup plugin to add license banner to the final bundle and output third party licenses
lukastaegert/viteconf22-rollup
lukastaegert/rollup-web-app-intro
How to create a web app with rollup
lukastaegert/fluent-arguments
lukastaegert/sinon-auto-restore
Place stubs and spies which are removed automatically after tests
lukastaegert/vite-plugin-ssr-legacy
Demo how to use @vite/plugin-legacy with vite-plugin-ssr
lukastaegert/viteconf24-rollup
The Evolution of Rollup
lukastaegert/btd-rollup-2024
Slides for my Big TechDay presentation 2024
lukastaegert/buble
lukastaegert/compiler-notations-spec
(Draft) Specifications for `__PURE__` compiler notation et al.
lukastaegert/is-reference
Determine whether an AST node is a reference
lukastaegert/jscc24-sessions
Session notes for the JSCraftCamp 2024
lukastaegert/magic-string
Manipulate strings like a wizard
lukastaegert/presentation-bundling-javascript
lukastaegert/ramda
:ram: Practical functional Javascript
lukastaegert/rollup
Next-generation ES6 module bundler
lukastaegert/rollup-plugin-off-main-thread
Use Rollup with workers and ES6 modules today.
lukastaegert/rollup-plugin-polyfill
Rollup Plugin to Include a Polyfill
lukastaegert/test-bed
Development test runner for webpack to improve TDD experience. Runs only specs affected by code change. Serve test files from memory. For large project with hundreds of test files.
lukastaegert/vike-vue-repro
Reproduction for a bug when using latest vike
lukastaegert/vite
Next generation frontend tooling. It's fast!
lukastaegert/vite-svg-loader
Vite plugin to load SVG files as Vue components
lukastaegert/viteconf-23-rollup-examples
Rollup examples for ViteConf 23
lukastaegert/viteconf23-rollup
Reinventing Rollup
lukastaegert/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders," modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
lukastaegert/website
lukastaegert/yargs-parser
:muscle: the mighty option parser used by yargs