| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e1161a3 commit 84a2339
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,7 +62,7 @@ rules: | |||
| 62 | 62 | no-mixed-requires: 2 | |
| 63 | 63 | no-new-require: 2 | |
| 64 | 64 | no-path-concat: 2 | |
| 65 | - no-restricted-modules: [2, sys, _linklist] | ||
| 65 | + no-restricted-modules: [2, sys] | ||
| 66 | 66 | no-restricted-properties: | |
| 67 | 67 | - 2 | |
| 68 | 68 | - object: assert | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,6 @@ | |||
| 44 | 44 | 'lib/_http_outgoing.js', | |
| 45 | 45 | 'lib/_http_server.js', | |
| 46 | 46 | 'lib/https.js', | |
| 47 | - 'lib/_linklist.js', | ||
| 48 | 47 | 'lib/module.js', | |
| 49 | 48 | 'lib/net.js', | |
| 50 | 49 | 'lib/os.js', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,10 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | 26 | require('../common'); | |
| 27 | 27 | const assert = require('assert'); | |
| 28 | - const L = require('_linklist'); // eslint-disable-line no-restricted-modules | ||
| 29 | - const internalL = require('internal/linkedlist'); | ||
| 30 | - | ||
| 31 | - assert.strictEqual(L, internalL); | ||
| 28 | + const L = require('internal/linkedlist'); | ||
| 32 | 29 | ||
| 33 | 30 | const list = { name: 'list' }; | |
| 34 | 31 | const A = { name: 'A' }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments