Showing 1-20 of 464,073 packages
Compile export default to ES2015
Allow parsing of export default from
jsdoc-export-default-interop
Compile export default to ES2015
export default foo → export = foo → module.exports = foo
Compile export default to ES2015
eslint plugin to ensure that export default must export an identifier.
Vite plugin for convert YAML as JS export default
Replace `export default` with `return`, or just remove `export default`.
import './styles/globals.css'; // Wrapper .............................................................................................................................................................................................. export { default as
TypeScript definitions for @wordpress/library-export-default-webpack-plugin
Require 'export default' or 'module.exports'
```sh npm install vue-functions ``` # usage & api ```js import * as vf from 'vue-functions' vf.method(...) ``` # api ### updatablePropsEvenUnbound ```js // eg 1 export default { mixins: [vf.updatablePropsEvenUnbound({ value: {localName: 'current'},
``` const iteachMenu: any = { IteachMenu, IteachMenuTab }; export default iteachMenu;
Transforms export default x or export { x as default } to export = x for CommonJS module type declaration export
eslint plugin to make sure default export is last and have declared variable name
THIS PLUGIN CURRENT NOT SUPPORT EXPORT DEFAULT
## Getting started Just add the component ```javascript import SynapseViewer from '@1doc3/synapse-wizard' export default { components: { SynapseViewer }, ... } ```
Replace imported module with 'export default {}' using module IDs. Useful when using 'external' is not enough.
Compile export default to ES2015