We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse(bemdecl: String|Object): BemCell[] - add option to parse without detection and/or version wrapper
parse(bemdecl: String|Object): BemCell[]
stringify(BemCell[], {format: String, exportType: String}): String
format(decl: BemCell[], opts: {format: 'v1'|'v2'|'enb'}): * (instead of convert)
format(decl: BemCell[], opts: {format: 'v1'|'v2'|'enb'}): *
load(file: String, opts: *): BemCell[]
save(file: String, BemCell[], opts: *)
merge(BemCell[], BemCell[], ...): BemCell[])
intersect(BemCell[], BemCell[], ...): BemCell[]
subtract(BemCell[], BemCell[]): BemCell[])
assign(cell: BemCell, scope: BemEntityName): BemCell
detect(*): String
normalize(*, {format: String}): BemCell[]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
API
parse(bemdecl: String|Object): BemCell[]
- add option to parse without detection and/or version wrapperstringify(BemCell[], {format: String, exportType: String}): String
format(decl: BemCell[], opts: {format: 'v1'|'v2'|'enb'}): *
(instead of convert)load(file: String, opts: *): BemCell[]
save(file: String, BemCell[], opts: *)
merge(BemCell[], BemCell[], ...): BemCell[])
intersect(BemCell[], BemCell[], ...): BemCell[]
subtract(BemCell[], BemCell[]): BemCell[])
Private
assign(cell: BemCell, scope: BemEntityName): BemCell
detect(*): String
normalize(*, {format: String}): BemCell[]
The text was updated successfully, but these errors were encountered: