![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
esm-bundlerless
Advanced tools
ESM (ES6 Modules) Bundlerless Front-end Development tool
ESM (ES6 Modules) simplifies JavaScript application development since there is no need to bundle on deploy, modules works as it is on browsers.
This article will show you how you can develop and deploy JavaScript front-end applications with ES modules in the browser today without bundlers such as webpack/Browserify.
This project provides a basic concept and a minimal prototype.
It's recommended to read https://github.com/kenokabe/esm-bundlerless-react for more complicated React project.
The most of the work is done by TypeScript transpiler tsc --watch option
Run the compiler in watch mode. Watch input files and trigger recompilation on changes. The implementation of watching files and directories can be configured using environment variable. See configuring watch for more details.
.js
file extension to the end of module specifiers in TypeScript transpilehttps://github.com/Microsoft/TypeScript/issues/16577
The dist
directory with index.html
can be exported and it should work on modern browswers.
https://kenokabetech.github.io/demo/esm-bundlerless/dist/index.html
Firefox should be able to run the local dist/index.html
file directly with no problem, Chrome generates an error with a security issue.
It's a good manner to install typescript npm package
npm install -g typescript
npm install -D typescript
In VisualStudio Code, by clicking the TypeScript Version, it's easy to switch to use the project local(WorkSpace) installed version.
FAQs
ESM (ES6 Modules) Bundlerless Front-end Development tool
The npm package esm-bundlerless receives a total of 1 weekly downloads. As such, esm-bundlerless popularity was classified as not popular.
We found that esm-bundlerless demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.