Releases: stacklynjs/stacklyn
Stacklyn v1.1.0
- esm wrapper so you can properly import in contexts where stacklyn needs an esm export
- added transpilation/minification system when doing 'node build.js'
- improved readability and clarity
- added contributing guide
- added issue labels
- fixed some code issues
- renamed license to license.md
- added node_modules to gitignore
Stacklyn v1.0.0
I've honestly waited so long for this release.
You can import Stacklyn however you want.
But to install Stacklyn you need npm
What's New:
Public API
Stacklyn.parse()
Stacklyn.parseCS()
Stacklyn.parseV8()
Stacklyn.parseSpiderMonkey()
Stacklyn.parseIE()
Stacklyn.parseCarakan()
Stacklyn.parseLinearB()
Stacklyn.parseEspruino()
Stacklyn.parseOpera()
Stacklyn.parseFunctionName()
Stacklyn.convert()
Stacklyn.stringify()
Stacklyn.serializeError()
Stacklyn.getCallSites()
Stacklyn.map()
Stacklyn.enrich()
Private API
Stacklyn._getOperaStack()
Stacklyn._getOperaPairs()
Stacklyn._detectOperaMode()
Stacklyn._extractLocation()
Stacklyn._getFilename()
Stacklyn._cleanPath()
Stacklyn._buildOutputObject()
Stacklyn._prependContext()
Stacklyn._getEspruinoPairs()
Stacklyn._isValidError()
Stacklyn._filterUndefined()
Stacklyn._SourceMapper - Class
Stacklyn.Error - Class