Remove node-addon-api because it is slower than native Node.js

This commit is contained in:
Asaki Yuki 2026-01-18 21:54:59 +07:00
parent 6b93909e7e
commit 6817734ed9
8 changed files with 5 additions and 300 deletions

View file

@ -1,8 +0,0 @@
import bindings from "bindings"
import { Token } from "./bindings/types.js"
export const {
Lexer,
}: {
Lexer: (input: string) => Token[]
} = bindings("asajs-compiler")