-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededproposalgeneral proposalgeneral proposal
Milestone
Description
So far @randoms-pkg/code-generator is only generating files that have commonjs imports.
There are several options we could support:
- Es6
modulesimports. - Add an Optional field
typethat will describe the modules type.
Example
# Es6 module
import _ from 'path';
# commonjs
const _ = require ('path'); "type": "commonjs" | "module"Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededproposalgeneral proposalgeneral proposal
Type
Projects
Status
Todo