mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
general cleanup (#256)
This patch: - fixes multimap implementation to work properly in node - moves ESTreeWalker from third-party into utils/doclint. ESTreeWalker license is compliant with Apache2.0.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
const esprima = require('esprima');
|
||||
const ESTreeWalker = require('../../../third_party/chromium/ESTreeWalker');
|
||||
const ESTreeWalker = require('./ESTreeWalker');
|
||||
const Documentation = require('./Documentation');
|
||||
|
||||
class JSOutline {
|
||||
|
||||
Reference in New Issue
Block a user