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
|
|
@ -8,7 +8,4 @@ export * from "./components/Utils.js"
|
|||
export * from "./types/enums/index.js"
|
||||
export * as Properties from "./types/properties/index.js"
|
||||
|
||||
export { Lexer as NativeLexer } from "./compilers/Bindings.js"
|
||||
export { Lexer } from "./compilers/bindings/Lexer.js"
|
||||
|
||||
export { ItemAuxID } from "./types/enums/Items.js"
|
||||
|
|
|
|||
Reference in a new issue