#
esnext
Here are 196 public repositories matching this topic...
6
Open
Deno support
1
talentlessguy
commented
Dec 10, 2020
Now that @tinyhttp/router v1.0.5+ no longer depends on http module of Node.js, it should be very easy to implement basic Deno support for tinyhttp. Probably it would be cool to have it located in the separate deno folder with all editor settings specifically for it.
There aren't strict requirements on how it should be implemented, but i suppose we need to use either raw gh links, jspm or
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
medium
A 100% compliant, self-hosted javascript parser - https://meriyah.github.io/meriyah
javascript
parser
performance
typescript
parsing
jsx
ecmascript
ast
acorn
esnext
stability
estree
tc39
-
Updated
Jun 1, 2022 - TypeScript
A web dev server that lets you import anything*
-
Updated
May 15, 2022 - TypeScript
-
Updated
May 16, 2022 - TypeScript
Use ESBuild with Rollup to transform ESNext and TypeScript code.
-
Updated
Apr 6, 2022 - TypeScript
The best way to browse imageboards
-
Updated
Apr 11, 2022 - JavaScript
DanTsk
opened
Oct 19, 2018
webpack
polymer
postcss
skeleton
progressive-web-app
web-components
starter-kit
service-workers
esnext
workbox
polymer-skeleton
polymer-3
-
Updated
Dec 8, 2019 - JavaScript
A Webpack plugin that works with Babel to allow differential loading - production deployment of ES2015 builds targeted to modern browsers, with an ES5 fallback for legacy browsers.
babel
webpack
legacy
es6
webpack-plugin
es2015
esnext
esmodules
webpack-angular2
babel-loader
webpack4
differential-loading
-
Updated
Jan 16, 2021 - TypeScript
hopefully the last eslint config you'll ever need - customizable & modern best practices for JS, TS, Node, React, Remix, Next, Jest, testing-library & storybook
react
typescript
eslint
jest
nextjs
best-practices
eslint-config
storybook
esnext
nestjs
testing-library
rulesets
remix-run
-
Updated
Jun 5, 2022 - TypeScript
esnext React snippets
-
Updated
Dec 21, 2021 - JavaScript
Phaser 3 - Starter Template with ES6 (ESNext features included) and webpack.
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
May 7, 2022 - TypeScript
A modern JavaScript development environment for Minecraft.
javascript
plugin
minecraft
modular
typescript
spigot
paper
engine
mod
spigot-plugin
minecraft-mod
minecraft-plugin
graalvm
esnext
paper-plugin
minestom
minestom-extension
-
Updated
Feb 19, 2022 - Java
Breakdown of 7 different ways to use ES modules with npm today.
-
Updated
Apr 9, 2022 - JavaScript
Object.fromEntries() ponyfill (in 6 lines)
nodejs
javascript
polyfill
browser
es6
object
ponyfill
es7
esnext
es8
fromentries
object-fromentries
-
Updated
Nov 4, 2020 - JavaScript
Convert streams to async ⌛ iterables ➰
-
Updated
Nov 25, 2021 - TypeScript
A minimal template for an ES2015+ Node.js app running on AWS Lambda (w/ babel and webpack).
-
Updated
Feb 8, 2018 - JavaScript
Use SWC with Rollup to transform ESNext and TypeScript code.
-
Updated
May 25, 2022 - TypeScript
Node.JS Loader hook to transform typescript source and files as node loads them TS-ESNode. TS-Node for ESNext & ESModule Node.JS.
-
Updated
Jun 3, 2022 - TypeScript
web app - react redux universal/isomorphic boilerplate
react
redux
docker
boilerplate
babel
cordova
webpack
hot-reloading
isomorphic
react-router
universal
hmr
react-intl
intl
hot-reload
esnext
-
Updated
Oct 23, 2017 - JavaScript
Improve this page
Add a description, image, and links to the esnext topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the esnext topic, visit your repo's landing page and select "manage topics."


in my old project , using webpack 1.x. And I use esbuild-loader replace babel-loader will print error
` building for production.../Users/wanglihui/WebstoreProject/onionfph5/project/node_modules/esbuild-loader/dist/plugin.js:12
compiler.hooks.thisCompilation.tap('esbuild', compilation => {
^
TypeError: Cannot read property 'thisCompilation' of undefined