1.7.4 • Published 25 days ago

@nyxast/nextlanguage v1.7.4

Weekly downloads
-
License
ISC
Repository
github
Last release
25 days ago

✨ Introducing NextLanguage ✨

A new file loader using javascript which allows, a file to be loaded in any language. This demo, includes index.js running a file named npm-test.a which cannot be run in javascript, but with NextLanguage. YOU are able to, in any language.

You can even run it in python, typescript using a different file extension!

For Example: Run Demo

// index.js

const { runJavascript } = require('@nyxast/nextlanguage')

runJavascript('npm-test.a')
// npm-test.a

console.log('Helloworld')

Console Output:

user@EXAMPLE-DESKTOP ~/nextlanguage/npm-packaged-test (master)
$ node index.js

Helloworld
1.7.4

25 days ago

1.7.3

26 days ago

1.7.2

26 days ago

1.7.1

26 days ago

1.7.0

26 days ago