File: only.js.md

package info (click to toggle)
node-rollup-plugin-typescript 6.0.0%2B~1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,544 kB
  • sloc: javascript: 11,773; makefile: 29
file content (49 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Snapshot report for `test/only.js`

The actual snapshot is saved in `only.js.snap`.

Generated by [AVA](https://ava.li).

## deprecated: regex

> Snapshot 1

    [
      {
        code: 'PLUGIN_WARNING',
        message: 'node-resolve: The `only` options is deprecated, please use `resolveOnly`',
        plugin: 'node-resolve',
        toString: Function {},
      },
    ]

## deprecated: specify the only packages to resolve

> Snapshot 1

    [
      {
        code: 'PLUGIN_WARNING',
        message: 'node-resolve: The `only` options is deprecated, please use `resolveOnly`',
        plugin: 'node-resolve',
        toString: Function {},
      },
    ]

## regex

> Snapshot 1

    []

## specify the only packages to resolve

> Snapshot 1

    []

## handles nested entry modules

> Snapshot 1

    []