File: jail.js.md

package info (click to toggle)
node-rollup-plugin-inject 4.0.2%2B~3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,552 kB
  • sloc: javascript: 10,197; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Snapshot report for `test/jail.js`

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

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

## mark module outside the jail as external

> Snapshot 1

    [
      {
        code: 'UNRESOLVED_IMPORT',
        importer: 'jail.js',
        message: '\'string/uppercase.js\' is imported by jail.js, but could not be resolved – treating it as an external dependency',
        source: 'string/uppercase.js',
        toString: Function {},
        url: 'https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency',
      },
    ]