Remove node-addon-api because it is slower than native Node.js
This commit is contained in:
parent
6b93909e7e
commit
6817734ed9
8 changed files with 5 additions and 300 deletions
|
|
@ -1,8 +0,0 @@
|
|||
import bindings from "bindings"
|
||||
import { Token } from "./bindings/types.js"
|
||||
|
||||
export const {
|
||||
Lexer,
|
||||
}: {
|
||||
Lexer: (input: string) => Token[]
|
||||
} = bindings("asajs-compiler")
|
||||
Reference in a new issue