Skip to content

[new plugin] reimplement inlineDefs - #1655

Draft
TrySound wants to merge 1 commit into
mainfrom
inline-defs-plugin
Draft

[new plugin] reimplement inlineDefs#1655
TrySound wants to merge 1 commit into
mainfrom
inline-defs-plugin

Conversation

@TrySound

Copy link
Copy Markdown
Member

The code is taken from #976, refactored
with new api, covered types and simplified.

Plugin has no dependencies so can be used without changing.

const inlineDefs = require('./inlineDefs.js');

module.exports = {
  plugins: [
    'preset-default',
    inlineDefs
  ]
};

The code is taken from #976, refactored
with new api, covered types and simplified.

Plugin has no dependencies so can be used without changing.

```
const inlineDefs = require('./inlineDefs.js');

module.exports = {
  plugins: [
    'preset-default',
    inlineDefs
  ]
};
```
@itayganor

Copy link
Copy Markdown

Will this ever happen?

@strarsis

Copy link
Copy Markdown
Contributor

@TrySound, @itayganor: Yes, dereference <use> plugin: #1279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants