UNPKG
@philpl/buble
Version:
latest (0.19.7)
0.19.7
The blazing fast, batteries-included ES2015 compiler
github.com/bublejs/buble
bublejs/buble
@philpl/buble
/
src
/
program
/
types
/
ImportDefaultSpecifier.js
9 lines
(7 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Node
from
'../Node.js'
;
export
default
class
ImportDefaultSpecifier
extends
Node
{
initialise
(
transforms
) {
this
.
findScope
(
true
).
addDeclaration
(
this
.
local
,
'import'
);
super
.
initialise
(transforms); } }