0.9.0 • Published 11 months ago

@recalibratedsystems/tron v0.9.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

⚡ tron

Extended google/zx by variuos extra goods:

... and extra functions:

  • render()/renderFile() for simple templating (using pupa).

Differences

  • global.path is upath module
  • global.nodePath is node:path module
  • global.nodeFs is node:fs module

By default, all of the following standard modules are globalized:

  • assert
  • child_process
  • cluster
  • crypto
  • dgram
  • dns
  • events
  • http
  • http2
  • https
  • inspector
  • net
  • os
  • perf_hooks
  • readline
  • repl
  • stream
  • string_decoder
  • tls
  • tty
  • url
  • util
  • v8
  • vm
  • worker_threads
  • zlib

Tests

All tests were rewritten using jest.

License

Apache-2.0