Skip to content
Commit 48af8a91 authored by Giovanni Campagna's avatar Giovanni Campagna
Browse files

gjs_symbols: be compatible with CommonJS too

Recognize the Common JS idioms:

"const Foo = require(...)" to import a module
"module.exports = class Foo { ... }" to declare the main class of
a module

https://bugzilla.gnome.org/show_bug.cgi?id=790846
parent 4b0cf068
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment