Skip to content

ubiquity-os/deno-plugin-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno plugin adapter

Converts Node.js-based projects to Deno projects.

Requirements

  • your plugin should be written for ESM
  • imports should not be shortened (e.g. ./myFolder containing index.ts should be written as ./myFolder/index)
  • there should be an entry point for fetch, exported as a default
  • node imports have to be explicit, e.g. import { Buffer } from 'node:buffer' if you want to use Buffer otherwise the plugin will crash during runtime

About

Converts Node.js based projects to Deno projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •