OJ Kwon

Results 87 issues of OJ Kwon

`libsass-asm` is nothing more than 1:1 corresponding bindings to libsass. Maybe better to have top-level interface like `renderSync` for conveniences, or better to leave as preliminary building block.

type: enhancement

It isn's clear if test setup is correct https://github.com/kwonoj/libsass-asm/blob/798a4abed93292415b29350df57c6724998da578/circle.sh#L19-L25 , `--probe-todo` doesn't seem to work and manually check out specific version tag for sass-spec. Need to figure out correct setup...

type: bug

Currently minimal amount of interfaces are wrapped / exposed as factory classes to pass sass-spec tests. Remaining interfaces are below, need to be cwrapped & create correct class. - [...

First, huge appreciate for the theme. This is my daily drive and I love it so much. I recently started to evaluate https://onivim.io/ for another editor, and curious if it's...

Related to https://github.com/vercel/next.js/discussions/30529 , https://github.com/vercel/next.js/discussions/30174 This PR enables an experimental next.js configuration to enable coverage instrumentation via next-swc. Currently configuration itself is not being used yet other than if user...

type: next

Repro steps - create long line text file i.e single-like package.json like attached in details {"name":"@reactivex\/rxjs","version":"7.0.0-alpha.0","description":"Reactive Extensions for modern JavaScript","main":"index.js","sideEffects":false,"config":{"commitizen":{"path":"cz-conventional-changelog"}},"lint-staged":{"*.js":["eslint --fix","git add"],"*.ts":["tslint --fix","git add"]},"scripts":{"precommit":"lint-staged","commitmsg":"validate-commit-msg","build_all":"npm-run-all clean_dist copy_sources build_cjs build_esm5 build_esm2015 build_esm5_for_rollup...

bug
category: visual
manager: viewport

### Describe the feature While there are a lot of things to be improved though, path to writing a transform plugin is somewhat simplified via support of SWC upstream (`swc_core`'s...

enhancement

### Describe the bug Recently on some machines plugin raises these error without clear stack where it happens ``` Error: failed to handle: failed to invoke plugin: failed to invoke...

C-bug
A-plugin