This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@eulores/esimba

0.2.7 • Public • Published

esimba

Fast bundler for Imba

Internal notes

test esbuild with plugins

Create two subdirectories. One to compile esbuild with plugins enabled, and the other to transpile a sample imba application.

mkdir esbuild
mkdir sample

cd esbuild
npx degit evanw/esbuild#plugins
make platform-neutral
cd npm/esbuild
npm install
cp ../../esbuild bin
rm install.js
touch install.js
npm link
cd ../../..

cd sample
mkdir src
mkdir dist
echo console.log('Imba is magic') > src/sample.imba
npm init -y
npm link esbuild
npx esimba prod sample.imba
node dist/sample.js
cd ..

Readme

Keywords

Package Sidebar

Install

npm i @eulores/esimba

Weekly Downloads

1

Version

0.2.7

License

MIT

Unpacked Size

16 kB

Total Files

3

Last publish

Collaborators

  • eulores