Skip to content

rauschma/babel-decorator-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babel decorator error reproduction

Invocation:

npx babel-node main.js

Actual output:

staticAcc function
protoMethod function
=== Instantiation ===

Expected output:

staticAcc function
=== Instantiation ===
protoMethod object

With the accessor commented out, the output is:

=== Instantiation ===
protoMethod object

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published