#
esnext
Here are 151 public repositories matching this topic...
Open
创建插件bug
flftfqwxf
commented
May 15, 2017
DESC
在v2.2.12版本上,通过 thinkjs plugin xxx 创建的插件,在经过babel编译时存在问题,编译后的代码,无法在thinkjs系统中使用,其依赖和编译命令为:
"dependencies": {
"babel-runtime": "6.x.x"
},
"devDependencies": {
"mocha": "1.20.1",
"istanbul": "0.4.0",
"babel-cli": "6.x.x",
"babel-preset-es2015-loose": "6.x.x",
"babel-preset-stage-1": "6.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"ba
Open
C/C++
1
lastmjs
commented
Dec 24, 2019
- Install Emscripten locally and quickly
- Use emcc Wasm binary
- Send errors to the browser console (right now stderr is used for non-errors in emcc, so it's a bit tricky)
- Robust automated tests
- Allow passing options to emcc
- Figure out the sanitization of the file url...it is not sanitized and goes straight into the shell...is that okay? Zwitterion should only b
Open
Add --open flag
2
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
May 28, 2020 - TypeScript
DanTsk
opened
Oct 19, 2018
ganego
commented
Jul 2, 2017
You recently added this new feature that gives an edit box where I can enter a URL, which is quite nice.
Could you please add an option, to make this field always visiable so that I don't have to press + each time?
Thank you
webpack
polymer
postcss
skeleton
progressive-web-app
web-components
starter-kit
service-workers
esnext
workbox
polymer-skeleton
polymer-3
-
Updated
Dec 8, 2019 - JavaScript
esnext React snippets
-
Updated
Sep 27, 2019 - JavaScript
Use esbuild with webpack to transform ESNext and TypeScript code.
-
Updated
May 10, 2020 - JavaScript
DanielSchaffer
commented
Aug 24, 2019
- deprecate
options.babel.plugins- add@deprecatedjsdoc and a console warning when using it, direct users to useoptions.babel.loaderOptions(added in #37) - deprecate
options.babel.cacheDirectory- add@deprecatedjsdoc and a console warning when using it, direct users to useoptions.babel.loaderOptions(added in #37)
preparation for 3.0.0 (see #21)
Phaser 3 - Starter Template with ES6 (ESNext features included) and webpack.
-
Updated
May 27, 2020 - JavaScript
Use ESBuild with Rollup to transform ESNext and TypeScript code.
-
Updated
May 26, 2020 - TypeScript
Breakdown of 7 different ways to use ES modules with npm today.
-
Updated
Jun 13, 2018 - JavaScript
Object.fromEntries() ponyfill (in 6 lines)
nodejs
javascript
polyfill
browser
es6
object
ponyfill
es7
esnext
es8
fromentries
object-fromentries
-
Updated
May 25, 2020 - JavaScript
A minimal template for an ES2015+ Node.js app running on AWS Lambda (w/ babel and webpack).
-
Updated
Feb 8, 2018 - JavaScript
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
Benchmarks comparing ESNext features to their ES5 and various pre-processor equivalents
-
Updated
Jan 26, 2018 - JavaScript
Koaton is a CLI tool that provides a nice starting point for full stack JavaScript Web development with Koa, Ember, and Node.js along with CaminateJS and WebSockets.
-
Updated
May 25, 2020 - JavaScript
[DEPRECATED] Transform next-generation JavaScript to today's JavaScript
-
Updated
Dec 31, 2017 - JavaScript
Convert streams to async ⌛ iterables ➰
-
Updated
May 25, 2020 - TypeScript
A build environment for gutenberg blocks with a few examples
-
Updated
Mar 10, 2019 - JavaScript
-
Updated
May 23, 2020 - TypeScript
-
Updated
Mar 14, 2020 - JavaScript
ES Modules written in TypeScript running on Node.js
-
Updated
May 9, 2020 - TypeScript
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."


If the document.domain property is set in the page,
_hasmodule throws error "Access is denied" when try to check window's property for example 'hasOwnProperty'.So I think it is better to change
_hasmodule like below.