as-pect / visitor-as

Visitor utilities for AssemblyScript compiler transforms
Apache License 2.0
37 stars 11 forks source link

feat: add isStdlib and fix getName #28

Closed willemneal closed 2 years ago

willemneal commented 3 years ago
willemneal commented 3 years ago

I'm also updating asc as it has some breaking changes. And updating CI since jest no longer accepts node v13 and I decided to drop v12.

yjhmelody commented 3 years ago

why release a version that yet not merged this pr

willemneal commented 3 years ago

@yjhmelody It's a pre-release. So you have to do yarn add visitor-as@next so normal users shouldn't notice. I'm thinking of automating this in a dev branch, that will use semver to automatically make a pre-release.

yjhmelody commented 3 years ago

@willemneal Hi! Can you merge this PR and update to the latest dependencies and release a new version?